Specifications
1-38 Command Descriptions Rev. A
.
Mechanism Control Commands
The TM-U950/U950P supports the following mechanism control commands.
Command Name
ESC < Return home
ESC U Turn unidirectional printing mode on/off
ESC i Partial cut (one point left uncut)
ESC m Partial cut (three points left uncut)
ESC o Stamp
ESC <
[Name] Return home
[Format] ASCII ESC <
Hex 1B 3C
Decimal 27 60
ESC < moves the print head to the home position.
4 On 10 16 Not used. Fixed to On.
5
Off 00 0 Check insertion sensor: paper present.
On 20 32 Check insertion sensor: paper not present.
6
Off 00 0 Check ejection sensor: paper present.
On 40 64 Check ejection sensor: paper not present.
7 Off 00 0 Not used. Fixed to Off.
Program Example
PRINT #1, CHR$(&H10);CHR$(&H4);CHR$(&H8);CHR$(1);
←
Transmits MICR status
Program Example
PRINT #1, CHR$(&H1B);"<";
Bit Off/On Hex Decimal Function