Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

interfacing dot matrix printer with AVR

Status
Not open for further replies.

codix

Newbie level 1
Joined
Oct 28, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
Hi,
I wanted to print text using the epson lx300 dot matrix printer by sending command through AVR microcontroller.
Command will be sent through Embedded C language.
Parallel port interface is used to connect between microcontroller and printer.
Anyone help me pls?
 

your c program can send the ascii codes of characters to be printed to lx300.
 

first find out the parameter that needs to be inisialyzed for the printer.
than you can make the inisilisation for the serial comm as a procedure that can be called any time you wnt to send your command to the printer. well i recommend that the avr only used as a bridge between PC and printer nad other device u used. because u need to descript every charachter low case up case etc that might be make your avr work too much and crash or hang..i hope that can help.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top