Mtpl; Example In Basic; Example In Pascal; Printout - Tally Dascom 2810 User Manual

Hide thumbs Also See for 2810:
Table of Contents

Advertisement

User Guide

MTPL

As the emulations do not cover the entire scope of your printer, a new printer
language, which is adapted to this printer model, has been created. Using MTPL
you are able to optimize operation and handling.
MTPL can be used in connection with other emulations or can be used alone.

Example in BASIC

open "LPT1:" as #1
width #1,255
Text1$ = "10 characters/inch"
Text2$ = "15 characters/inch"
ESC$ = chr$(27)
print
#1,ESC$;"[4w";Text1$;ESC$;"[6w";Text2$;ESC$;"[4w";Text1$
end

Example in Pascal

program cpi_example;
uses printer;
const ESC = #27;
Text1 = "10 characters/inch";
Text2 = "15 characters/inch";
begin
writeln(lst,Esc,"[4w",Text1,ESC,"[6w",Text2,Esc,"[4w",Text1);
end.

Printout

After the program has been completed the following text will be printed out:
10 characters/inch
10 characters/inch
15 characters/inch
Options and accessories
139

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

2820

Table of Contents

Save PDF