Arduino Forum
>
Using Arduino
>
Interfacing w/ Software on the Computer
>
Arduino to C#
Print
Go Down
Pages:
[1]
Topic: Arduino to C#
(Read 917 times)
previous topic
-
next topic
963852741
Guest
Arduino to C#
Jul 21, 2014, 05:18 am
I need help for connecting Arduino Uno to C# GUI!!!!
rogerClark
Faraday Member
Posts: 2,809
Karma: 145
[add]
Freelance software and hardware development based in Melbourne Australia
www.rogerclark.net
Re: Arduino to C#
#1
Jul 21, 2014, 05:26 am
You will need to provide more information that that.
Freelance developer and IT consultant
www.rogerclark.net
TRex
Full Member
Posts: 118
Karma: 8
[add]
Re: Arduino to C#
#2
Jul 21, 2014, 09:02 am
use the Serial object on your arduino, and use the SerialPort class in C#
http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(VS.90).aspx
Robin2
Brattain Member
Posts: 69,924
Karma: 3591
[add]
Re: Arduino to C#
#3
Jul 21, 2014, 09:49 am
The Python example in Reply #4 in
this Thread
should give you the general idea.
...R
Two or three hours spent thinking and reading documentation solves most programming problems.
Print
Go Up
Pages:
[1]
Loading...