pub const COMMON_BAUD_RATES: &[u32];Expand description
Common baud rates used by many applications and devices.
Note that Linux, *BSD, Windows and Apple platforms all support custom baud rates, so you are not limited to these values. It is also not guaranteed that all devices support these speeds.
These speeds can be useful to populate a user interface with some common options though.