Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub struct Device {
/// Whatever version information the device returned.
pub subtype: Option<String>,
/// Device speed in bits per second.
pub bps: Option<u16>,
pub bps: Option<u32>,
/// N, O or E for no parity, odd, or even.
pub parity: Option<String>,
/// Stop bits (1 or 2).
Expand Down