termios higher speed baud settings
Jason Curl
jcurlmail at arcor.de
Sat May 26 03:56:12 PDT 2007
Hello,
When using uClibc 0.9.29 for x86 (32-bit), my configure script doesn't
find any baudrates greater than B115200 defined. When looking in the
headers, I see that 'termios.h' has the higher speeds commented out with
#if 0 ... #endif.
The comment mentioned there is something about being compatible with
cfsetspeed.c in uClibc. When I checked this file, it appeared to support
these higher baudrates and passes them on in the termios_struct to the OS.
Is it safe to simply remove the #defines and recompile? Or is there
still a problem there?
Thanks,
Jason.
More information about the uClibc
mailing list