Specifications

Rev. A Command Descriptions 1-43
TM–U950/U950P Information Manual
FS a 1
[Name] Load check paper to print starting position
[Format] ASCII FS a 1
Hex 1C 61 31
Decimal289749
FS a 1 loads check paper to the print starting position. After loading the check paper, the printer
cancels the MICR function and automatically selects slip paper. This command is ignored unless the
MICR function is selected.
FS a 2
[Name] Eject check paper
[Format] ASCII FS a 2
Hex 1C 61 32
Decimal289750
FS a 2 ejects the check paper. After ejecting the check, the printer cancels the MICR function and
automatically selects the default paper type for ESC c 0. This command is ignored unless the MICR
function is selected.
Program Example
PRINT #1, CHR$(&H1C);"a1";
PRINT #1, "AAAAA";CHR$(&HA);
Program Example
PRINT #1, CHR$(&H1C);"a2";