Sometimes you need a non-standard baudrate for your serial communications. If this is the case you can modify MegunoLink’s configuration file to add additional baud-rates. First locate the [...]
MegunoLink can be uninstalled by: Opening the Windows Control Panel Select ‘Programs and Features’ Find MegunoLink in the list of programs and double click it Click ‘Yes’ [...]
The ArduinoTimer class in our Arduino library is a simple wrapper around the Arduino’s millis() to make it easier to run code periodically. Check out delays are boring in our article 5 tips [...]
Overview EEPROMStore is an Arduino library to look after saving and loading data from the EEPROM. Data in the EEPROM is not lost when the device loses power, or is reset, so it is a good place [...]
The message library component stores a collection of messages that can be sent to a serial channel. Message libraries are most useful when several controls send the same message or for requesting [...]