I've ordered a Tiny Thermal Receipt Printer with USB connection in order to use it with the Python library. The printer can be installed on MacOS (12.2.1) and can be selected from the system, but does not seem to show up as a serial connection (/dev/serial0). So I can't connect the Python library to it.
Any suggestions? I've installed the drive from Prolific, no change. Using the
- Code: Select all | TOGGLE FULL SIZE
ls /dev/*
The command
- Code: Select all | TOGGLE FULL SIZE
sudo lpoptions -d ZJ_58
- Code: Select all | TOGGLE FULL SIZE
copies=1 device-uri=usb://Caysn/Thermal%20Printer?serial=4B39413148FFFF0C0002706E finishings=3 job-cancel-after=10800 job-hold-until=no-hold job-priority=50 job-sheets=none,none marker-change-time=0 number-up=1 printer-commands=AutoConfigure,Clean,PrintSelfTestPage printer-info=ZJ-58 printer-is-accepting-jobs=true printer-is-shared=false printer-is-temporary=false printer-location='Fabian’s MacBook Pro' printer-make-and-model='Generic PostScript Printer' printer-state=3 printer-state-change-time=1652805618 printer-state-reasons=none printer-type=10489924 printer-uri-supported=ipp://localhost/printers/ZJ_58
All help is appreciated. Thank you.