You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, is xmodem UNIX only project or does it truly support Windows? If it only supports UNIX-like operating systems, would it make sense to add select() call to the getc() routine so that it can benefit from the timeout parameter?
First of all, is xmodem UNIX only project or does it truly support Windows? If it only supports UNIX-like operating systems, would it make sense to add
select()
call to thegetc()
routine so that it can benefit from thetimeout
parameter?I would also replace
serial.Serial()
withserial.serial_for_url()
.What about Py2 support? Does it still make sense to support it?
The text was updated successfully, but these errors were encountered: