Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone first of all thanks for taking the time reading my post.

i am developing a POS system using VB.NET 2008 and MYSQL
My question is do you have any idea which driver should i use for vb.net and EPSON TM-U220 Thermal printer?

is there anyone here who could give me a sample codes(basic) for me to begin with?

i am not very much good in Visual Basic .Net would this thermal printer will require another special commands from SDK's or third party software or it will use standard .Net Visual Basic language?

Thanks your information will be very much appreciated.
Posted

1 solution

It's been a while since I've programmed such a printer and unfortunately can't supply any of the code. But normally Epson thermal printers are sent a monochrome image as the source for the print.

There's a lot of work from PoS hardware providers to standardise the use of peripherals. One such attempt is OPoS.

Try searching for OPoS printer drivers and APIs.

Often because of the requirement to work with proprietary technology such as embedding point of sale systems, thermal printer APIs are documented at quite a low level and work with bit/byte messaging instead of traditional methods such as page printing with GDI+.

The supplier should be able to refer you to the documentation for the printer which outlines the messages which are supported by the printer.

Printers normally run on parallel, serial or USB connections. You'll most likely need to open a socket via the relevant port type and then implement the messaging as described in the printer documentation.
 
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