Closed mo-nonym closed 3 years ago
Solved with this workaround: https://gitlab.com/mononym/chiplotle-on-parallel-port
Solved with this workaround: https://gitlab.com/mononym/chiplotle-on-parallel-port
any chance you’d be able to share this? The link seems dead.
Chiplotle supports serial port communication but why not parallel port communication ?
My serial connection (with an FTDI chip USB adapter...) didn't work yet.
When connecting the plotter with an USB - parallel port adapter, it is recognized by my system (
ls /dev/usb/
) and to send a file to the plotter the commandcat drawing.hpgl > /dev/usb/lp0
is enough. (N.B. The user has to be in the lp group; I sent larger files and the buffering seems to work just fine)Could we make Chiplotle recognize and work with devices connected via a parallel port ? (i.e. lp and tty)
Here my current workaround, moving a pen:
My only guess is that the starting point would be in the search_and_instantiate_plotters() function...