ISerialPort Methods |
The ISerialPort type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases all resources used by the Component and initializes.
| |
GetPortNames |
Gets an array of serial port names or device names for the current computer.
| |
Open |
Opens a new serial port connection.
| |
Read |
Reads a number of bytes from the SerialPort input buffer and writes those bytes into a byte array at the specified offset.
| |
ReadTo |
Reads a string up to the specified value in the input buffer.
| |
Write |
Writes the specified string to the serial port.
|