|
From: | Joerg Wunsch |
Subject: | [avrdude-dev] [patch #8380] adds 500k 1M 2M baud to ser_posix.c |
Date: | Fri, 07 Mar 2014 06:48:24 +0000 |
User-agent: | Mozilla/5.0 (X11; FreeBSD i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36 |
Follow-up Comment #5, patch #8380 (project avrdude): I have cross-checked myself. OSX uses the BSD model where Bxxxx == xxxx, so no special treatment is necessary. (They don't have Bxxxx constants for the baudrates you mention but for other rates like 230400 etc.) Their struct termios has baudrate entries separate from the historic c_*flags fields. Solaris uses the same model as Linux where the baudrate is encoded in the lower bits of c_cflags, but it only has standard baudrates up to B38400 anyway. So it's only Linux that needs the patch at all. _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?8380> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |