Click here to Skip to main content
15,898,538 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Am developing a point of sale system. i want to write a code that can open cash register and cut the printer paper. How can i Open Cash Register using vb.net
Posted
Updated 22-Apr-10 2:37am
v2

Normally you need to send a control character to the port the cash register is connected to.

What character(s) to send will depend on what cash register you're working with. You should be able to acquire developer documentation for the hardware from the cash register manufacturer. They may also have sample code...

As for how to send messages to the hardware, you need to look at serial and/or parallel IO functionality depending on how the cash register is connected to the computer.

Good luck,
Johnny J.
 
Share this answer
 
 
Share this answer
 
Comments
fantagons 18-Jun-11 8:23am    
Thank you Michel Godfroid. I wanted that kind of thing and I got it because you.
Thanks.
Cash registers are not supported by the framework; you will need third-party APIs designed for that purpose. You might try asking a supplier of computer-based cash register equipment, as they would have a much better idea of what you need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900