I recently purchased the Tweet a watt starter pack to begin playing with Xbee communication. My goal is to be able to program a Rainbowduino wirelessly (I know, not your product
Anyway, to start I thought I would verify that the Xbee's were working properly by following your "how to make a simple wireless bridge with xbees" tutorial http://www.ladyada.net/make/xbee/point2point.html using my UNO board that I got from you in a starter kit along with the above mentioned Tweet a watt pack and all went perfect!
So I then redid things by following your "XBee - remote arduino programming" http://www.ladyada.net/make/xbee/arduino.html tutorial. I have attached a file that shows my current wiring. Both the green led's on the Xbee's are flashing, only the red led on the receiver Xbee is lit solid, and the "L" led on the UNO is lit.
When I try to upload a program (the Blink example, have tried others though) from the Arduino IDE version 1.0.1, Windows 7 64 bit, brand new Dell XPS computer, I get the following error
Binary sketch size: 1,084 bytes (of a 30,720 byte maximum)
avrdude: stk500_getsync(): not in sync: resp=0x00
If I hold the shift key down when I click the upload button I get
Binary sketch size: 1,084 bytes (of a 30,720 byte maximum)
avrdude: usbdev_open(): did not find any USB device "usb"
I know my UNO is OK because I can hook it up via the USB cable and I can upload programs to it and they work fine.
I have gone into Device manager and set the speed of the FTDI COM port to 57600 and both the Xbee's are configured for 57600. I have also tried 115200, 19200, and 9600 baud on all 3. I have also set the "set RTS on close" option in device manager. When I try to upload, the UNO does reset, the "L" led on the board blinks 3 times, but I never see the TX or RX led's blink.
I have chosen the correct port and the Arduino UNO board in the IDE.
I have done lots of searching the net this weekend and the only thing I could find that matched my setup says this can't be done with an UNO, but there was no explanation why.
I can't think of anything else to tell you right now that may help so I hope you can help me.
Thank you very much in advance, John.

