Hello again
Recently I was asking on this great forum about ethernet shield connection problems when connected to network via network switch. I'm working on my engineer graduation project, building flight simulator by using real aircraft fuselage and rebuilded original gauges. They are driven by three arduino mega bards connected via ethernet to one PC. To do that I have to use network switch which causes a lot of problems. Network switch work great with only one"type" od ethernet shield (marked 09/44 as i wrote at this topic: Wiznet W5100 Ethernet shield Manual Speed - Networking, Protocols, and Devices - Arduino Forum)
Thanks to help of keithsw1111 I can now communicate with other shields. Ive done that by manual setting static ARP of my arduino on main PC. But looks like connection is made only in half way (on ethernet shield All diodes lights on, full duplex diode too). By using UDP Send Receive example code I can see, that arduino receiving packes, but I cannot Receive "acknowledged" response on PC UDP monitor. Ping of arduino results "host unreachable". It looks like arduino don't know to what adress send response or how get through switch. Looks like arduino also need in its code manual setting of static ARP of main PC, but is that possible to make such command in sketch?
I am sniffing packets by Packet Sender software, but checked also wireshark, same result. PC does not Receive any packets from arduino, but it definietly recieves packets from PC.
Any help will be really appreciated.. Thank you!
Greetings from Poland!