User guide
176 DC 900-1338I
Protocol Software Toolkit Programmer Guide
The data area in the write is an instance of the CONF_TYPE structure. This structure is
defined as follows:
typedef struct {
unsigned char protocol; /* With Ack: 0x00=BSC, 0x01=Async, 0x02=SDLC */
/* W/out Ack: 0x80=BSC, 0x81=Async, 0x82=SDLC */
unsigned char clock; /* (bsc and sdlc only)
0 = external, 1 = internal */
unsigned char baud_rate; /* For protocol = async,
the following values apply:
0 = 300
1 = 600
2 = 1200
3 = 1800
4 = 2400
5 = 3600
6 = 4800
7 = 7200
8 = 9600
9 = 19200
10 = 38400
11 = 57600
12 = 115000
13 = 230400
For bsc and sdlc,
the following values apply:
0= 300
1= 600
2 = 1200
3 = 2400
4 = 4800
5 = 9600
6 = 19200
7 = 38400
8 = 57600
9 = 64000
10 = 307000
11 = 460800
12 = 614400
13 = 737300
14 = 921600
15 = 1228800
16 = 1843200
*/
unsigned char encoding; /* (sdlc only) 0 = NRZ, 1 = NRZI */
unsigned char electrical; /* Valid values: 0x02 = EIA 232
0x0c = EIA 449
0x0d = EIA 530
0x0e = V.35 */