RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
834
Ctrl Command uart_config
Function Configures the internal UART interface for the specified baud rate.
Call
RealBaudRate = uart_config( BaudRate )
Parameters
BaudRate
Baud rate. As an unsigned 32-bit value.
Allowed value range: [160 Bd…12.8 MBd].
Result
RealBaudRate
Comments • uart_config extends rs232_config with a higher value range for the baud rate.
• uart_config is synonymous with rs232_config, but returns the nearest possible
actually used baud rate.
• The default value is 9,600 baud.
• The other RS-232 interface parameters cannot be altered (data bits: 8, start bits: 1, stop
bits: 1, parity: none).
• See also Chapter 4.6.5 ”RS232 Socket Connector”, page 83.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 611, OUT 611, RBF 616.
References rs232_config, rs232_write_data, rs232_read_data