A Connection_Impl derived class that represents a serial connection.
explicit SerialConnection( |
| ) |
Initializes the SerialConnection object.
port const std::string& | The actual string name of the COM port (ex. "COM26") |
baudRate uint32 | The baud rate at which to open the COM port (default of 921600) |
Error_InvalidSerialPort: the specified com port is invalid
Error_Connection: failed to get or set com port parameters
Destroys the SerialConnection object
The string name of the port (ex. "COM26")
The baud rate of the connection
Gets a description of the connection as a string
A description of the connection
Initializes and opens the current connection
Error_InvalidSerialPort: the specified com port is invalid
Error_Connection: failed to get or set com port parameters