ISerial Port Wrapper
interface ISerialPortWrapper
Interface from which any serial port implementations should inherit.
Inheritors
Properties
Functions
Link copied to clipboard
Checks how many bytes are available to be read from the serial port.
Link copied to clipboard
Reads the specified number of bytes from the port.
Reads the specified number of bytes from the port in an asynchronous manner.
Link copied to clipboard
Sets the baud rate of the connection to the serial port.
Link copied to clipboard
Sets the values of the port read and write timeouts.
Link copied to clipboard
Writes the provided bytes to the serial port.
Writes the provided bytes to the serial port in an asynchronous manner.