N
Noir
Hi everybody,
I'm working on this project to send print jobs to the printer. I had opened
the port and I tried sending data over such as text like “Hello World” but
the printer refused to print. The light flickers and beeped for a second. The
problem now is that whether I’m sending the right information over. My
printer is a Zebra QL420 Mobile Printer. I tried sending CPCL printer
language but still it doesn’t print out. According to some threads, I have to
add CR, LF and FF to it, but the question now is how do I set the format to
send to the printer or how do I add the CR/LF/FF to it to have the different
new line? Your help is deeply appreciated.
Below are the sample CPCL codes:
! 0 200 200 3 1
TEXT 4 0 30 40 Hello World
FORM
PRINT
Regards,
Ian
I'm working on this project to send print jobs to the printer. I had opened
the port and I tried sending data over such as text like “Hello World” but
the printer refused to print. The light flickers and beeped for a second. The
problem now is that whether I’m sending the right information over. My
printer is a Zebra QL420 Mobile Printer. I tried sending CPCL printer
language but still it doesn’t print out. According to some threads, I have to
add CR, LF and FF to it, but the question now is how do I set the format to
send to the printer or how do I add the CR/LF/FF to it to have the different
new line? Your help is deeply appreciated.
Below are the sample CPCL codes:
! 0 200 200 3 1
TEXT 4 0 30 40 Hello World
FORM
Regards,
Ian