(4)Contents printed
When Read is OK:
(a)Prints “Read OK.”
(b)Prints the MICR read results in HEX dump.
(“XX XX ...... XX” + ASCII: 1 line contains 8 byte information)
When Read is NG:
(a)Prints “Read NG.”
(b)Prints the MICR read results (Return Code (1 byte) and read data) in HEX dump. (“XX XX ...... XX” + ASCII: 1 line contains 8 byte information)
•Regarding MICR Read result, Return Code (1 byte) and Read Data are printed.
When the Return Code is 30H (“No errors”), it is assumed as “Read OK.” Otherwise, it is assumed as “Read NG.”
•Return codes are shown below:
Return code | Status |
30H (0) | No errors. |
33H (3) | Error: Read/Decode error. |
34H (4) | Error: No magnetic ink detected. |
36H (6) | Error: Document jam or document is too long. |
• When character set is
A:dash symbol
B:amount symbol
C:transit symbol
D:
E:comma symbol
Character | Code | Character | Code | Character |
1 | 31H | 2 | 32H | 3 |
5 | 35H | 6 | 36H | 7 |
9 | 39H | 0 | 30H | (space) |
B | 42H | C | 43H | D |
• When character set is
A:dash symbol
B:amount symbol
C:transit symbol
D:
Code
33H
37H
20H
44H
Character
4
8
A
E
Code
34H
38H
41H
45H
Character
1
5
9
A
Code
31H
35H
39H
41H
Character
2
6
0
B
Code
32H
36H
30H
42H
Character
3
7
(space)
C
Code
33H
37H
20H
43H
Character
4
8
-
D
Code
34H
38H
-
44H
Note | In both cases of |
| read command. |