1. Here is pic of paper I found by taking printout on selftest (paper is not label, otherwise label printer is used)
2. Selftest pic is attached
3. label paper pic is attached
4. Printer has these pin on it : VH, Gnd , Tx, Rx, DTR, GND.
5. One thing I found on selftest pic, is that hardware flow control is enabled. Now how to do that in arduino?
6. I wam able to print text on printer by normal command: serial1.println("text") . But this print only of label printer is correctly placed i.e side hole is properly detected.
7. Now I want to that whenever I power on system, I send command to align label properly so thAT i can print on it.
I have tried all commands by this loop:
for(cnt = 0U ; cnt < 255U ; cnt++)
{
Serial1.write(cnt);
}
only cnt = 14 takes to next label , but only if previous label was properly placed, otherwise this dont work either.