Serial Communication
Wrapper layer for the native serial port communication functions.
For information on how to use {@link SerialCommunication} see {@link Com}.
Constructors
Functions
Link copied to clipboard
open override fun connect(baudRate: Com.BaudRates?, stopBits: Com.StopBits?, dataBits: Com.DataBits?, parity: Com.Parity?): Boolean
Connect to the serial port.
Link copied to clipboard
Disconnect the connected port.
Link copied to clipboard
Set data available callback for the application layer.