I'm sending UDP messages successfully using the NativeEthernet library on a T4.1 to my windows 10 PC LAN as verified by Wireshark. The problem is that the Identical Ethernet.begin(mac,ip) statement compiles properly in one program but not in another, the latter throws a compiler error in the Ethernet.begin statement stating that "Ethernet" has no declared type.
I've checked the keywords and KEYWORD1 lists "Ethernet" and KEYWORD2 lists "begin". Not sure what is going on. The compiler shows referencing the same library locations for both NativeEthernet and FNET for both programs. Does anyone have a clue as to how this can happen?
I've checked the keywords and KEYWORD1 lists "Ethernet" and KEYWORD2 lists "begin". Not sure what is going on. The compiler shows referencing the same library locations for both NativeEthernet and FNET for both programs. Does anyone have a clue as to how this can happen?