diff --git a/xtask/src/tasks.rs b/xtask/src/tasks.rs index f2cd382..abcb1be 100644 --- a/xtask/src/tasks.rs +++ b/xtask/src/tasks.rs @@ -198,7 +198,7 @@ pub fn serial_term() -> color_eyre::Result<()> { } }; - let mut port = serialport::new(&dongle.port_name, 9600).open()?; + let mut port = serialport::new(&dongle.port_name, 115200).open()?; static CONTINUE: AtomicBool = AtomicBool::new(true);