Skip to content
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

Not working on Mac? #17

Open
michaelberge8 opened this issue Mar 10, 2023 · 5 comments
Open

Not working on Mac? #17

michaelberge8 opened this issue Mar 10, 2023 · 5 comments

Comments

@michaelberge8
Copy link

Hello,

Thank you for creating this. This is probably the only serial plotter I can find on the marketplace.
So I enabled the extension from VS Code marketplace, pasted your example Arduino code, and set the baud rate and port in Teleplot, but can't get anything to show up? I click open and nothing happens.

Thanks,
MB

@nesnes
Copy link
Owner

nesnes commented Mar 14, 2023

The issue might be in how the serial connection works in VSCode. Could you try opening https://teleplot.fr (with chrome preferably) and check if the serial port works?

@michaelberge8
Copy link
Author

I opened in Chrome and connected the correct port and selected the baud rate and still nothing..

@mhaberler
Copy link

see
https://dev.to/unjavascripter/the-amazing-powers-of-the-web-web-serial-api-3ilc
maybe enabling "Experimental Web Platform Features" is worth a try

@michaelberge8
Copy link
Author

michaelberge8 commented Dec 8, 2023

@mhaberler That worked. Another issue is if you look at the left side of the image below the telemetry search bar, you can see that a bunch of random telemetry points are added:

Screenshot 2023-12-08 at 12 21 44 PM

Here is the code:

Serial.print(">keypad:");
Serial.println(analogRead(A2));

Only 'keypad' should show up in telemetry and not all the others. It's not a big issue but it is annoying.

@tommyco10
Copy link

tommyco10 commented Aug 27, 2024

I can only get the VScode extension on Mac to work occasionally, generally by manipulating baud rate in the main.cpp and then attempting to get teleplot to respond to pressing the 'open' button. 1 time in 20 works...

The device is always present in the teleplot drop down menu and I can read the device in the vscode serial monitor and the Arduino IDE serial plotter. It's a shame because when I can get the extension to work, it's great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants