Hello all,
As far as I can tell, selecting an Artemis board breaks compatibility with the basic Arduino Ethernet library (I’m using the current version, 2.0). A blank sketch with #include <Ethernet.h> gives compile errors, including:
'IPAddress' does not specify a type
I was considering porting a project to this architecture, but this is a non-starter for me. Just thought I would mention it here for the sake of future development.
Thanks.