19
4
Configuration via interface
The parameters accessible via the control panel can also be adjusted via the serial
interface. Furthermore, there is an additional command for controlling the device.
The laminator is connected by means of a standard cable
RS-232 SERIAL SUB D9 connector jack
to the computer.
Die RS232-Parameter:
Baudrate
19200
Databits
8
Parity
none
Stopbits
1
The sequences for the command transfer are constructed as follows:
<ESC>
cmd
[
data
]
<CR>
A few communication rules:
• <LF> is ignored
• Every command transfer is acknowledged with <CR>
• Sequences without parameter data deliver the actual value (ReadBack)
• No data is sent back when not requested
Italic characters in the command description are placeholders and must be
replaced:
• d
= Decimal number
• p
= Boolean number:
0 oder 1
(1 Byte)
• h
= Hexadecimal number:
1-9, A-F, a-f
(1 Byte)
• c
= Arbitrary character:
0-9,A-Z,a-z
(1 Byte)
• s
= Arbitrary string:
...
• <...> = Control caracter as <ESC> or <CR>
•
Bold
printed Character are directly be taken on.
• Underline refers to default setting
Example:
Send:
Response:
<ESC>T175<CR>
<CR>
<ESC>T<CR>
175<CR>