diff --git a/src/ser.rs b/src/ser.rs index a5a11b5..bc03776 100644 --- a/src/ser.rs +++ b/src/ser.rs @@ -37,7 +37,7 @@ impl XBSer { /// Initialize the serial system, configuring the port. pub fn new(portname: PathBuf) -> io::Result { let settings = SerialPortSettings { - baud_rate: 115200, + baud_rate: 115200, // FIXME: make this configurable, default 9600 data_bits: DataBits::Eight, flow_control: FlowControl::None, parity: Parity::None,