Skip to content

tunardev/ArduinoSerialCommunication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Serial Communication Example

This is a simple example of serial communication between Arduino and C#. The Arduino sends a string to the C# program and the C# program sends a string to the Arduino.

Arduino

It is a simple program that sends a string to the serial port every second and reads a string from the serial port. The Arduino code is written in C++.

How to use

  1. Upload the Arduino code to the Arduino.
  2. Connect the Arduino to the computer.
  3. Run the C# program.

About

Serial communication between Arduino and C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published