A C++ project for USART communication between your PC and an Arduino Uno/Nano, developed in Atmel Studio 7.0 Remarks:
- Uses Serial arduino library integrated in Atmel Studio 7.0
- Advantage: Use Arduino libraries in Atmel Studio, which gives you full flexibility in developing C++
- Based on the blogpost https://jayconsystems.com/blog/atmel-studio-6-with-arduino-boards-part-2
- Offers the possibility to display into the serial monitor strings and values using the Serial.print and Serial.println
- Plain C++ Compatible
- Windows Supported