Closed Susurrus closed 10 years ago
The Can to USB device we are using doesn't always respond the right way. If an incorrect canbaud is given from the command line, it may be nessary to unplug the device and reconnect before it works again.
This is not the case for the GUI version, which works fine. The code is exactly the same from CLI to GUI, but sometimes the CLI version does not work. Blaming it on the Can to USB device. GUI: 5881f2780ce115592ef62def3d61ea99fdff9466 CLI: e7ca28017442b9178fc9b5f96a3d0838a360cf04
Should support all 8 base baud rates supported by CANusb and default to 250kbaud. This should be a menu item above the serial port and display a checkbox next to the current baud rate. Changing the baud rate live should be supported as well and will require sending a close command, changing the baud rate, and then sending an open command.
This should be done for the command-line interface as well via a
--canbaud
argument.