system
#1
Is there a C/C++ Code Library that will work with the Arduino Ethernet library that would allow the loading of sketches via a Windows Host?
Hardware:
Arduino Nano 3.0
Wiznet WIZMJ811
I’m Developing on Visual C++ .Net 2008
I appreciate any guidence.
system
#2
Is there a C/C++ Code Library that will work with the Arduino Ethernet library that would allow the loading of sketches via a Windows Host?
No. You would have to rewrite the bootloader to do that. Getting an ethernet-using bootloader to fit in it’s allotted space would be a real challenge.