We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb8ee6 commit 4f02edbCopy full SHA for 4f02edb
1 file changed
SUSTerm/constants.h
@@ -25,16 +25,23 @@ const int eol_default_value = 1; // 1 = New Line
25
26
QStringList static comboBox_bauds_values =
27
{
28
+ "300",
29
"1200",
30
"2400",
31
"4800",
32
"9600",
33
"19200",
34
"38400",
35
"57600",
- "115200"
36
+ "74880",
37
+ "115200",
38
+ "230400",
39
+ "250000",
40
+ "500000",
41
+ "1000000",
42
+ "2000000"
43
};
-const int bauds_default_value = 7; // 7 = 115200
44
+const int bauds_default_value = 9; // 9 = 115200
45
46
const QString ABOUT_TEXT =
47
"SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \
0 commit comments