Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 879 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 879 Bytes

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