Title
Rev.
Page
HMKP-830
Ver1.0
P.65
4)long NewRealRead(void);
Reads 1 byte of print status data using USB port.
Parameters:
None
Return :
Read Normal : Print Status Value
Read Error : -1(Negative)
5)long PrintPacket(unsigned char *PacketBuf,unsigned long PacketLength);
The sending data buffer outputs a USB port for the specified data length.
Parameters:
PacketBuf : TransmitDataBuffer Pointer
PacketLength : Transmit data length (not to exceed up to 64 bytes)
Return :
Normal Output : 1
Output Error : 0
※ Do not use functions other than those listed above as they are for debug.
※ For more information, download the sample program from our website.