I would like to print a hex file on a receipt printer. For testing, I use the cmd with the command: "copy /b test.hex lpt3:"
Now I would like a java programm, which can send the test.hex to the printer, but not as graphic.
Please, can someone tell me, how I can do that?
Thanks in advance :D