Sorry, this seems like a basic question, but I'm new to printing in Java.
I am writing a small POS application using Java. The application is almost complete, except for the part for printing the invoice. The program will be distributed over the Internet.
Is there a way for the program to connect to a wide range of POS printers, or should I select a specific printer and add its jpos.xml file to my project?
Since I will not install the program on client computers and configure the hardware, I would like it to work with POS printers that the client already has on the system. Is it possible?
source
share