changing Ethernet MAC address
Can the MAC address be changed to anything other than the {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
I find that when I change this value to anything else my program doesn't work anymore.
I need to connect 25 Industruino IND I/O based products onto the same LAN network.
As I currently only have one unit available to me I am not able to test if multiple units work on the same LAN.
I have checked through the .h files and believe that this part
#define W5500_ETHERNET_SHIELD // WIZ550io, ioShield series of WIZnet
#if defined(W5500_ETHERNET_SHIELD)
#define WIZ550io_WITH_MACADDRESS // Use assigned MAC address of WIZ550io
#include "w5500.h"
#endif
will ensure that the MAC address will be assigned by the WIZ550io.
If this is correct?
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This community is for professionals and enthusiasts of our products and services.
Read GuidelinesQuestion tools
Stats
Asked: 3/17/16, 6:47 AM |
Seen: 3403 times |
Last updated: 10/5/17, 11:51 AM |