Hi all,
Does anyone know how to print receipt use Java? I have googled for a long time. It seems Java POS should be a good solution. I have a quick look at it and it looks need the printer's Java driver. My printer is a cheap one, support ESC, but only have Windows driver.
I also tried:
FileWriter out = new FileWriter("LPT1");
It does not work,
java.io.FileNotFoundException: lpt1 (The system cannot find the file specified)
Printable does not work neither.
Does any one know how to do this? Thanks.