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
node-serialport is broken because Raspbian has a Debian bug that changed the udevadm output attribute names we need from ID_* to ID_USB_*, so the EBB matching code is failing.
saxi --firmware-version is not working because this.port.writable is only defined after calling this.port.open(). I think it's a bug in this lib.
I kept on using --firmware-version as a simple test, but turns out saxi -d /dev/ttyACM0 just works.
I just got an AxiDraw V3 and I can't get saxi to see it. axicli and the python API all work as expected.
System info:
pyserial is able to see this:
However saxi can't seem to get the same info:
Also, here's the info from node serialport lib:
I've also tried with an old version of Node, v12.22.12, and the results were the same. Any suggestions would be greatly appreciated!
The text was updated successfully, but these errors were encountered: