serialport icon indicating copy to clipboard operation
serialport copied to clipboard

Added non blocking reading

Open Adesin-fr opened this issue 3 years ago • 0 comments

Hi Thierry,

I needed to read serial port, but without waiting for incoming data.

So, I suggest to use select_stream so the read function return false if there is no data available.

Thanks ;)

Adesin-fr avatar Dec 10 '20 12:12 Adesin-fr