I want to interface thermal printer cashino csn-a1 with 8051

Thread Starter

Nitesh Mukati

Joined Oct 1, 2019
1
hi dears!
i want to interface 8051 to thermal printer (CBM1000) to print small sentences, can any body help me regarding to this?
.............plz if u can..............
Hello sir, I want to interface thermal printer cashino csn-a1 with 8051 and want print some characters on it .
Can u please guide me how to do


Mods Note:
Please don't hijack other member's thread.
This thread was split from 8051 interfacing with thermal printer.
 
Last edited by a moderator:

JohnInTX

Joined Jun 26, 2012
4,787
Welcome to AAC!

\According to the sales sheet here https://www.cashinotech.com/58mm-micro-panel-thermal-receipt-printer-csn-a1_p9.html the printer has a serial TTL / RA232 interface and can accept ASCII characters. You should be able to use a direct TTL connection from the 8051 UART and send ASCII characters direct;y.
You’ll have to find a manual for the printer that describes the hookup, baud rates for the serial and learn how to set up the 8051 UART to match what the printer wants. After that, just send characters by writing to the UART TRANSMIT register.

Post a link to the specs and we can help from there.
 
Top