Can an Arduino control and power a USB external modem?
I want to connect an Arduino (powered by a wall wart or a battery) to an external modem, then connect the modem to a conventional telephone line so that I can dial up the modem from my computer and receive data from the Arduino. My basic question is what's the easiest and cheapest way to do that. I started this project some time ago and am just now getting back to it.
Originally, I had planned to use a serial modem to do this, but then learned that I might need a TTL to RS232 converter to use a serial modem. I'm not sure how to do that, although I guess it's not too difficult.
In any event, then I received my Arduino Duemilanove (my first one !!) and realized that it is a USB device. Now my question is whether the Arduino could both power and control a USB modem. eBay has them for around $15. I'm particularly concerned about powering the USB modem from the Arduino. Does an Arduino with a wall wart have enough power to do that? and does a USB modem use AT commands like serial modems used to?
If not, then what IS the easiest and cheapest way to connect and control an external modem from an Arduino? Thanks in advance for any suggestions.