Skip to content

Releases: nathandunk/BetterSerialPlotter

Better Serial Plotter v0.1.2

07 Dec 02:56
1805cbd
Compare
Choose a tag to compare

This release mainly adds support for connections to more comports.

On windows, you can now connect up port numbers as high as COM64 - increased from 16 before. (see this issue)

On Linux, you should be able to connect to any of ttyUSB, ttyACM, ttyAMA, rfcomm, ircomm, cuau, although I have only tested ttyACM, so it would be great if anyone can confirm if the others are working. (see this issue)

This release also includes the ability to suspend the connection to the device on Linux so that you can re-upload code without closing out of the BSP.

Better Serial Plotter v0.1.1

24 Nov 01:38
Compare
Choose a tag to compare
Pre-release

This release adds a close comport button at the top so that code can be uploaded without closing out of the BetterSerialPlotter window. This is in response the suggestion in this issue. Not adding Linux/mac versions of this because as far as I know, no one is using this in Linux/mac at the moment.

Better Serial Plotter v0.1.0

06 May 03:20
Compare
Choose a tag to compare
Pre-release

This is the first release of the Better Serial Plotter. Download the compressed file for the platform you are on (Windows, Mac, or Linux), and run the executable inside.

See the front page of this repository for information on how to use the application, as well as how to set up your Arduino code to work with the Better Serial Plotter.

The first time you run the app, you may be asked to allow the application permission to run.

  • Windows users: When running the app and it tells you that Windows Protected your PC, click More Info, then Run Anyways.
  • Mac users: After trying to open it, you will need to open Settings - Security and Privacy - click on Open Anyway where it says BetterSerialPlotter was blocked.
  • Linux users: You need to run the app with sudo permission because it requires access to the serial port. Note that if you don't run it with sudo, it will still run, but serial ports won't open.