Hardware description
Baud code
Baud selected (number of transitions per
second)
RC200RS232_75Baud
75
RC200RS232_110Baud
100
RC200RS232_300Baud
300
RC200RS232_1200Baud
1200
RC200RS232_2400Baud
2400
RC200RS232_9600Baud
9600
RC200RS232_19200Baud
19200
RC200RS232_38400Baud
38400
RC200RS232_57600Baud
57600
RC200RS232_115200Baud
115200
RC200RS232_230400Baud
230400
RC200RS232_460800Baud
460800
RC200RS232_921600Baud
921600
Selecting the parity
extern macro proc RC200RS232SetParity (
Parity
);
Parameters:
Parity
: A code selecting the parity. Possible values:
RC200RS232ParityNone
RC200RS232ParityEven
RC200RS232ParityOdd
These correspond to the following settings: no parity bit; even parity bit; odd parity
bit.
Timing:
1 clock cycle.
Description:
Changes the parity setting of the RS-232 interface.
Selecting the flow control
extern macro proc RC200RS232SetFlowControl (
FlowControl
);
Parameters:
FlowControl
: A code selecting the flow control. Possible values:
RC200RS232FlowControlNone
RC200RS232FlowControlSoft
RC200RS232FlowControlHard
These correspond to the following settings: No flow control; Software flow control
(XON/XOFF); Hardware flow (RTS/CTS)
Timing:
1 clock cycle.
Description:
Changes the flow control of the RS-232 interface.
www.celoxica.com
Page 45