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
In a first use, lost some minutes figuring out this error... Thought it was some OS issue.
Traceback (most recent call last):
File "/usr/bin/luatool.py", line 192, in <module>
transport = decidetransport(args)
File "/usr/bin/luatool.py", line 168, in decidetransport
return SerialTransport(cliargs.port, cliargs.baud, cliargs.delay)
File "/usr/bin/luatool.py", line 97, in __init__
raise TransportError(e.strerror)
__main__.TransportError
Suggestion:
NO TTY: Please provide --port. Eg: /dev/ttyUSB*
PS.: A nice bet to detect tty is check for platform, linux: /dev/ttyUSB* mac: /dev/tty.usbmodel*
Thanks for the gem!
PS2: Thank you for this, great tool!
The text was updated successfully, but these errors were encountered:
nofxx
changed the title
No serial/port error message
Better serial/port error message
Sep 21, 2016
In a first use, lost some minutes figuring out this error... Thought it was some OS issue.
Suggestion:
PS.: A nice bet to detect tty is check for platform, linux:
/dev/ttyUSB*
mac:/dev/tty.usbmodel*
Thanks for the gem!
PS2: Thank you for this, great tool!
The text was updated successfully, but these errors were encountered: