Ask Different is a question and answer site for power users of Apple hardware and software. It only takes a minute to sign up.
Sign up to join this community
Anybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
Asked
Viewed
2 times
The printer is a ticket printer (Epson TM-u220) and I have a Java App talking directly to the printer device at /dev/tty(xxx) on linux and unix without any special installed drivers.
On MacOS, I can see the printer device with the “ioreg -p IOUSB” command, but there is no /dev/tty(x) associated with this device.
I can’t find a driver @epson for the TM-U220 for MacOs (only Win and Linux supported). Also I don’t want one – a simple USB serial driver with a corresponding /dev/ttyUSBxx is all I need.
How do I associate a character device under /dev/ for this printer?
cssdata is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
You must log in to answer this question.