
Title
Rev.
Page
HP-283 Technical Manual
Ver1.01
P.73
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.
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.