nesnes

Results 19 comments of nesnes

I've published a vscode extension update that allows you to remove individual series from a chart and that fixes the dark mode visibility. (website is not yet updated and requires...

I do like the idea but have questions on how it will work. Teleplot usage is more oriented toward a local server instance (on 127.0.0.1) , or to a pre-defined...

Hi, the difference is caused by the rounding of the scientific notation. As the number is closer to 5.09 than 5.08, the first gets displayed. If you don’t want the...

Hi, for compatibility reasons, data sent over a serial port should be prefixed by a `>`. This ensure that other messages are not miss-interpreted as telemetry. Check the Arduino example...

Hi, to plot multiple lines on the same chart, you just have to drag and drop the name of a telemetry (from the left list) to an existing chart. You...

Hi! Teleplot does not explicitly control the RTS DTR signals, however it asks for the serial port to get open which might trigger things in the OS/Driver. I have no...

Hi, What happens is that you need to send a valid telemetry, along with the clr flag. ">U:0:0|xy,clr" Notice that the value sent with the clr flag will not be...

Hi, It's now implemented! Whether you launch it locally or from the VSCode extension, you'll find a dedicated button at the top-right of the window. (Only the website didn't received...

I've published an update of the vscode extension with a tradeoff on axes color that should make them visible in both color modes. (I'll have more work to do to...