Hi, I´m using toolbox with my zebra printer KR203, I have read the manual and in the last pages write the following sample:
If I run the program, I can get this result
Could you please help me to write as String, I had tried to use
Thank you.
1 Replies
Hi Omar,
To print text, you have to convert the string into a bitmap, because the printer does not contain any fonts.
I was able to produce the attached binary using an online converter, but you could write a program to do it. Once you get the bitmap, add the ESC s command like it says to do on page 53 of the manual. For example, the first line for the hello_world.txt would become
s
The block of lines will end with the following to cut and eject the reciept: