Page 1 of 1

Sending of command

Posted: Thu Dec 09, 2004 2:11 am
by Kane82
I have a LK204-25 and I wanted to know since him it is necessary to send the array of bytes in order that the printer understands it.

I am doing it from Java, and I am sending him

byte[] auxPrint=new byte[2];
auxPrint[0]=(byte)0xFE;
auxPrint[1]=0x58;

Sorry for my english

Posted: Thu Dec 09, 2004 9:07 am
by Tom
Replied via email.