-
Notifications
You must be signed in to change notification settings - Fork 30
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
Code Does Nothing... #42
Comments
The listener code has one component running on Arduino, the other one on your PC ( to be compiled with the 'processing' environment). |
I wasn't expecting it to only work on a specific baud. Since they (PC and Arduino) all process faster than 115200 bits/sec and that is mainly the speed that is displayed. Something like fps in a game... you can have 120, 60, or 30. I thought the baud wouldn't matter. But I'll try it out setting it to 115200. Additionally, I am not sure If I installed Java on my computer. That might be the biggest issue. I get the data normally, 9600 baud works when I'm using the serial monitor. It shows the numbers very fast, but it is possible to have an idea of the data. The graph would help a lot. I will try to install it and recompile it again. Thanks for stopping by and helping me have at least a direction! |
You can easily edit the code and change the COM speed in the source code. |
I updated my windows before starting to use Arduino for a project. I'm not sure why, but the code doesn't do anything for me. The code Don't open a window or graph. I wanted to show the difference in voltage/resistance when using a specific sensor and plot a graph. The quick setup still gave me no results. Additionally, when I open the Serial monitor it starts filling lines with symbols such as "��6���q��p@�*", and it goes on, Filling the whole Serial Monitor screen infinitely.
I downloaded the library because I couldn't use the Serial Plotter. The Plotter used to be under Tools on the IDE (built-in). Is there a way to quickly use the info (numbers) received in the Serial Monitor and Plot it in a Windows 11, 2.0.0-Beta12 Arduino IDE?
If anyone knows what to do, I'll appreciate it. If any extra info is needed, I'll be glad to provide it.
The text was updated successfully, but these errors were encountered: