5234 eTPU UART init for stop bits?

Discussion to talk about software related topics only.
Post Reply
Ridgeglider
Posts: 513
Joined: Sat Apr 26, 2008 7:14 am

5234 eTPU UART init for stop bits?

Post by Ridgeglider »

I need to set up one of the etpu uart ports for 8 data bits, no parity, and 1 stop bit. The function:
int eTPUFDUartOpen(int RXchannel,
int TXchannel,
int baud_rate = 115200,
int bits_per_data_word = 8,
int parity = FS_ETPU_UART_NO_PARITY,
int priority = FS_ETPU_PRIORITY_MIDDLE);

does not seem to have the typical uart stop bit configuration options. Is this possible, or are the etpu channels fixed at two stop bits as the only option?

Thanks
Post Reply