Specifications

2° byte = User status
BIT OFF/ON HEX Decimal FUNCTION
0
Off 00 0 Printing head down
On 01 1 Printing head up error
1
Off 00 0 Cover closed
On 02 2 Cover opened
2
Off 00 0 No spooling
On 04 4 Spooling
3
Off 00 0 Drag paper motor off
On 08 8 Drag paper motor on
4 - - - RESERVED
5
Off 00 0 LF key released
On 20 32 LF key pressed
6
Off 00 0 FF key released
On 40 64 FF key pressed
7 - - - RESERVED
3° byte = Recoverable error status
BIT OFF/ON HEX Decimal FUNCTION
0
Off 00 0 Head temperature ok.
On 01 1 Head temperature error
1
Off 00 0 No COM error
On 02 2 RS232 COM error
2 - - - RESERVED
3
Off 00 0 Power supply voltage ok
On 08 8 Power supply voltage error
4 - - - RESERVED
5
Off 00 0 Acknowledge command
On 20 32 Not acknowledge command error
6
Off 00 0 Free paper path
On 40 64 Paper jam
7
Off 00 0 Notch search ok
On 80 128 Error in notch search
4° byte = Unrecoverable error status
BIT OFF/ON HEX Decimal FUNCTION
0
Off 00 0 Cutter ok
On 01 1 Cutter error
1
Off 00 0 Cutter cover ok
On 02 2 Cutter cover open
2
Off 00 0 RAM ok
On 04 4 RAM error
3
Off 00 0 EEPROM ok
On 08 8 EEPROM error
4 - - - RESERVED
5 - - - RESERVED
6 - - - RESERVED
7 - - - RESERVED
[Default]
[Reference]
[Example] To request the Full status (1° byte) and the User status (2°byte) proceed as follow:
see bitmask:
BIT3 = 0 BIT2 = 0 BIT1 = 1 BIT0 =1 quindi 0011 = 3
Send the command: <AFSB3>
Possible answer: <SB3,0504>
SVELTA Emulation
Command Reference 43