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/


_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to