pyftdi
pyftdi copied to clipboard
Timeout behaviour of read method not compatible with pyserial
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?