C2-2450A O
PERATION
M
ANUAL
68
Erase Preset 3
280193
Erase Preset 4
280194
Erase Preset 5
280195
Erase Preset 6
280196
Erase Preset 7
280197
Erase Preset 8
280198
Erase Preset 9
280199
Erase Preset 10
28019A
Set output to BLACK
00029B
Set output to WHITE
00029C
Toggle edge blend lines on/off
00029D
Cycle scaler inputs
0002A3
I.e. insert the 6 digit code from above into the following text string:
F041041024F######??<CR>
E.g. to Load Preset 1, use the text string:
F041041024F000291??<CR>
11.5.5 Reset command
This is a special command to reset a unit (as if power had been removed and re-
applied). Note that unlike the above commands, this is sent as binary (i.e. not as
ASCII text).
0x53, 0x06, 0x04, 0x01, 0x55, 0xAA, 0x55, 0xB2
E.g. In Visual Basic, send the string:
Chr$(&H53) + Chr$(&H6) + Chr$(&H4) + Chr$(&H1) + Chr$(&H55) + Chr$(&HAA)
+ Chr$(&H55) + Chr$(&HB2)