I've run into a problem when using JSSC (2.10.2) and Java 8 on a Mac Pro running Mojave and a CH340E serial adapter. The issue is that RXCHAR events get back a value of 32 when SerialPortEvent.getEventValue() is called. However, only a single byte of data was sent. I first noticed this on JSSC version 2.8.0, but it continued to happen after I switched to 2.10.2. Other USB serial adapters work fine. It just seems to be related to the CH340E. Any thoughts on what might be happening?
Wayne