Oct 31, 2000 #1 Davin Programmer Sep 18, 2000 38 CA I need to know what I need to pass to a slip printter that has a cash drawer connected to it in order for it to open the cash drawer.
I need to know what I need to pass to a slip printter that has a cash drawer connected to it in order for it to open the cash drawer.
Nov 13, 2000 #2 lojze Programmer Jul 9, 2000 5 SI I have a few little exe for open cash drawer fow epson and star. I you wish it let me know at Lojze@marpol.si Upvote 0 Downvote
I have a few little exe for open cash drawer fow epson and star. I you wish it let me know at Lojze@marpol.si
Nov 29, 2000 #3 ramonzea Programmer Oct 9, 2000 35 MX Hi: u can do it on this form: on your program call a file .bat, this file only contain this: rem Cash.bat rem sen a char bell (07) echo ^G > prn ^z callin from your program ----- --- Run cash.bat --- ------- other use the command for comm devices, but, to me no works sorry my english is no good. L.I.A. Ramon Zea Upvote 0 Downvote
Hi: u can do it on this form: on your program call a file .bat, this file only contain this: rem Cash.bat rem sen a char bell (07) echo ^G > prn ^z callin from your program ----- --- Run cash.bat --- ------- other use the command for comm devices, but, to me no works sorry my english is no good. L.I.A. Ramon Zea
Nov 30, 2000 #4 rmadiedo Programmer Jan 14, 2000 11 MX Just send the bell character: SET DEVICE TO PRINT . . . ?Chr(7) // This will do the job // OR @ PRow(), PCol () SAY Chr(7) // The same as before Upvote 0 Downvote
Just send the bell character: SET DEVICE TO PRINT . . . ?Chr(7) // This will do the job // OR @ PRow(), PCol () SAY Chr(7) // The same as before