/USART_SerialCommunication_cpp

A Cpp project for USART communication between your PC and an Arduino Uno/Nano using Arduino libraries in Atmel Studio 7.0

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

USART_SerialCommunication_cpp

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

Schematic

Schematic

Example of Data Visualizer in Atmel Studio 7.0

DataVisualizer