Skip to content

Commit 8cc3ff8

Browse files
author
jantje
committed
Added some higher baut rates to the serial monitor to support esp
1 parent 7e68213 commit 8cc3ff8

File tree

1 file changed

+2
-1
lines changed
  • it.baeyens.arduino.common/src/it/baeyens/arduino/common

1 file changed

+2
-1
lines changed

it.baeyens.arduino.common/src/it/baeyens/arduino/common/Common.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ public static String[] listComPorts() {
258258
}
259259

260260
public static String[] listBaudRates() {
261-
String outgoing[] = { "115200", "57600", "38400", "31250", "28800", "19200", "14400", "9600", "4800", "2400", //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$//$NON-NLS-4$//$NON-NLS-5$//$NON-NLS-6$//$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$
261+
String outgoing[] = { "921600", "460800", "230400", "115200", "57600", "38400", "31250", "28800", "19200", //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$//$NON-NLS-4$//$NON-NLS-5$//$NON-NLS-6$//$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$
262+
"14400", "9600", "4800", "2400", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
262263
"1200", "300" }; //$NON-NLS-1$ //$NON-NLS-2$
263264
return outgoing;
264265
}

0 commit comments

Comments
 (0)