Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
Sytze de Boer wrote: >I decided not to use this type of system to open the drawer because I want >to be able to open the drawer independent of the printer. > >I dropped the MsCommLib.MsComm.1 onto a form with code as below > >With Thisform.oComm > .CommPort=tillport > .Settings=tillspeed >

Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
The below routine opens the drawer independent of the printer. I do need to set the printer but nothing prints. When there is a cash sale, I open the drawer when the receipt prints. For credit and debit, the receipt prints but the drawer doesn't open. I also have a menu selection to just open

Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
http://www.nationalbarcode.com/cats/cash-drawers/ It is an APG Jeff Jeff Johnson j...@san-dc.com SanDC, Inc. 623-582-0323 Fax 623-869-0675 Kent Belan wrote: > Hello Jeff, > Thanks for the info, do you know the Type/model of the cash drawer you are > using ? > > >> Kent: I have a POS applic

Re: Cash Drawer

2010-02-17 Thread Sytze de Boer
I decided not to use this type of system to open the drawer because I want to be able to open the drawer independent of the printer. I dropped the MsCommLib.MsComm.1 onto a form with code as below With Thisform.oComm .CommPort=tillport .Settings=tillspeed .RThreshold=1 .Portopen=.T.

RE: Cash Drawer

2010-02-17 Thread Kent Belan
Hello Jeff, Thanks for the info, do you know the Type/model of the cash drawer you are using ? > > Kent: I have a POS application that uses an Epson TMU220 > receipt printer and a cash drawer. The printer sends a > command to the cash drawer to open it. Here is my program to > open the cas

Re: Cash Drawer

2010-02-17 Thread Jeff Johnson
Kent: I have a POS application that uses an Epson TMU220 receipt printer and a cash drawer. The printer sends a command to the cash drawer to open it. Here is my program to open the cash drawer: > PROCEDURE rswdrawer > > lcdrawercommand = CHR(27) + CHR(112) + CHR(48) + CHR(55) + CHR(121) > >