Specifications

Rev. A Application 2-3
TM–U375/U375P Information Manual
Program Example
PRINT #1, CHR$(&H1B);"=";CHR$(3);
Selects p eriphe ral d evices (printer and customer display)
PRINT #1, CHR$(&H1B);"@";
Initializ es the devi ces
PRINT #1, CHR$(&H1B);"t";CHR$(1);
Selects t he cha racte r code table (page 1)
PRINT #1, CHR$(&H1B);"=";CHR$(1);
Selects peripheral device (printer)
PRINT #1, CHR$(&H1D);"*";CHR$(40);CHR$(6)
FOR I=1 TO 1920
READ a$: PRINT #1, CHR$(VAL("&H"+a$));
NEXT I
GOSUB stamp
Prints sta mp da ta
PRINT #1, CHR$(&H1B);"=";CHR$(2);
Selects p eriphe ral d evice (customer display)
PRINT #1, CHR$(&HC);
Clears cu stomer disp lay screen
PRINT #1, CHR$(229);CHR$(230);CHR$(229);" WELCOME ";
PRINT #1, CHR$(229);CHR$(230);CHR$(229);
PRINT #1, CHR$(&H1F);"T";CHR$(10);CHR$(30);
Sets and displa ys a counter (time)
W$=INPUT$(1)
Waits for input
PRINT #1, CHR$(&HC);
Clears cu stomer disp lay screen
PRINT #1, CHR$(&H1B);"=";CHR$(1);
Selects p eriphe ral d evice (printer)
PRINT #1, "MARCH 1, 1996, 10:30";
PRINT #1, CHR$(&H1B);"d";CHR$(3);
PRINT #1, CHR$(&H1B);"a";CHR$(0);
Selects p rint p ositi on (left justification)
PRINT #1, CHR$(&H1B);"!";CHR$(1);
PRINT #1, CHR$(&H1B);"=";CHR$(3);
Selects p eriphe ral d evices (printer and customer display)
PRINT #1, "TM-U375 96.0"; CHR$(&HA); CHR$(&HB);
W$=INPUT$(1)
Waits for input
PRINT #1, "PS-150 15.0"; CHR$(&HA); CHR$(&HB);
W$=INPUT$(1)
Waits for input
PRINT #1, CHR$(&H1B);"=";CHR$(1);
Selects peripheral device (printer)
PRINT #1, CHR$(&HA);
PRINT #1, CHR$(&H1B);"!";CHR$(17);
PRINT #1, CHR$(&H1B);"=";CHR$(3);
Selects peripheral devices (printer and customer display)
PRINT #1, "TOTAL 111.0"; CHR$(&HA)
Defines us er-
Displays a
Prints dat e
Prints and
defined bi t
image
message
and time
displays
item A