
73
Programming
Software command syntax
10/22/2008 TTP2100 Technical Manual P1003640-001
Results in an 6-byte response representing the serial number.
Results in a 1-byte response representing the control board revision. A minus sign indicates
that no revision has been made, while A indicates the first revision, and so on.
Results in a 1-byte response representing the temperature of the Printhead.
The answer is an signed byte (two's complement). If bit7 is 1 than it’s a negative value, invert
all bits and add 1 the get the value.
ESC ENQ 009
Serial-Number Enquiry
1B 05 09 hex
27 5 9 decimal
Example •
Send→ ESC ENQ 09d
Read← 00h 00h 02h 2Bh C6h 28h (hex), or 000 000 002 043 198 040 (dec)
ESC ENQ 010
Control Board Revision Enquiry
1B 05 0A hex
27 5 10 decimal
Example •
Send→ ESC ENQ 10d
Read← n
Where n can be ‘A’ (ASCII) or41h (hex) or 065 (dec)
ESC ENQ 011
Head Temperature Enquiry
1B 05 0B hex
27 5 11 decimal
Example •
Send→ ESC ENQ 11d
Read← n
Where n is a value representing the approximate temperature in Celsius.
Comentários a estes Manuais