Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get out put from an Arduino uno ethernet shield in c#. I am getting output int the web browser when i am typing the ip and port. Output is actually String. How can i accept that string in a c# program and show it on a in a textbox. can anyone can provide me a a smple source code
Posted
Comments
Suvendu Shekhar Giri 21-Nov-15 2:59am    
share the relevant code.
Richard MacCutchan 21-Nov-15 4:06am    
You would need to use one of the Web/HTML classes to read the data and then parse the string from whatever is returned.
Mike Hankey 20-Feb-17 13:08pm    
If you want to get the value from the browser you will need to look at Web scraping. A better way might be to have the Uno output to the serial port and use serialport class to receive the value?

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