Return Dip Switch Setting

Once this command is received, next ESC I command will return 1-byte dip switch setting. Once dip switch setting is returned, following ESC I (1B 49) command will turn back to MICR function call.

ASCII

ESC * P SOH SOH GS I @ ‘0xCD’

Hexadecimal

1B 2A 50 01 01 1D 49 40 CD 00 00 00 00

Decimal

27 42 80 1 1 29 73 64 205 0 0 0 0

Return Data:

ID(0xCD), 1-byte dip switch setting in ASCII, CR(0x0D)

Value:

0x30

SW1: Off, SW2: Off

0x31

SW1: On, SW2: Off

0x32

SW1: Off, SW2: On

0x33

SW1: On, SW2: On