Assembler code to thermal printer

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
percyp
 
Posts: 2
Joined: Thu Apr 25, 2013 9:27 am

Assembler code to thermal printer

Post by percyp »

Hello Adafruit,
I am programming Atmega16A with assembler code so, Could you send me an example of assembler code to control the "Mini Thermal Receipt Printer"?.

I tried DISASSEMBLE the arduino code, but it failed, so I need an example of assembler code.

Thanks for all


percyp
 
Posts: 2
Joined: Thu Apr 25, 2013 9:27 am

Re: Assembler code to thermal printer

Post by percyp »

Ok, but in this moment, I'm not interested in Arduino Library so I need complete information.
Disassembled Code wasting my time.
How to verify that the commands sent have been accepted?
What is the answer to each of the commands?.
What is the transmission time of each of the commands?.

I am using various peripherals (Fingerprint, RFI, USB, etc), but the thermal printer gives me a headache.

Please, I'll give my partner this proyect next week so could you send me the complete information to develop it in assembler?

Thanks for all,

Percy

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Assembler code to thermal printer

Post by adafruit_support_rick »

The printer user manual and product sheet are linked on our product page. That's all the information we have.
percyp wrote:How to verify that the commands sent have been accepted?
What is the answer to each of the commands?.
What is the transmission time of each of the commands?.
You can certainly find the commands and responses by inspecting the arduino library. Since the printer uses a serial connection, transmission time for any particular command can be derived from the baud rate. The library will also demonstrate how to throttle commands to accommodate the command's actual execution time.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”