100
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)
Summary of Contents for C2-7100
Page 150: ......