modmt
modmt
I use the "Ethernet.phyMode(FULL_DUPLEX_10);" to reduce the Power consumption. As far as I know the standard Ethernet library doesn't have this function. Also choosing an custom RST and CS pin...
Thank you very much for your quick response! After adding the #define ethernet_h compiling the programm works fine. Now I have an additional problem: Connecting to the board and uploading...
I tried it with the simple example with the same result. The only change I made is using the ethernet3 library instead of the ethernet library. The port was recongized...