nathandunk / BetterSerialPlotter

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

Connection to ttyACM0 supported? #35

Open TobyOnGithub opened 4 months ago

TobyOnGithub commented 4 months ago

Hi there, I have connected my AUNO to my linux box and Arduino IDE finds it on port /dev/ttyACM0 (ACMZERO). But in BSP it shows up with a alternating green/red flickering for () and something is plotted. The scetch I have uploaded is https://github.com/upsidedownlabs/BioAmp-EXG-Pill/blob/main/software/EMGEnvelop/EMGEnvelop.ino

In the terminal from where I have started BSP it writes: unable to get portstatus: Bad file descriptor

I do set the baudrate to 115200.

Any suggestion what is wrong?