How to drive a printer using microcontroller?

Status
Not open for further replies.

kisudu

Junior Member level 1
Joined
May 16, 2006
Messages
18
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,518
Hi,
I would like to print some data directly from microcontroller but I do not have experience in working with printer.
Does anybody have any experience in this? Please help me.
Thanks, and Good luck.
 

Use the search at the top of the page to search for "microcontroller printer", select "search for all terms".
 

If the printer has a parallel interface , lookup "Centronix Interface" , and use an 8-bit latch , like used on the original IBM-PC Parallel interface , or just use an 8-bit port on the uC

/Bingo
 

Hi,
But I don't know how to print characters if I make my port as PC parallelport. I mean protocol to control printer.
Any suggestions 2 help me?
Thanks.
 

U can simply send an array of ASCII and it will be printed as plain text.
If you are interested in grapics, try to find some info in HP's LaserJet series printers. They are a compatibility standard for almost all LPT printers. Find some open source DOS or Linux programs that use printer.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…