G Guest Apr 2, 2006 #1 Does anyone know if there's a bit of code or a macro to open a till draw? Much appreciated.
A Arvin Meyer [MVP] Apr 3, 2006 #2 If it's connected to the printer port, try: Open "LPT1" For Binary As #1 Put #1, , Chr(28) Close
G Guest Apr 3, 2006 #3 Thanks Arvin, I won't be using a printer, but i've now found a way to open a draw connected by serial to a com port. Use: C:> MODE COM1:1200,n,8,1 to initialize the port to open the draw and C:> ECHO xyz%% > COM1 to open it http://www.tills4change.co.uk/drawert4c.htm
Thanks Arvin, I won't be using a printer, but i've now found a way to open a draw connected by serial to a com port. Use: C:> MODE COM1:1200,n,8,1 to initialize the port to open the draw and C:> ECHO xyz%% > COM1 to open it http://www.tills4change.co.uk/drawert4c.htm