Hi All, my app uses the Java serial comm api. From reading the docs the inputstream.read() method blocks if there is no data available.
I tried setting a timeout on the serialport object but the isReceiveTimeoutEnabled() methods returns false, indicating my driver does not natively support timeouts.
So what's the best way to implement a read timeout given the above?
Thanks, Fred