Learning About Arduino Ethernet Programming
: Description : Notes about programming an Arduino via Ethernet
Proof of concept response
## In first terminal $ python >>> open("response.dat","wb").write("\x14\x10\x14\x10\x14\x14") nc -i 2 -l -p 4000 -v -v < response.dat ## In second terminal: avrdude -C arduino-0010/hardware/tools/avrdude.conf -U wiznet_test_z_13/applet/wiznet_test_z_13.hex -c stk500 -P net:127.0.0.1:4000 -p m168