Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need to print a bill with the help of TVS 3160 thermal printer which works on ESI/POS Emulation. I have done with my whole software but stucked here... Is crystal report helpful for this????
Posted
Comments
King Fisher 22-Mar-14 8:17am    
not clear.
Ankit K. Saxena 22-Mar-14 8:29am    
print a bill with the help of a thermal printer using my c# application in tvs thermal printer
King Fisher 22-Mar-14 8:31am    
what do you have tried,?where you stuck?
Ankit K. Saxena 22-Mar-14 8:33am    
actually i have developed my whole software inventory management stock management and billing panel now i have stucked here to print the bill from database with thermal printer give me a way
King Fisher 22-Mar-14 8:39am    
have you set a bill format in your Form?

Hi
Sorry for such a late rep but i have done it with the help of crystal report. I have just simply install the printer driver and in crystal report page setup section i have select the printer name and allot the required size as in my case its 80 X roll paper.... and after simply deisgning a crystal report i have print it.. thanks all for their valuable time.
 
Share this answer
 
Comments
Aman Sati 20-Dec-14 4:51am    
can you send me driver link i have same problem
Ankit K. Saxena 20-Dec-14 8:13am    
Hi Aman

Actually i got the drivers in the CD i got with the printer
Er. Hardeep 5-Aug-16 7:17am    
Hii Ankit, can you send me the drivers via Email or anyhow? I need them urgently. Thanx in advance
Er. Hardeep 5-Aug-16 7:17am    
My Email ID is: hardeeoverma0008@gmail.com
Ankit K. Saxena 20-Dec-14 8:15am    
For window 7
http://www.tvs-e.in/drivers/RP-3160/RP-3160-STAR-Windows-NT-95-98-ME-2000-XP-2003-Vista-2008-7.zip

For window 8

http://www.tvs-e.in/drivers/RP-3160/RP-3160-STAR-Windows-8-Driver.zip

Enjoy coding.. :-)

I'd not use Crystal Reports or any other reporting tool for printing bills IF you are targeting special printers like thermals or dot matrix/impact ones. Instead, I'd try to learn the printer target language commands (ESC/POS in your case which is not hard to learn at all) and would send the raw commands to the printer by using this code http://support.microsoft.com/kb/322091[^]
Printing performance will be way better than using Crystal Reports or alike.
 
Share this answer
 
Comments
Ankit K. Saxena 24-Mar-14 7:35am    
Marc Gabrie do you please tell me some tutorial link for ESC/POS command . unable to find any useful resource with google

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