2 6
Programming Commands
It will address the
cursor to an X, Y
location on display.
Move cursor to X,Y
Code: 027, 061
ESC =
Set cursor position
PARAMETER FORMAT :
ESC = <COLUMN X> <ROW Y>
RANGES :
COLUMN X : “0”-“19” (048-067).
ROW Y : “0”-“1” (048-049).
EXAMPLE :
PRINT #1, CHR$(27)+“=11”;
Sets the cursor to the second line, second cell.
ATTENTION :
For all cursor move commands, please make sure
that your PRINT-command does not send a CR as
terminator, which will also change the cursor
position.
Printer functions
ESC_P
Enable printer,
disable display
Code: 027, 095, 080
If you have connected
both a serial printer and
8034 display on the same
COM port, you can use
this command to start
the access to the printer.
After power on, only the
display is active. If you
send ESC_P, the printer
mode will be activated,
all data sent to this
COM-port will be
printed and not
displayed.
COMMANDS FUNCTION
DESCRIPTION
Содержание 8034
Страница 2: ...2 ...
Страница 4: ...4 ...
Страница 6: ...6 ...
Страница 8: ...8 ...
Страница 10: ...1 0 ...
Страница 12: ...1 2 Step 3 Bulid up your 8034 Installing Model 8034 Plug into 8Pin Phone Jack Socket ...
Страница 16: ...1 6 ...
Страница 33: ......
Страница 48: ...4 8 Copyright 2001 Jarltech International Inc Printed in Taiwan ISSUED October 2002 V 2 0 ...