Closed olivier-boesch closed 3 years ago
Don't mind...
Hello, there's a typo error that makes fail the execution on android.
PortNotOpenError was named portNotOpenError
writeTimeoutError is not used (and doesn't exist on pyserial)
should fix the problem.
Would you like to merge it ? is it ok for you ?
Hi @olivier-boesch , This issue is due to pyserial 3.5 is not backward compatible. I've updated usbserial4a to Version 0.3.0. Now it doesn't depend on pyserial anymore. Please have a try and see if the problem is solved. Thanks for your report!
Hello, there's a typo error that makes fail the execution on android.
PortNotOpenError was named portNotOpenError
writeTimeoutError is not used (and doesn't exist on pyserial)
should fix the problem.
Would you like to merge it ? is it ok for you ?