evil-mad / plotink

Common files for Inkscape extensions to drive EggBot, WaterColorBot, and similar plotter-type machines
MIT License
42 stars 29 forks source link

Log serial.SerialException when unable to testPort(..) successfully #30

Closed lwander closed 4 years ago

lwander commented 4 years ago

Spent a few hours this morning chasing down why I couldn't connect to the AxiDraw V3 -- turns out it was a permission error related to the USB socket my AxiDraw was connected to. This info is captured in the serial.SerialException, but that information is unfortunately suppressed by the pass statement I've replaced here.

oskay commented 4 years ago

This looks like a reasonable approach. Thanks!