Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit198d296

Browse files
committed
Adjust baud rate
1 parent4b1746b commit198d296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎libraries/Portenta_Camera/extras/CameraRawBytesVisualizer/CameraRawBytesVisualizer.pde‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ void setup()
2727
size(640,480);
2828

2929
// 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
3131

3232
// if you know the serial port name
33-
//myPort = new Serial(this, "COM5",9600); // Windows
33+
//myPort = new Serial(this, "COM5",921600); // Windows
3434
//myPort = new Serial(this, "/dev/ttyACM0", 921600); // Linux
35-
myPort=newSerial(this,"/dev/cu.usbmodem14401",9600);// Mac
35+
myPort=newSerial(this,"/dev/cu.usbmodem14401",921600);// Mac
3636

3737
// wait for full frame of bytes
3838
myPort.buffer(bytesPerFrame);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp