Function mio_serial::available_baud_rates [] [src]

pub fn available_baud_rates() -> Vec<u32>

Returns a list of available baud rates for this system.

Officially supported baud rates vary by system so this function may not return the same results across all platforms. Also note that this list may be incomplete and it's likely that the underlying platform and hardware can support more baud rates than returned by this function.