C# App to send and receive serial data
Took 30 mins out of my day to quickly code an app to send and receive serial data to my Arduino Uno. The app is simple in terms of just setting the Baud rate and the port name required to open a connection to the Port.
App has two text boxes to send and receive data from the Uno, as well as two drop down list boxes to select the baud rate as well as list available COM ports. I still have to connect the Uno to do a quick test, but this will be in another post. If you are interested in how to send serial string data from the Arduino check out my post on Serial Communication.
Categories: Arduino
Arduino, Serial Communication
nicely done. would like to see it in action.
Anyone interested in the App can message me or leave a comment.
Code posted in Blog post on 28th June 2011. Check it out.
Hi,
Great job. I’m starting out with Arduino en serial communication. Is it possible to send me the code?
I’ve tried your code from the blog but I get some errors with form 1??? (Completely new to C#)
Wouldlike to use it to drive some steppers and include Xbee…
Would be verry great if I could include your app in this project.
Thanks for your time and answer.
Kindest regards
Hi Gunter,
I will try and post my app to you with code when I have a moment. Let me know what you have setup and plans for the future. Would be cool to do some collars in the future.
Hi Adam,
Would it be possible to see the Arduino code? I’m working on something similar and it would be greatly appreciated.
Regards,
Aaron.
can u please provide me the codes ,i am working on same
Hi. I no longer have the app code.
Hi Adem. I am working in a project about a communication c# and arduino. I can send any value from c# to arduino but I cant send from arduino to C#. you can send codes to me. here mva1808@gmail.com:
Regards,
Hi Volkan,
I lost the project code a while back. I will have a look and see what I can put together. Which languages are you using primarily?