Open mazzmann opened 1 year ago
FtdiSerial class is said to be compatible with pyserial. Comment in read method says: "If a timeout is set it may return less characters as requested" So the following needs to be removed or at least deactivable:
if buf: break
No sure to get it: can you elaborate?
FtdiSerial class is said to be compatible with pyserial. Comment in read method says: "If a timeout is set it may return less characters as requested" So the following needs to be removed or at least deactivable: