mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
38400 baud rate had issues with RXTX and linux. With JSSC, it seems to be working fine again. Fixes #2296
This commit is contained in:
@ -111,7 +111,7 @@ public abstract class AbstractMonitor extends JFrame implements MessageConsumer
|
||||
|
||||
String[] serialRateStrings = {
|
||||
"300", "1200", "2400", "4800", "9600",
|
||||
"19200", "57600", "115200"
|
||||
"19200", "38400", "57600", "115200"
|
||||
};
|
||||
|
||||
serialRates = new JComboBox();
|
||||
|
Reference in New Issue
Block a user