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 For Free the Project Files Here :
[ Ссылка ]
Supporting me by joining as a Member FreeCoding-NotProjectFile (it is only 1.92 USD)
[ Ссылка ]
-Playlist-
Arduino C# Serial Communication The Basic of Two-Way-Communication
[ Ссылка ]
Arduino C# Serial Communication Control One LEDs
[ Ссылка ]
Arduino C# Serial Communication Control 8 LEDs
[ Ссылка ]
Arduino C# Serial Communication Connected and Control 2 Arduino
[ Ссылка ]
Arduino C# Serial Communication Connected to Multiple Sensors
[ Ссылка ]
Arduino C# Serial Communication Connected to Multiple Sensors, Send Value Up to 100000
[ Ссылка ]
Arduino C# Serial Communication Connected to Multiple Sensors, Send Float, Combine of Float and Int
[ Ссылка ]
Arduino C# Serial Communication Connected to Multiple Sensors, Connected Up to 10 Sensors
[ Ссылка ]
Arduino C# Serial Communication Connected to Multiple Sensors, Combine char, String, float, and int
[ Ссылка ]
Arduino C# Serial Communication Control a Servo
[ Ссылка ]
Arduino C# Serial Communication Control Multiple Servo, Up to 6 Servo
[ Ссылка ]
Arduino C# Serial Communication DHT22 Sensor Monitoring
[ Ссылка ]
To join as a Member, please click on the Join button or click the link below
[ Ссылка ]
The Members-only videos are here
[ Ссылка ]
Regards,
CP
Ещё видео!