Search found 1 match

by Kane82
Thu Dec 09, 2004 2:11 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Sending of command
Replies: 1
Views: 1909

Sending of command

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