Hi. I am working with a colleague in a team project and we are to make a communication via wi-fi with a flat control device. At the very beginning I would like to read the temperature from this system. I am in charge of writing the control application my colleague is in charge of the control system. My problem is that I cannot connect via the C# application to this server.
Arduino code
[/code]
C# code
After uploading to the Arduino that a friend lent me, the port monitor displays me something like this
In the browser I can see the result
However, my application throws an exception
I searched a bit on this topic and found a solution on the electrode
https://www.elektroda.pl/rtvforum/topic3076767.html
However, I don't know how to set this page header in this arduino webserver and that's why I'm writing this post. Could someone help me with this problem ?
Thank you in advance.
Arduino code
Code: C / C++
C# code
Code: C#
After uploading to the Arduino that a friend lent me, the port monitor displays me something like this
In the browser I can see the result
However, my application throws an exception
I searched a bit on this topic and found a solution on the electrode
https://www.elektroda.pl/rtvforum/topic3076767.html
However, I don't know how to set this page header in this arduino webserver and that's why I'm writing this post. Could someone help me with this problem ?
Thank you in advance.