Function serialport::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. This functions returns a of strings indicating their values. This is most useful for UI applications that want to expose them to a user through text.