Hi,
I have one of these cameras:
http://www.4dsystems.com.au/prod.php?id=75
I also have an Arduino Duemilanove.
I would like to pictures with the camera by connecting it to the Duemilanove using the UART, and then retrieving the image and sending it straight onto my PC. The Camera has EEPROM onboard, so I don't need to worry about storing the image before I send it on to my PC, and I don't care about framerate.
What I would like to know is whether it is possible to send and receive data over USB as well as over the Arduino's UART, as in the Documentation on the site it says that they are connected somehow... so I am unsure whether this is feasible or not.
When I use the UART, since the FTDI chip is connected, can I listen into the UART communications with my PC? If I could then I could still probably do this...
Any help would be very much appreciated.