Im sending an escape sequence to open a cashdrawer that is connected to a
parallel printer (if the printer is connected to a serial port all works
fine).
Ex :
Open Printer.Port For Binary As #2
Put #2, , openES
Close #2
When the printer is disconnected from the port the program hangs when it
receives this sequence.
Does anybody know how to get the status of the port, to see if is anything
connected to it?
Thanks in advance.