Arduino C# Serial Communication The Basic of Two Way-Communication



Arduino C# Serial Communication The Basic of Two Way-Communication

Arduino C# Serial Communication The Basic of Two Way-Communication

This is a new video series about Arduino interface C#. This is a basic tutorial about how to communicate between Arduino and C#. In this video, C# will send data to Arduino, and then Arduino sends the data back to C#. So this is two-way communication. The first thing I do is design the data package. This is important to synchronize the process between two communication devices. My data package divide into two parts, it is the data and the end characters as indicate the end of the data. I use # character as the end of the data package. Sure you can use other characters or the standard end-Line characters like n r as the end of the data package. But I prefer to use #, since an end-line character (n r) cannot show in the terminal software. Because sometimes we need to do that to troubleshoot a process.

Download All Arduino C# Serial Communication Code Through Link Below
http://www.caturcreativeproject.com/2017/11/daftar-tutorial-pemrograman-visual-c.html

Arduino C# Serial Communication Video List :
Arduino C# Serial Communication The Basic of Two Way-Communication
https://youtu.be/o0AKEjtY4-4
Arduino C# Serial Communication Control One LEDs
https://youtu.be/OhWtnPqSbC4
Arduino C# Serial Communication Control 8 LEDs
https://youtu.be/2Stn7sseHO8
Arduino C# Serial Communication Connected and Control 2 Arduino
https://youtu.be/U3eW_rEypNU
Arduino C# Serial Communication Connected to Multiple Sensors
https://youtu.be/JsPpy6lVjIo
Arduino C# Serial Communication Connected to Multiple Sensors, Send Value Up to 100000
https://youtu.be/8zU87NnPNRw
Arduino C# Serial Communication Connected to Multiple Sensors, Send Float, Combine of Float and Int
https://youtu.be/yjO8rzdes8c
Arduino C# Serial Communication Connected to Multiple Sensors, Connected Up to 10 Sensors
https://youtu.be/-ImcZAT9tPA
Arduino C# Serial Communication Connected to Multiple Sensors, Combine char, String, float, and int
https://youtu.be/bb-TBIhXN00
Arduino C# Serial Communication Control a Servo
https://youtu.be/BGfHFfSJcRc
Arduino C# Serial Communication Control Multiple Servo, Up to 6 Servo
https://youtu.be/NuE8GCSjg5M

Comments are closed.