| Class | Description | 
|---|---|
| SerialComm | 
 This is the primary object to access the serial communication feature to communicate with remote device wither via USB/Serial. 
 | 
| SerialCommConfig | 
 The SerialCommConfig class provides access to configure the serial port settings. 
 | 
| SerialCommConfig.BaudRates | 
 Possible baud rate constants defined. 
 | 
| SerialCommManager | 
 This is the primary object to access the serial communication feature to communicate with remote device wither via USB/Serial. 
 | 
| SerialPortInfo | 
 Provides information about the serial port used for communication. 
 | 
| Enum | Description | 
|---|---|
| SerialComm.ControlSignal | 
 List of control signals 
 | 
| SerialCommConfig.DataBits | 
 Pre-defined constants for number of data bits in a serial frame in SerialComm object. 
 | 
| SerialCommConfig.FlowControlMode | 
 Pre-defined constants to specify flow control. 
 | 
| SerialCommConfig.ParityBits | 
 Specifies the parity bits for a SerialComm object. 
 | 
| SerialCommConfig.StopBits | 
 Specifies the number of stop bits used on the SerialComm object. 
 | 
| SerialCommResults | 
 Serial Communication error codes and its details. 
 | 
| Exception | Description | 
|---|---|
| SerialCommException | 
 The methods of serial communication object throw a SerialCommException when an error
 occurs. 
 |