wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.13k stars 1.04k forks source link

Support 500kbps serial ports. #167

Closed mikepurvis closed 6 years ago

mikepurvis commented 6 years ago

Some RS422 devices use this baud rate; see similar logic in picocom:

https://github.com/npat-efault/picocom/blob/a6b1dda2aba366af99c10950dce4336373f5854e/term.c#L266-L268

Seems like this was added in 1.8. It would be great to have support in Serial as well.

mikepurvis commented 6 years ago

@wjwwood ping

mikepurvis commented 6 years ago

Thanks! That's still a help to us for building from source.