|
|
Options |
Accessories |
-
SUPPLY +9 TO 35V= INSTEAD OF +5V=
-
RS-422 INTERFACE INSTEAD OF RS-232 (STANDARD)
-
DIP-SWITCH FOR ADDRESS INSTEAD OF SOLDERBRIDGE
|
-
CABLE WITH 9-PIN D-SUB FEMALE PLUG FOR PC
|
Commands | All incoming data will be largely interpreted at ASCII data. When display fills up, the characters automatically scroll to the top. CR/LF will be recognized and executed. FF (12d/$0C) clears the display. The cursor can be set manually by command (i.e. "ESC O" (EXC=27d/$1B)).
|
Table of Commands |
After Reset
| | Commands | Code
| Remarks | Formfreed FF (dec.:12)
| ^L |
| Clear screen and place cursor to home position (1,1)
|
| Carriage Return CR (13)
| ^M |
| Set cursor into first column left hand
| Linefeed LF (dec.:10)
| ^J |
| Move cursor down to next line
| Cursor positioning
| ESC | O | n1 | n2 | n1=column; n2=line; home-position (1,1) top left hand
| 1,1 | Cursor Form | ESC | C | 0
| Hidden cursor
|
| 1
| Cursor in form of a flashing block
| 3 | 2
| Cursor as an underscore
| 3
| Cursor in form of a flashing block with an underscore
| Display Mode | ESC | M | 1
| Clear-mode; autoflow OFF
|
| 2
| Clear-mode; autoflow ON
| 4 | 3
| Clear-mode; autoflow OFF
| 4
| Clear-mode; autoflow ON
| Select/ Deselect
| ESC | S | adr
|
| Selected interface address adr=0..254; (adr 255=all)
| Selected | | D |
| Deselect interface address adr=0..254; (adr 255=all)
|
|