Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • 2
    You could always buy a Taijiuino Due, which is a 3rd party due clone that is code-compatible, but has the ethernet IO lines broken out. Commented Mar 4, 2014 at 1:36
  • You mean the Visual Micro plugin for Atmel Studio? And with that make a TCP/IP server with the EthernetServer class? Commented Mar 5, 2014 at 16:39
  • I guess so, though I've not tried that. You may also include the sources or add headers + libraries as dependencies in your project (which is what I do) Commented Mar 5, 2014 at 16:47
  • What .c .cpp .h files do you use @zmo? What kind of TCP/IP features do you have, or are they merely Ethernet? Commented Mar 6, 2014 at 21:58
  • This solution means I'd give up ASF (Atmel Studio Framework) correct? Commented Mar 6, 2014 at 22:02