During development you might like to create a serial connection to individual nodes as well. This allows you to use individual nodes serial port for sending debugging and diagnostic reports in [...]
It is quite common to want your Arduino to keep actual time allowing you to timestamp data in a way that humans can understand. These dates and times can easily be interpreted by tools like [...]
MegunoLink will create a configuration panel for the new fileconnection: The title box lets you give the connection a name. This is useful to keep track when you have multiple connections. The [...]
MegunoLink’s message channels let you send data to different visualizers in your project. For example, you might have two graphs: one for temperature, and one for battery voltage. You can [...]
The Message class provides methods to send data and commands to message monitor and message logger visualizers. Message monitors write data to a text window while message loggers write data to a [...]
The Message Monitor extracts specially tagged text from the serial stream. It lets you pull out logs, specific data or messages from all the other serial data. Using Channels, you can setup [...]