I was designing a simple pos application but I got stuck on a problem. I have a cash drawer connected to a thermal printer (tsp100 from star micronics) which is then connected to my computer with usb. can anyone help me how to just open the cash drawer (without printing anything) from vb.net. ?
Share
Just follow the documentation and send the sequence of codes needed to open the drawer. You can look up sequences here if you don’t have the documentation for your printer. I believe that on your printer, just sending an ASCII bell character (decimal 7) will open the drawer.