xela144 / CANaconda

CANaconda project: CAN message viewer
GNU General Public License v3.0
10 stars 0 forks source link

No way to reconnect #55

Open Susurrus opened 10 years ago

Susurrus commented 10 years ago

There's no way to reconnect to a serial port. This is necessary for when I sleep my computer or otherwise lose the serial port and then want to connect again. Considering you can't start the program with the proper settings from the command line, this is a little annoying.

xela144 commented 10 years ago

Hmm this is the same as #21. We might have to start using QSerial objects instead of the PyPi package.

As for the commandline args we should look into this tomorrow, because it may be one of the bugs introduced by switching over to the pyuic generated code. At one point everything worked with command line arguments for the GUI.