-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using a different baud rate #59
Comments
Hello, Arduino : In sketch : I hope that's helpul |
I'm running into a problem. Whenever the baudrate of the arduino and p5serialport is set to 9600, everything works fine. I'm sending 32 0's or 1's terminated with a newline ('\n'). What's wrong? Edit: Edit2: -Go to your applications folder and look for p5.serialcontrol.app |
Everything works fine at 9600 baud, but if I change the baud rate to some higher value in both my js script and on the micrcontroller, the communication does not work. The problem appears to be that the server automatically is configured to use 9600 baud. How can I change this on the server?
The text was updated successfully, but these errors were encountered: