Closed jaapgeurts closed 4 years ago
Block read calls keeps blocking even when the device node disappears. This happens when an Arduino is unplugged. Fixed, by returning a failure when EOF is returned by read(). I.e. the serial port is closed.
Thanks
Block read calls keeps blocking even when the device node disappears. This happens when an Arduino is unplugged. Fixed, by returning a failure when EOF is returned by read(). I.e. the serial port is closed.