Specifications
Rev. A Command Descriptions 1-41
TM–U950/U950P Information Manual
FS c
[Name] MICR mechanism cleaning
[Format] ASCII FS c
Hex 1C 63
Decimal 28 99
FS c cleans the MICR mechanism. When this command is executed, the printer enters cleaning sheet
wait status. Insert the cleaning sheet into the check paper entrance. After cleaning the MICR
mechanism, the printer automatically selects the default paper type for ESC c 0. This command is
enabled only when input at the beginning of a line.
FS a 0 n
[Name] Read check paper
[Format] ASCII FS a 0 n
Hex 1C 61 30 n
Decimal289748n
[Range] 1 ≤
n
≤ 255
FS a 0 n selects the MICR function and reads the check paper. When changing readable waveforms
to character data, n=0 specifies a readable font as E13B and n=1 specifies a readable font as CMC7.
After ending MICR reading normally, the printer transmits header + reading status + identified
character strings + NULL to the host computer. In other cases, the printer transmits header + reading
status + NULL to the host computer.
Header: 5FH (decimal 95)
NULL: 00H (decimal 0)
Each bit of n is used as shown below.
Program Example
PRINT #1, CHR$(&H1C);"c"
Program Example
PRINT #1, CHR$(&H1C);"a0";CHR$(0);
←
Specifies readable font as E13B