TallyGenicom Matrix Printer Programmer's Manual page 240

Tallygenicom matrix printer programmer's manual
Table of Contents

Advertisement

Character explanation and symbol description
l
In the following you will find an example for a MTPL sequence with a Basic programming
example:
Set to a form length of 72 lines:
MTPL-Sequence
Transmission
100 REM Sample for the CSI n t sequence in ASCII,
110 REM using formulars with 72 lines.
120 REM Please note, in ASCII-Syntax you can use ASCII values
130 REM equal or bigger codetable no. 32 only.
140 LPRINT CHR$(155);"72";"t": REM mixed syntax;
150 REM set form length up to 72 lines
160 REM The same sequence written in hexadecimal syntax
170 LPRINT CHR$(&H9B);CHR$(&H37);CHR$(&H32);CHR$(&H74);
180 REM set form length up to 12 lines
190 REM The same sequence written in decimal syntax
200 LPRINT CHR$(155);CHR$(55);CHR$(50);CHR$(116);
210 REM set form length up to 72 lines
4
Introduction
l
Lower case " "
Informations
Sequence only applies for 9 needle printer
Sequence only applies for 24 needle printer
ASCII
hex.
dec.
CSI
n
with n=72
CSI
"72"
9B
37 32
155
55 50
t
"t"
74
116

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Matrix Printer and is the answer not in the manual?

Table of Contents