Arduino's library and Window's app for monitoring Arduino Uno and Nano boards, reading continuosly the ports states.
App's sections means:
- PORT: Is register where Arduino's pin are set to on/off.
- BIT: Individual's bit data obtains from PORT.
- PIN: Register's bit marked on the board.
- STATE: Show if pins are on/off.
- DIR: Show if pins are input or output.
- Arduino UNO
- Arduino Nano
1. Download cfvMonitor 2 folder (press green button "Clone or Download").
2. Paste cfvMonitor folder into Arduino's library folder.
3. Open blink's example in Arduino's IDE.
4. Upload the code in yours Arduino's board.
5. Extract app.rar (source code folder), open main.exe and connect to your Arduino's port.
6. Enjoy it!
created by cefuve.com