You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an interesting desktop tool available for FOSS that might be a nice integration capability for the datalogger. It basically takes in formatted CSV serial strings and is able to graph and display information in a helpful way.
How we would make their product work with ours
Just need to add start/end qualifiers to the string. Some kind of enable/disable flag. Would only work in CSV serial output mode.
Default start qualifier is /*, default end qualifier is */. An example string would be /*123,789,15,ABC123,88.6mph*/ then the rest is handled in the GUI.
Description
There's an interesting desktop tool available for FOSS that might be a nice integration capability for the datalogger. It basically takes in formatted CSV serial strings and is able to graph and display information in a helpful way.
How we would make their product work with ours
Just need to add start/end qualifiers to the string. Some kind of enable/disable flag. Would only work in CSV serial output mode.
Default start qualifier is
/*
, default end qualifier is*/
. An example string would be/*123,789,15,ABC123,88.6mph*/
then the rest is handled in the GUI.Install Information
https://github.com/Serial-Studio/Serial-Studio
https://serial-studio.github.io/
The text was updated successfully, but these errors were encountered: