UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
Hello im using Visual Micro with Visual Studio.
I cannot compile because the IDE is telling me thare is missing source files. i have confirmed that they do exist, and i only have problems with this library.I have no idea what is wrong.
cannot open source file "(project_dir)/UIPClient.tlh"
cannot open source file "(project_dir)/Client.tlh"
cannot open source file "(project_dir)/Server.tlh"
and in script this function is not working
client.println("DATA from Client");
Hello im using Visual Micro with Visual Studio. I cannot compile because the IDE is telling me thare is missing source files. i have confirmed that they do exist, and i only have problems with this library.I have no idea what is wrong.
The problem is in UIPclient.h
UIPserver.h
the error for the above is eg.
and in script this function is not working
client.println("DATA from Client");
here is some screen shots. https://i.imgur.com/WcPgM77.jpg https://i.imgur.com/WcPgM77.jpg https://i.imgur.com/WcPgM77.jpg