Good morning,
I am developing a kiosk application. In that application i need to send some commands to a printer with ESC
/POS
protocol.
I have some commands that give me information about printer (printer status, end of paper status). For sending command I use this function, but I need also to read the printer reply.
How can I do it? (The printer is connected in USB
mode).
I'm developing on delphi xe2
Thanks