Page 1 of 1

W5500 client not work

Posted: Mon Oct 03, 2022 11:11 am
by hiromiyureei
Good day I'm trying 2 arduino micro with 2 w5500, the server side works perfectly from any pc I see the page updates, with the client side 2nd arduino I try to view the return data by sending them in uart but I always receive page not found I followed the example in the wiki you propose but it doesn't work.
How could I solve? Thanks 1000

I am attaching the fc files

Re: W5500 client not work

Posted: Mon Oct 03, 2022 2:43 pm
by BenR
Hello,

In your client program when you perform the GET operation you are sending a length of 14, should this be longer to account for the full string, I beleive 23 would be a better value.

Re: W5500 client not work

Posted: Tue Oct 04, 2022 8:03 am
by hiromiyureei
Yes I had already tried with 23 and even longer but it does not change.if I try to scan the network I see that 222 calls 223.
server 222 and client 223