Search found 2 matches
- Sat Dec 05, 2020 2:32 pm
- Forum: MegunoLink
- Topic: Simulating the Arduino IDE Serial plotter without the library
- Replies: 2
- Views: 1174
Re: Simulating the Arduino IDE Serial plotter without the library
Don't worry about it. I found something else that'll do the trick.
- Fri Dec 04, 2020 1:20 am
- Forum: MegunoLink
- Topic: Simulating the Arduino IDE Serial plotter without the library
- Replies: 2
- Views: 1174
Simulating the Arduino IDE Serial plotter without the library
Hi, I'm starting to work with PlatformIO for ESP32 develpment and would like to use a program that provides similar functionality to the Arduino IDE's serial plotter. Using the Arduino IDE, I can send data for plotting, such as: Serial.print(AValue); Serial.print(" "); Serial.println(BValue); and ca...