Serial Port
class SerialPort(val configuration: SerialPortConfiguration, debug: Boolean = false, val throwIOExceptionOnInterrupt: Boolean = false) : SerialPortLike
Represents a serial port on the system. To open a serial port, launch this with appropriate port settings.
Constructors
Link copied to clipboard
constructor(configuration: SerialPortConfiguration, debug: Boolean = false, throwIOExceptionOnInterrupt: Boolean = false)