Abstract Serial Port Wrapper
Abstract serial port implementation.
This class abstracts away the common logic expected of any serial port implementations.
Inheritors
SerialPortWrapper
UsfaPortWrapper
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
Sets the timeout behavior of the underlying serial port library.
Link copied to clipboard
Writes the provided bytes to the serial port.
Writes the provided bytes to the serial port in an asynchronous manner.
Link copied to clipboard
Writes the provided byte data to the serial port.