Reset to Initial State (RIS)

ESC c CSI 6 ~

Data Structure ASCII

ESC

"c"

 

[A]

reset to initial state

hex.

1B

63

 

 

 

dec.

27

99

 

 

 

ASCII

CSI

"6"

" ~ "

[C]

reset to initial state

hex.

9B

36

7E

 

 

dec.

155

54

126

 

 

Description The printer is initialized, which means it has the same status as just after power switch-on. All parameters set by CSI-sequences are cleared. The active print position is set on the top position of a page (document).

Example10 REM initialization

20LPRINT CHR$(27);"[10s";:REM set left margin

30LPRINT CHR$(27);"[7w";:REM set 17.1 cpi

40LPRINT CHR$(27);"[1y";:REM set NLQ

50LPRINT CHR$(27);"[1z";:REM set subscript

60GOSUB 100

70LPRINT CHR$(27);"[6~";

80GOSUB 100

90END

100LPRINT "Matrix Printer"

110LPRINT:LPRINT

120RETURN

Miscellaneous 79

Page 315
Image 315
Tally Genicom Matrix Printer manual ESC c CSI 6 ~, Data Structure Ascii