Arduino Monitor is a simple aplication that make's possible to easily read values from up to 5 sensors connected to an arduino compatible board using serial comunication.
The application has a customizable field and unity system that aollows the user to set the appropriate name to them, also has a customizable parameter settings, that allow the user to request the right data from the connected device.
####Implemented Features:
- Auto Scan for COM ports available for connections (Live Scan)
- Connection speed settings (baud rate)
- Device restart button
- Field customisation and parameters settings
- Device connection lost detection
- Send requests interval settings
- Fields ON/OFF settings
- Serial Plotter
- Manual input panel (Console)
- Things Speak integration
####Future Features:
- Log System
- Save gathered data to a file
- Multi language support (the software currently is in Portuguese)
####Improvements/Issues:
Improve interface organizarion with menu strip(completed)Improve the plotter form labels to correspond with field names on main form- Improve send requests interval settings (split the config in roud time and individual time for each field)
- Improve configuration form interface