SerialStream PropertiesHIDSharp

The SerialStream type exposes the following members.

Properties

  NameDescription
Public propertyBaudRate
Public propertyDevice
Gets the SerialDevice associated with this stream.
Public propertyNewLine
Public propertyReadTimeout
The maximum amount of time, in milliseconds, to wait for the device to send some data. The default is 3000 milliseconds. To disable the timeout, set this to Infinite.
(Inherited from DeviceStream.)
Public propertyTag
An object storing user-defined data about the stream.
(Inherited from DeviceStream.)
Public propertyWriteTimeout
The maximum amount of time, in milliseconds, to wait for the device to receive the data. The default is 3000 milliseconds. To disable the timeout, set this to Infinite.
(Inherited from DeviceStream.)
Top
See Also

Reference