Interface | Description |
---|---|
Com |
The
Com interface provide methods that enables the use of the serial communication port.Implementation of the Com interface is provided in the class SerialCommunication .To start using the serial communication an instance of the class SerialCommunication
needs to be created.Below examples show how to connect to the serial communication port, setup callback to get notification when data is available for reading and method to write data. Create instance of the SerialCommunication class and do connect. |
DataAvailable |
Application layer callback interface.
|
Class | Description |
---|---|
SerialCommunication |
Wrapper layer for the native serial port communication functions.
For information on how to use SerialCommunication see Com . |
Enum | Description |
---|---|
Com.BaudRates |
Baud rates
|
Com.DataBits |
Number of data bits.
|
Com.EventTypes |
Event types.
|
Com.Parity |
Parity.
|
Com.StopBits |
Stop bits.
|