How to recieve data from arduino to C# controls | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to recieve data from arduino to C# controls

i have a arduino and i wants to recieve tempreture reading from arduino and displaya it on the control of C# but not the MSGBOX. suggests me some other controls to recieve data from usb serial comunication

24th Mar 2017, 7:48 AM
Muhammad Umair
Muhammad Umair - avatar
3 Answers
+ 4
Use the firmata firmware on the arduino. have your c# program send firmata sentences over the serial port to control the pins. look for Firmata library.
10th Apr 2017, 5:35 PM
seamiki
seamiki - avatar
+ 2
guess you will have to make a gui perhaps with visual c# or by using a gui library check here for an example https://www.youtube.com/watch?v=scpvrDLa1oY
4th Apr 2017, 6:31 AM
Will Meyers
Will Meyers - avatar
+ 2
thankyou
12th Apr 2017, 2:34 AM
Muhammad Umair
Muhammad Umair - avatar