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
3 odpowiedzi
+ 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.
+ 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
+ 2
thankyou