|
We won't get too deep into instructions here, but instructions can be used to control nearly every facet of MakerPlot-J, from creating controls to updating control to clearing plots, drawing on the plot, etc, etc, etc. As always they must end with a carriage return of line feed. Test instruction from the Debug/CLI - The contextual help will assist you.
You may used the Debug/CLI to send instructions with contextual help (F4) or send it from the controller.
For example, sending the following from your controller will ding the computers bell:
!bell
Serial.println("!bell");
|
|