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.

[General] Thermal Printer interfacing with PIC

Status
Not open for further replies.

Raees

Junior Member level 2
Joined
Jun 6, 2013
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,471
Kindly Identify the printer. and provide document details. I need to interface it with PIC microcontroller. If any one has an idea, kindly share it.

Thanks
20150714_151651.jpg
20150714_152042.jpg
20150714_152155.jpg
 

Hi,

WH-E23.jpg

google for "WH-E23 thermoprinter"

isn´t that a lot of information? What else do you need?

Klaus
 

Hi,

it depends on protocol and communication commands.

Maybe here is a specialist knowing exactely this printer....
But i´d look at the manufacturer´s web pages, or directely ask the manufacturer.

Klaus
 

hello,

Compatible with ESC/POS command set, more characters style setting commands
Serial(RS-232C ) interface

maybe these old document can help you.. ESC command for printer
just try to send direct command with a RS232 terminal to the printer

like VBRAY terminal , easy to send ESC sequence of char
with programmable key or script.

Epson_FX800_Card_a.jpg
Epson_FX800_Card_b.jpg
 

I have tried sending commands by RS-232. but its not working.

I am working on PIC16f877a. Using CCS Compiler.

I am sending data like:
printf("1111111111"); //Data to be printed on paper.
putc(13); //CR decimal code. print command

Its not working. After sending "CR" command 20 to 25 times, It prints one line in chinese.

Plz help.. can some provide example-code of few line to print simply "hello world".
 



Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top