??? 04/22/09 02:43 Read: times |
#164766 - USB 3G Modems Responding to: ???'s previous message |
As to how hard it is to interface with various USB devices, the first place to look is Linux - if there's Linux drivers there's a fair chance that you can get hold of the source code to talk to the device. Sometimes there is a pre-compiled binary to hide the stuff the manufacturer doesn't want you to see - if this the case, then you'll have problems.
This device seems to be popular and looks like a serial device http://en.wikipedia.org/wiki/Huawei_E220 So to interface to an 8051, something like the Vinculum might work but a PL2303 won't as it is a USB slave device. Personally I'd think it would be easier to use a standard module like Wavecom or Telit. |