Italic Mode ON
Italic Mode OFF
Data Structure
ASCII
hex.
dec.
ASCII
hex.
dec.
The sequence CSI 0 m resets all CSI...m-sequences!
A maximum of 16 CSI...m -sequences can be joined in one sequence, e.g. as follows:
CSI n
Example
10 REM
20 LPRINT CHR$(27);"[3m"
30 GOSUB 70
40 LPRINT CHR$(27);"[23m"
50 GOSUB 70
60 END
70 LPRINT "Matrix Printer"
80 RETURN
36
Character Styling
CSI "3"
"m"
9B
33
6D
155 51
109
CSI "2"
"3"
"m"
9B
32
33
6D
155 50
51
109
;n
;n
m
1
2
x
italic mode
[A] italic mode ON
[A] italic mode OFF
CSI 3 m
CSI 23 m
Need help?
Do you have a question about the Matrix Printer and is the answer not in the manual?