Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am a CS grad student. I am trying to automate a process so as to load the .ino files be loaded to Arduino board directly through C#.

I searched many forums and googled for a solution, but I did not get good solutions. Can you give me some links or code for this requirement ? I am new to Arduino boards. Thanks a lot in advance.
Posted

1 solution

Have a look at this Code Project article: "Arduino, C#, and Serial Interface"[^].

[update]
If you really need to reach the Arduino boar d via network then let's start from this page: Networking Options for Arduino-Based Systems[^].
[/update]
 
Share this answer
 
v2
Comments
Member 10693342 5-Sep-14 12:40pm    
Thanks a lot for the reply. I came across this post. But this is receiving data from Arduino. I need to send files to it. Any idea about that ?
CPallini 5-Sep-14 12:43pm    
Serial communication implies both receive and send. Send files just means sending raw data to the device. Use (or create) a very basic protocol to accomplish it.

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