//example: Name Value Description
// CurrentPosition 1645 Current Value
//the name you want displayed i.e. "CurrentPosition"
Serial.print(F("{TABLE|SET|CurrentPosition|"));
//the variable displayed ex: 1645
Serial.print(Progress);
//the description you want displayed, if any i.e. "Current Value"
Serial.println(F("|Current Value}"));
Windows can be docked or floating.
Edit: BTW:
you can disable DTR when the monitor connects, therefore the Arduino doesn't reset.
there is a manual reset command button if you want to reset the Arduino from the PC Communications Manager screen.
Also, uploading a sketch to an UNO automatically disconnects then reconnects the MegunoLink serial monitor once the sketch is uploaded.
.
Did people stop buying stuff?
I had a long pause in tinkering to tend to family and other hobbies, but restarted playing with circuits and Arduino.
Ordered some stuff for my (now dusty) robot, like a Mega board and a whole lot of random stuff from China for some long overdue projects.
-stepped drivers
-various nano boards to build into stuff (how can they build a Nano clone for less than a dip 328 chip?)
-extra breadboard
-Bluetooth modules (because Bluetooth)
-loads of parts that I ran out of while fixing stuff around the house
Got a long wish list for many projects that popped into my mind, but that is for later
Put in an order for 10 of these. I want to do some AC control via a microcontroller and need a DC rail integrated with the project for the digital section but want it integrated rather than a wall wart. This looks like a really slick solution.
As there is no isolation, this must be used as though the entire circuit is live. What happens if active lead is connected to the lower rail and you touch it and earth? I hope your RCD safety switch works!
The main "problem" with this was that the Energia support su**ed in TI-RTOS for multitasking support, "complicating" things and I have little patience to spend learning a vendor-specific RTOS.
weedpharma:
As there is no isolation, this must be used as though the entire circuit is live. What happens if active lead is connected to the lower rail and you touch it and earth? I hope your RCD safety switch works!