Download Print this page

JARLTECH 8034 Operation Manual page 21

Customer pole display

Advertisement

C O M M A N D S
CTRL M
NOTE:
In BASIC, after a PRINT#-command, a CR is always sent
to the display if you do not add an "; " to the end of the
command. The CR command is normally used for the line
switching.
E X A M P L E :
PRINT #1, "First line!"
PRINT #1, CHR$(10);
PRINT #1, "Second line!"
C T R L ^
CTRL \
F U N C T I O N
Move cursor to
column 0
Code: 013
Cursor home
Code: 030
Reset
Reset display
Code: 028
Programming Commands
D E S C R I P T I O N
This is CARRIAGE
RETURN function
which returns the
cursor's horizontal
location to the first
position, on the same
line.
This function will
return the cursor
position to 0,0.
This function will
execute a software
reset which will
initialize the entire
pole display. The
power up test will
begin as if power was
just switched on.
2 1

Advertisement

loading