Click here to Skip to main content
15,917,174 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one i'm a biggner of c# winform application. i'm facing a problem to open cash draw actauly i develop a POS now i want to open cash draw using my POS,
At this time i use a simple print command , i send print command to our receipt printer and then printer print a small paper and then cash draw open, Now i want i open cash draw without printing any thing. please help me any one.

What I have tried:

PrintDocument dc=new PrintDocument();
dc.print();
i'm using this code. cash draw open by using this code but it also print a small blank page. I dont need blank paper i just want i open my cash draw without printing.
Posted
Updated 30-Jun-19 20:04pm
Comments
[no name] 30-Jun-19 16:55pm    
Read the manual for the cash drawer; anything else is a guess.
PIEBALDconsult 1-Jul-19 1:02am    
If the drawer is connected to the printer, then you will likely need to read the manual for the printer.
Fahid Zahoor 12-Jul-19 7:00am    
Now i disconnect the cash draw from printer and direct attach with computer using USB trigger. please help me now from which command i open cash draw.
BillWoodruff 1-Jul-19 1:52am    
Look in the code for 'print, or look in the docs, and figure out the call that opens the drawer. However, is it possible that not being able to open the drawer without printing is by design ?

1 solution

You should talk to the people who created it - they should provide technical support and will know more about their product than we will. If they don't, then find another supplier and demand your money back!

We have no idea what drawer you are using, so we can't tell you exactly what to do!
 
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