AxelTB / nejePrint

Linux script for Neje Laser engraver
MIT License
39 stars 16 forks source link

Python script stuck on initial serial read #5

Open yuvadm opened 7 years ago

yuvadm commented 7 years ago

When running the script with sudo permissions:

$ sudo python3 printer.py

The script is stuck on the initial serial read. The printer is connected and indeed located at /dev/ttyUSB0.

AxelTB commented 7 years ago

Try using the develop branch and tell me what it does

snowsquizy commented 7 years ago

I have just tried both the master and Develop branches with the same results

AxelTB commented 7 years ago

I tried to make the handshake a little more solid in the Develop branch.

Since I don't have access to the hardware anymore couldn't test it. Let me know.

snowsquizy commented 7 years ago

Still no Joy, Thanks for your effort Will investigate it a bit more when I have more time