Skip to content

Commit 32a9c42

Browse files
committed
Added the last three zero-error (for a 16 MHz system clock) Baud rates (500,000.0, 1,000,000.0, and 2,000,000.0) to the list of available serial speeds in SerialMonitor.java. All performed flawlessly in my tests.
1 parent 1a97ec4 commit 32a9c42

File tree

401 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+1
-1
lines changed

app/src/processing/app/AbstractMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public abstract class AbstractMonitor extends JFrame implements ActionListener {
2020

2121
private BoardPort boardPort;
2222

23-
protected String[] serialRateStrings = {"300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "74880", "115200", "230400", "250000"};
23+
protected String[] serialRateStrings = {"300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "74880", "115200", "230400", "250000", "500000", "1000000", "2000000"};
2424

2525
public AbstractMonitor(BoardPort boardPort) {
2626
super(boardPort.getLabel());

build/.editorconfig

100644100755
File mode changed.

build/Bridge-1.6.3.zip.sha

100644100755
File mode changed.

build/Esplora-1.0.4.zip.sha

100644100755
File mode changed.

build/Firmata-2.5.4.zip.sha

100644100755
File mode changed.

build/Keyboard-1.0.1.zip.sha

100644100755
File mode changed.

build/Mouse-1.0.1.zip.sha

100644100755
File mode changed.

build/RobotIRremote-1.0.2.zip.sha

100644100755
File mode changed.

build/Robot_Control-1.0.2.zip.sha

100644100755
File mode changed.

build/Robot_Motor-1.0.2.zip.sha

100644100755
File mode changed.

0 commit comments

Comments
 (0)