190 Epson FX-100 Control Commands

The following example shows the code necessary to cause the printer to print the following graphic pattern:

Printhead

MSB

LSB

d1 - d8 = 129 66 36 24 24 36 66 129

AB0-AH

Note: n/216 vertical line spacing may be used in graphic printing. n/216 in. line spacing is approximated using 1/144 in. steps. Maximum local and cumulative error is - 1/216 in.

Example

REM PRINT AN X SHAPED PATTERN USING SINGLE

REM DENSITY GRAPHICS

LPRINT CHR$(27);"K";CHR$(8);CHR$(0);

FOR I = 1 TO 8

READ D

LPRINT CHR$(D);

NEXT I

LPRINT

DATA 129,66,36,24,24,36,66,129

Page 210
Image 210
Epson 4100 manual Lprint CHR$27KCHR$8CHR$0 For I = 1 to