Vibrant2020
Newbie level 6
Dear friends,
I am able to print texts, barcodes on the (Serial/TTL) Thermal Printer from the PIC MCU using the following similar commands.
putch(0x1B); // ESC
putch(0x2A); //*
puts("Welcome to Edaboard \r\n");
etc.
but struggling to print the bitmap. I like to bring one important point to your knowledge that I am even struggling to find out the proper/correct ESC/POS commands for my printer. Some documents say to use this command to set the printer to start bitmap : "0x12 *" (DC2 *). Some other documents say "0x1B *" (ESC *). I tried both commands. But it prints only characters not image. Same characters printed even after If I don't use those commands. No datasheet provided along with the printer. I went through the arduino library files on github.
For your information:
But not succeeded yet. I also browsed extensively on web. No useful info received. Any help to solve the issue would be highly appreciated.
Components used:
MCU : PIC16F1938
TTL Thermal Printer RP203.
Communication: TTL (RX, TX)
Thank you,
Vibrant
I am able to print texts, barcodes on the (Serial/TTL) Thermal Printer from the PIC MCU using the following similar commands.
putch(0x1B); // ESC
putch(0x2A); //*
puts("Welcome to Edaboard \r\n");
etc.
but struggling to print the bitmap. I like to bring one important point to your knowledge that I am even struggling to find out the proper/correct ESC/POS commands for my printer. Some documents say to use this command to set the printer to start bitmap : "0x12 *" (DC2 *). Some other documents say "0x1B *" (ESC *). I tried both commands. But it prints only characters not image. Same characters printed even after If I don't use those commands. No datasheet provided along with the printer. I went through the arduino library files on github.
For your information:
But not succeeded yet. I also browsed extensively on web. No useful info received. Any help to solve the issue would be highly appreciated.
Components used:
MCU : PIC16F1938
TTL Thermal Printer RP203.
Communication: TTL (RX, TX)
Buy RP203 58mm Panel Thermal Printer Online in India | Robocraze
The RP203 thermal printer features automatic paper detection, automatic memory printing abilities, Easily connects to microcontrollers, No ink is needed it uses heat-sensitive ribbon technology for durable prints.
robocraze.com
Thank you,
Vibrant
Last edited: