File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ void setup()
27
27
size (640 , 480 );
28
28
29
29
// if you have only ONE serial port active
30
- // myPort = new Serial(this, Serial.list()[0], 9600 ); // if you have only ONE serial port active
30
+ // myPort = new Serial(this, Serial.list()[0], 921600 ); // if you have only ONE serial port active
31
31
32
32
// if you know the serial port name
33
- // myPort = new Serial(this, "COM5", 9600 ); // Windows
33
+ // myPort = new Serial(this, "COM5", 921600 ); // Windows
34
34
// myPort = new Serial(this, "/dev/ttyACM0", 921600); // Linux
35
- myPort = new Serial (this , " /dev/cu.usbmodem14401" , 9600 ); // Mac
35
+ myPort = new Serial (this , " /dev/cu.usbmodem14401" , 921600 ); // Mac
36
36
37
37
// wait for full frame of bytes
38
38
myPort. buffer(bytesPerFrame);
You can’t perform that action at this time.
0 commit comments