create Serial Connection
fun createSerialConnection(device: UsbSerialDriver, listener: SerialConnectionListener): SerialConnection
Creates a USB serial connection to the specified USB device. State changes and data arrival result in async callbacks on the supplied listener.