START |
|
PROGRAM |
|
D2
|
set
everything to Percon default |
C8 |
use
predefined serial defaults |
C050 |
serial
data type: ascii |
C106 |
baud
rate set to 19k |
440 |
channel
1 off |
B51 |
enable
code ID |
B604// |
preamble
set to control-D |
60023B// |
extra
field 0 defined (STX or control-B,semicolon) |
613F03// |
extra
field 1 defined (?,ETX or control-C) |
701 |
enable
input definition 1 |
7132 |
only
data coming from MSR channel 2 qualifies for input editing |
7301 |
the
number of fields will be 1 |
7C600161// |
output
sequence:extra field 0, input field 1, extra field 1 |
EE |
save
and exit |