|
QNX serial port can be configured with a non-standard baudrate (ex 100000)
|
05/29/2012 10:45 AM
post93346
|
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
|
|
|