I am using the Diecimila board with the hope of communicating via rs232 cable but the board has only the USB connection. I have taken a serial cable and connected the ground, tx, and rx lines to ground, pin1, and pin0 on the Arduino, respectively. Without using the MAX3323 serial driver chip, will this work? I want to upload to the board and run programs only using the rs232 cable; no USB. I have an external power source attached.
I have windows xp, the diecimila board, and I can upload to it with USB and COM3. When I try to upload with COM1 on the rs232 cable, I get the following error:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
Also, is there someplace that I can control the serial communication protocol (i.e. parity, start/stop bits...)?
I apologize if this has been answered already. I have read many postings and haven't found an answer. Thank you for your patience.
buggaby