Hi All,
I got the following wifi shield connected with UNO R3
But the wifi connection is not persistent. The connection times out periodically. So I started following this guide to upgrade the firmware http://arduino.cc/en/Hacking/WiFiShieldFirmwareUpgrading
Now when I use below command to upload the firmware. I get error "ERROR: no argument found. Type batchisp -h for help"
batchisp.exe -device AT32UC3A1256 -hardware usb -operation erase f memory flash blankcheck loadbuffer /Arduino/hardware/arduino/firmware/wifishield/binary/wifi_dnld.elf program verify start reset 0
Please suggest.