Hy! I have arduino network. Arduino network does not have usb port. How i can upload code to arduino? Has that arduino bootloader by default? I have Prolific usb-to-serial cable. Do I need to using max323 on that cable? Which pins need I connect?
Driver for my usb to serial is corect (image usb.png). In arduino software I chose "Arduino Ethernet" (tools->board). Next I chose COM8 (tools->serial port). Then I tried upload program on arduino but I get that message "avrdude: stk500_getsync(): not in sync: resp=0x00"! Program is also corect beacuse I chose sketch from file->examples->basic->blink...