ESC p m t1 t2
[Name] Generate pulse
[Format] ASCII ESC p m t1 t2
Hex 1B 70 m t1 t2
Decimal 27 112 m t1 t2
[Range] m = 0, 1, 48, 49
0 ≤ t1 ≤ 255
0 ≤ t2 ≤ 255
[Description] • Outputs the pulse specified by t1 and t2 to connector pin m.
m Connector pin
0, 48 Drawer kick-out connector pin 2.
1, 49 Drawer kick-out connector pin 5.
• t1 specifies the pulse on time as (t1 × 2 ms).
• t2 specifies the pulse off time as (t2 × 2 ms).
If t2 is less than 50, t2 is assumed to be equal to 50.
[Note] • Specify a value (t1 < t2) so that the off time is longer than the on time.
ESC t n
[Name] Select character code table
[Format] ASCII ESC t n
Hex 1B 74 n
Decimal 27 116 n
[Range] 0 ≤ n ≤ 5, 16 ≤ n ≤ 19, n = 254, 255
[Default] n = 0
[Description] • Selects page n from the character code table.
n Character code table
0 Page 0 [PC437 (USA: Standard Europe)]
1 Page 1 [Katakana]
2 Page 2 [PC850 (Multilingual)]
3 Page 3 [PC860 (Portuguese)]
4 Page 4 [PC863 (Canadian-French)
5 Page 5 [PC865 (Nordic)]
16 Page 16 [WPC1252]
17 Page 17 [PC866 (Cyrillic #2)]
18 Page 18 [PC852 (Latin 2)]
19 Page 19 [PC858 (Euro)]
254 Page 254 (Space page)
255 Page 255 (Space page)
[Reference] "3.2 Character Code Tables"