Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
Hi friends i am new to C# windows application. I need a help regarding bill printing using Thermal Printer with multiple communication port like:

  • USB
  • Parallel Port (Centronics)
  • Serial Port (RS-232)
  • IP Ethernet Network

Data entry person will enter the bill no, item, and quantity when they press save button print should be done without asking any dialog box. Output must be in this format.

COMPANY NAME
ADDRESS,
PHONE NUMBER.

BILL NO:
WAITER:
DATE/TIME
AC/NON AC


PARTICULARS RATE QTY AMOUNT
Item name 100 1 110.00
  PERSONS: 1 SUBTOTAL: 110.00


Give me your valuable suggestions.
Thanks.
Posted
Updated 21-Mar-13 20:09pm
v4

1 solution

Hello Vasanth,

I havn't done this for a long time, but I can definitely suggest you few links which will help you in accomplishing this. Please have a look at this[^] page. This company offers the necessary SDK. Similarly have a look at this[^] site which actually offers a thermal printer. They also have a manula of printer commands that needs to get sent to print something. Each printer may have slightly different command set. So using direct printing means developing little printer specific code. You can also find a nice library[^] here on CP, though it's developed using Compact Framework.

Regards,
 
Share this answer
 
Comments
vasanth_ami 22-Mar-13 8:12am    
Hello Mr. Prasad,

Thanks for your quick and valuable reply. Sure I will try this and reply you.

Regards,
Vasanth.
vasanth_ami 23-Mar-13 1:05am    
Hello Mr. Prasad Khandekar,

I am still confused and not able to find the solution. Where to start and how to implement it? Can u tell me the step by step process if possible otherwise if u have any sample code can u provide me.

Thanks.

Regards,
Vasanth.
Prasad Khandekar 23-Mar-13 3:21am    
Have you tried the SDK link. May be you can try downloading that SDK and run one of the example. It will get you started.
vasanth_ami 23-Mar-13 2:31am    
Hello Mr. Prasad Khandekar,

Client using this two type of Printers.

1. http://www.tvs-e.in/pos/home-rp3160.asp
2. https://pos.epson.com/products/tm-t88iv.htm

How i can proceed further what i have to do next to start this process?

Thanks.

Regards,
Vasanth
Prasad Khandekar 23-Mar-13 3:33am    
Hello Vasanth, Please try this KB article (http://support.microsoft.com/kb/322091) You will need to install your printer drivers first.

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