Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX serial port can be configured with a non-standard baudrate (ex 100000): (1 Item)
   
QNX serial port can be configured with a non-standard baudrate (ex 100000)  
Hi,

I have a serial device that communicates at 100000 baud, 2 stop bits and even parity.
I try to write a QNX driver that configures a serial port with those specs using termios.h functions and flags.
I can get serial data from the device but the structure of the data frames are not correct. I am wondering if the driver
 is able to configure the serial port at 100000 baud?

Thanks