Versajet us h – Cino M230B User Manual
Page 233
![background image](/manuals/734565/233/background.png)
224
Programming Reference
VERSAJET
US h
[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
32
0x20~0x7E
Model name
32
0x20~0x7E
Firmware version
16
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 82 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 32 bytes, filled with char
0x00(Null) for remaining bytes if the length of real data is smaller than 32.
The return value of model name is a fixed length of 32 bytes, filled with char 0x00(Null)
for remaining bytes if the length of real data is smaller than 32.
The return value of firmware version is a fixed length of 16 bytes, filled with char
0x00(Null) for remaining bytes if the length of real data is smaller than 16.