Title
Rev.
Page
HMC-060, HMK-060 Release 2
Ver2.0
P.52
4)long NewRealRead(void);
It reads the printer status data as one (1) byte by the port USB.
n
Parameters:
None
n
Return :
Read normal : Printer status value.
Read error : -1( minus )
5)long PrintPacket(unsigned char *PacketBuf,unsigned long PacketLength);
It prints the data by the port USB, as much as the data at the transmission data buffer .
n
Parameters:
PacketBuf : Transmission data buffer pointer.
PacketLength : Transmissiong data length
Notice
: Please do not exceed more than 64 bytes max.
n
Return :
Print normal : 1
Print error : 0
Notice
Please do not use any function we don
’
t provide, due to the debug usage.
Notice
Please ask the sample program for more details.
7-2) DLL NOTICE
If you use Windows driver together, when you use OCX driver,
the data of Windows driver, and the data of OCX driver can not be delivered properly.
Please do not use the spool to print.
Please refer the following image.