Sending of command
Posted: Thu Dec 09, 2004 2:11 am
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
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