altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
119 stars 83 forks source link

Break #105

Closed HernandoSergio closed 2 days ago

HernandoSergio commented 4 months ago

I need to send a break through the serial line to awaken the device (i.e. lower the TX line for more than one byte time). Is it possible to do it somehow?

tommie commented 2 months ago

No, unfortunately not. And it's not even implemented in the underlying Android library: https://github.com/felHR85/UsbSerial/blob/7ad6c9f6880e93a29498e479d3e871d5b03d188b/usbserial/src/main/java/com/felhr/usbserial/CDCSerialDevice.java#L251