Exporting Plot Data and Plots MegunoLink has two options for exporting data from plots: as an image of the plot, or as the data values that are plotted. In each case the exported image or data [...]
MegunoLink supports a variety of controls and components that you can use when building a custom interface for your Arduino project. Some controls, such as buttons, will send serial messages to [...]
Timer The Timer component sends messages periodically to a connected device. Timer component properties. Property Access Type Method Description Enabled Design-only bool — Set to true to enable [...]
PictureBox The PictureBox control is used to show bitmap images in the user interface. It supports events to send messages to a connected device when the picture box is clicked on. The visibility [...]
The ProgressBar displays an integer value in the form of progress to a goal or proportion of some maximum value using a colored horizontal bar. Its value can be set from a connected device. [...]
Gauge The Gauge control displays a numerical value using a speedometer style indicator. Its value is typically set by commands received from a connected device. You can attach up to four labels [...]
TrackBarWithIndicator The TrackBarWithIndicator is a control that lets you select a value from a range using either a track-bar or linked numeric control. The linked numeric control can be hidden [...]
RadioButton The RadioButton control lets you select an option from a range of options. It is similar to a checkbox, however, when a radio button is used inside a group-box, only one of the radio [...]
The Checkbox is box, with a built in label, the user can place a tick mark (or check-mark) in. It is often used to enable or disable features. The Checkbox control can send a message to a [...]