I wrote a script that can open multiple serial connections at once and
prints their output (and input) to a console and a table. The size of data
is printed to a plot window, which also acts as a timeline. If you click
the plot, the table will select the corresponding cell. The data in the
console, the table and the plot are highlighted with different colors
according to the port for clarity.
The script is useful when you need to relate serial data coming from two or
more sources, such as two Arduinos communicating with each other.
The script is based on AdditionalInterface example script, whose author I
don't know, since it didn't say that in the script. I wrote a header to the
script that says this.
On my part you're free to distribute and modify the script anyway you want.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-01-16
thx again
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2019-01-22
Aaaand here's an update. I fixed a couple of small bugs and improved colors (in the table and console transmitted data is shown with the same hue as the received data for the same port, but a litte darker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-07-09
helloo...
thanks in advance for making such a nice software/ application
i just want to modifiy "ui " of main console in which application i can edit that ui
please suggest me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you have to add the script to ScriptCommunicator (Script Window) and then click 'Edit ui'. Or you start QtDesigner (designer.exe in the ScriptCommunicator folder) and open the ui file with that tool.
Last edit: Stefan Zieker 2020-07-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-16
macOS how to setting type echo off
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you see your sent data twice then your device (connected to ScriptCommunicator) is echoing your sent data.
If you don't want to see your sent data you can disable this option under Setting/console options/send checkbox.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Stefan,
I wrote a script that can open multiple serial connections at once and
prints their output (and input) to a console and a table. The size of data
is printed to a plot window, which also acts as a timeline. If you click
the plot, the table will select the corresponding cell. The data in the
console, the table and the plot are highlighted with different colors
according to the port for clarity.
The script is useful when you need to relate serial data coming from two or
more sources, such as two Arduinos communicating with each other.
The script is based on AdditionalInterface example script, whose author I
don't know, since it didn't say that in the script. I wrote a header to the
script that says this.
On my part you're free to distribute and modify the script anyway you want.
Unfortenately gmail doesn't allow .zip attachments so you must download it
from my Google drive:
https://drive.google.com/file/d/1u6u9uM7DbafGJz_rL1YvKPu1ZVue-j9t/view?usp=sharing
-Marko Mikkonen
Hi Marko,
thx for sharing your work. I will have a deeper look at it next weekend (I'm busy at the moment).
PS: Instead of google drive you can add files as attachments in a post here.
Thx again,
Stefan
Ok, I see. Here you go.
-Marko
thx again
Aaaand here's an update. I fixed a couple of small bugs and improved colors (in the table and console transmitted data is shown with the same hue as the received data for the same port, but a litte darker).
thx again
helloo...
thanks in advance for making such a nice software/ application
i just want to modifiy "ui " of main console in which application i can edit that ui
please suggest me.
Hi,
you have to add the script to ScriptCommunicator (Script Window) and then click 'Edit ui'. Or you start QtDesigner (designer.exe in the ScriptCommunicator folder) and open the ui file with that tool.
Last edit: Stefan Zieker 2020-07-09
macOS how to setting type echo off
If you see your sent data twice then your device (connected to ScriptCommunicator) is echoing your sent data.
If you don't want to see your sent data you can disable this option under Setting/console options/send checkbox.