diff --git a/configtool/communicationspage.py b/configtool/communicationspage.py index 80e345f..e00847c 100644 --- a/configtool/communicationspage.py +++ b/configtool/communicationspage.py @@ -11,7 +11,7 @@ class CommunicationsPage(wx.Panel, Page): self.id = idPg self.defaultBaud = '115200' - self.bauds = ['19200', '38400', '57600', self.defaultBaud] + self.bauds = ['19200', '38400', '57600', '115200', '230400', '250000'] self.labels = {'XONXOFF': "XON/XOFF Flow Control", 'BAUD': "Baud Rate:", 'USB_SERIAL': "USB Serial"}