![Thermo Scientific 410i Instruction Manual Download Page 274](http://html1.mh-extra.com/html/thermo-scientific/410i/410i_instruction-manual_1104586274.webp)
C-Link Protocol Commands
Keys/Display
B-34
Model 410
i
Instruction Manual
Thermo Fisher Scientific
push
button
do
ri
down
right
en
ru
enter
run
he
up
help
1
le
2
left
3
me
4
menu
button
= | do | down | en | enter | he | help | le | left | me | menu | ri | right |
ru | run | up | 1 | 2 | 3 | 4 |
These commands simulate pressing the front panel pushbuttons. The
numbers represent the front panel soft keys, from left to right.
Send:
push
enter
Receive:
push enter ok
isc
iscreen
These commands retrieve the framebuffer data used for the display on the
i
Series instrument. It is 19200 bytes in size, 2-bits per pixel, 4 pixels per
byte arranged as 320 by 240 characters. The data is sent in RLE encoded
form to save time in transmission. It is sent as a type '5' binary C-Link
response with no checksum.
The RLE encoding consists of a 0 followed by an 8-bit count of
consecutive 0xFF bytes. The following 'c' code will expand the incoming
data.
Keys/Display