[moserial] fixed bug 779511, 921600 baud rate selection and port open speed incorrect



commit 3905e3a58a19a36e42af3f9148533e7ee38fd8f8
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Fri Mar 3 08:44:02 2017 -0500

    fixed bug 779511, 921600 baud rate selection and port open speed incorrect

 src/Settings.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Settings.vala b/src/Settings.vala
index 6ef83ef..654977c 100644
--- a/src/Settings.vala
+++ b/src/Settings.vala
@@ -41,7 +41,7 @@ public class Settings : GLib.Object
                                                "4800", "9600", "19200",
                                                "38400", "57600", "115200",
                                                "230400", "460800", "576000",
-                                               "927600", "1000000", "2000000"
+                                               "921600", "1000000", "2000000"
                                                 };
 
         public static string DEFAULT_DEVICEFILE = "/dev/ttyS0";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]