User manual
APOS Premium Printer Series User Manual Page 90 /136 Reference: FDE 3107312 Issue A
V
OLTAGE AND TEMPERATURE MONITORING
Returns the results of latest voltage and temperature measurements.
ASCII
US LF n
Hexadecimal 1F 0A n
Decimal
31 10 n
Limit:
Decimal:
132 ≤ n ≤ 133
Hex:
84 ≤ n ≤ 85
Always returns 7 Bytes :
Command ID + zero terminated ASCII string.
RETURNED STATUS DEFINITION
n = 0x84: Read Voltage (in Volt)
Byte Function Value
0 Command Id 0x84
1-5 ASCII string
6 End of String 0x00
RETURNED STATUS DEFINITION
n = 0x85: Read Print head Temperature (in °C)
Byte Function Value
0 Command Id 0x85
1-5 ASCII string
6 End of String 0x00
S
END PRINTER SOFTWARE VERSION
The printer returns 8 bytes containing the boot and flash software version.
The first 4 bytes returned are an ASCII string for the boot version.
The second 4 bytes are an ASCII string for the flash version.
Example: the printer returns 1.071.15
This means the boot version is 1.07 and the flash version is 1.15
ASCII
US V
Hexadecimal 1F 56
Decimal
31 86