nathandunk / BetterSerialPlotter

A drop-in replacement for the arduino serial plotter
MIT License
162 stars 25 forks source link

Data not received #24

Closed NotMe2210 closed 1 year ago

NotMe2210 commented 1 year ago

I'm on Mac with macOS 13.1 and I'm trying to set up BSP to visualize the states of four pneumatic cylinders and some other parts.

The Arduino IDE shows the data in serial plotter just fine but BSP doesn't. I selected the port (tty.usbmodem142401) and the corresponding baud rate (9600). But both selections stay red and the incoming data section stays empty.

Did I miss a step? I couldn't find any further information.

Bildschirm­foto 2023-02-22 um 12 10 44 Bildschirm­foto 2023-02-22 um 12 13 02

SerialMonitor output in BSP works fine.

Bildschirm­foto 2023-02-22 um 12 26 38
NotMe2210 commented 1 year ago

I've read through the other issues and found #13

I was using the Arduino IDEs serial output parallel to BSP. I closed the serial monitor in Arduino IDE and after some time BSP was able to catch the data.

Now it would be nice to be able to interrupt the data stream to BSP for uploading new refined code to the Arduino.