Skip to content

Commit

Permalink
Merge pull request #1 from nnabeyang/fix-baudrate-osx
Browse files Browse the repository at this point in the history
Fix baudRate of myPort for osx
  • Loading branch information
ArduCAM authored Jun 30, 2021
2 parents 5403cf1 + 10d309a commit 5184578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void setup()
// if you know the serial port name
//myPort = new Serial(this, "COM4", 921600); // Windows
myPort = new Serial(this, "/dev/ttyUSB0", 921600); // Linux
// myPort = new Serial(this, "/dev/cu.usbmodem14401", 9600); // Mac
// myPort = new Serial(this, "/dev/cu.usbmodem14401", 921600); // Mac

// wait for full frame of bytes
myPort.buffer(bytesPerFrame);
Expand Down

0 comments on commit 5184578

Please sign in to comment.