UART_SETTINGS Structure
This structure defines settings for UART access on neoVI Fire devices.
Remarks
Structure Elements
Item | Description | ||||||
---|---|---|---|---|---|---|---|
icscm_uint16 Baudrate | Holds the baud rate for the UART Connection. An example value could be 10417 or 9600 | ||||||
icscm_uint16 spbrg | |||||||
icscm_uint16 brgh | |||||||
icscm_uint16 parity | Sets the Parity type. Valid values are below
| ||||||
None | 0 | ||||||
Even | 1 | ||||||
Odd | 2 | ||||||
None | 0 | ||||||
Even | 1 | ||||||
Odd | 2 | ||||||
icscm_uint16 stop_bits | Sets the number of stop bits to use. Valid values are below.
| ||||||
One Stop Bit | 1 | ||||||
Two Stop Bits | 2 | ||||||
One Stop Bit | 1 | ||||||
Two Stop Bits | 2 | ||||||
icscm_uint8 flow_control | Set to 0 for no flow control and 1 for simple CTS RTS | ||||||
icscm_uint8 reserved | |||||||
icscm_uint32 bOptions | Bitfield containing UART Options
| ||||||
Invert Tx | 1 | ||||||
Invert Rx | 2 | ||||||
Half Duplex | 4 | ||||||
Invert Tx | 1 | ||||||
Invert Rx | 2 | ||||||
Half Duplex | 4 |
Last updated