We are using RevPi to connect to an USB serial device (https://www.apogeeinstruments.com/ac-42 ... converter/) and python with `pyserial` to read and write data through the device.
After a while, roughly 24 hours, it is not possible to read/write data anymore.
I can still see the device from `lsusb` output, while `dmesg` output shows consecutive lines of
Code: Select all
cdc_acm 1-1.2:1.0: failed to set dtr/rts
Only after I reboot the RevPi, read/write are possible.
At first, I am trying to know if the problem comes from the USB serial device, or comes from the RevPi itself.
Does anybody know how to debug / find the root cause for this kind of issue? Please let me know if I can provide any information or do anything on my end to better describe the issue.
Thanks,
Anh