connect
Connect to the serial port.
Return
Boolean - True for a successful operation, false otherwise.
Parameters
baud Rate
open override fun connect(baudRate: Com.BaudRates?, stopBits: Com.StopBits?, dataBits: Com.DataBits?, parity: Com.Parity?): Boolean
Connect to the serial port.
Return
Boolean - True for a successful operation, false otherwise.
Parameters
baud Rate
stop Bits
data Bits
parity