Receipt Printer

K

kids_pro

Does any know how can I fit my report to a Receipt Printer (dot matrix)?
Is there any special sequence code to control the line?
Any namespace provide this functionality?

Cheers,
Kids
 
I

Ignacio Machin \( .NET/ C# MVP \)

hi,

it depends of the printer itself, I used a Symbol printer a while ago and
all I had to do is open the serail port and send the characters to the
serial port.

check your printer documentation.


cheers,
 
C

Chad Z. Hower aka Kudzu

Ignacio Machin \( .NET/ C# MVP \) said:
it depends of the printer itself, I used a Symbol printer a while ago
and all I had to do is open the serail port and send the characters
to the serial port.

check your printer documentation.

Almost all of them are still serial based, although a few are USB. They often support dot
matrix, but usually "prefer" and by default use ASCII.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Make your ASP.NET applications run faster
http://www.atozed.com/IntraWeb/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top