Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
2.60/5 (2 votes)
See more:
I am working on a project that uses "Arduino UNO" Micro-controller to send data to the computer via Serial Port and then deal with them using C# " windows form application"

if you know a class or a method that can help me to receive data via serial port and can work efficiently and fast please tell me about it .
-- it is recommended that you have worked with it yourself --

I'll be so grateful if anyone could help me
Posted
Comments
Sergey Alexandrovich Kryukov 3-Apr-13 0:15am    
Did you try to find something before asking this question?
—SA
[no name] 3-Apr-13 7:22am    
Voted 1 since you already have an answer to this question. SerialPort class.
Ahmed Osama 3-Apr-13 12:33pm    
thanks very much
Sergey
ThePhantom

1 solution

Google code provides sharpduino, a .NET library for controlling Arduino: http://code.google.com/p/sharpduino/[^].

—SA
 
Share this answer
 
Comments
Ahmed Osama 3-Apr-13 12:31pm    
thanks very much Sergey
I am sorry for bothering you
and I am so grateful to you
:)
Sergey Alexandrovich Kryukov 3-Apr-13 12:37pm    
No trouble at all or a need to apologize. It's my pleasure.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900