Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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