ramonlopes / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Printer output Epson TM U220 #183

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to use jZebra in my proyect and can't figure out if its possible to 
read the printer output using the applet. 
I would like to print a bill in an Epson TM U220 through raw text and then I 
wish to read the output for errors, is that possible?

Maxi

Original issue reported on code.google.com by bachirod...@gmail.com on 18 Nov 2013 at 6:24

GoogleCodeExporter commented 8 years ago
@bachirodriguez,

Not currently.

For serial attached devices, we've started adding two way communication using 
the jSSC project as a plugin for RS232 support, but the capabilities are 
limited.

If you are using a serial attached device (i.e. COM1, /dev/ttyS0, etc) You can 
try modifying the "Serial Port" snippet to respond to a printer message.

-Tres

Original comment by tres.fin...@gmail.com on 18 Nov 2013 at 6:35