Cino 3.00.01 Printer User Manual


 
US h
Programming Reference
VERSAJET
[Name] Get system information
[Format] ASCII US h
Hex 1F 68
Decimal 31 104
[Return value]
Function Length (Byte)
Value
Start byte 1
0x5F
Customer name 15
0x20~0x7E
Model name 15
0x20~0x7E
Firmware version 15
0x20~0x7E
End byte 1
0x00
[Description] Get system information.
[Notes]
This is a real-time command that the printer executes upon receiving it.
The printer returns 47 bytes, the first and last bytes are fixed values. Make sure the host
computer can receive data from receiving buffer.
The return value of customer name is a fixed length of 15 bytes, filled with char
0x00(Null) for remaining bytes if the length of real data is smaller than 15.
The return value of model name is a fixed length of 15 bytes, filled with char 0x00(Null)
for remaining bytes if the length of real data is smaller than 15.
222