Open vihuvac opened 8 months ago
Hi, I'm facing a similar issue, where the data gets printed normally on the "Serial Monitor", but nothing gets plotted. Is there any workaround you figured out?
P.S - I too am on CacOS Sonoma 14.4 with M1 Max Chip
Had this issue also but solved as I was not using Serial.print("\t");
to separate my variables, didn't work with a comma.
MacOS 12.6.7, M1
The project looks amazing and can't wait to start using it on macOS. The program detects the ports correctly, and after setting the correct bound rate, I cannot see the plots. The Serial Monitor works fine.
The Arduino IDE Serial Plotter works fine on macOS, so perhaps the program requires some additional settings or dependencies.
It was tested on:
OS: macOS Sonoma 14.4 Chip: Apple M1 Max
Plots:
Serial Monitor:
Thanks a lot in advance for your support.