PDA

Click to See Complete Forum and Search --> : Control Code 28


RichardFay
Nov 11th, 1999, 04:36 AM
I'm new at VB and have run into a problem designing a program for a cash register. The cash drawer is connected to the receipt printer and I'm told the code to make the cash drawer operate (open) is Control Code 28. What does this mean? How do I use it? Any sample code? Thanks for your help.

MSquirley
Nov 11th, 1999, 05:57 AM
You would use Chr$(28), but I wouldn't know what port to send it to.