Click or drag to resize
ISerialPort Properties

The ISerialPort type exposes the following members.

Properties
  NameDescription
Public propertyEncoding
Gets or sets the byte encoding for pre- and post-transmission conversion of text.
Public propertyIsOpen
Gets a value indicating the open or closed status of the SerialPort object.
Public propertyPortName
Gets or sets the port for communications, including but not limited to all avaiable COM ports or device names.
Public propertyReadTimeout
Gets or sets the number of milliseconds before a time-out occurs when a read operation does not finish.
Public propertyWriteTimeout
Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.
Top
See Also