??? 04/05/09 08:25 Read: times |
#164338 - I agree with Andy Responding to: ???'s previous message |
Wireless modems often have Asynchronous serial UART and well as USB.
The wireless modem's Ive seen typically go up to 384Kbps using Asynchronous serial UART and for higher speed they use USB interface. The USB being a Virtual Serial Port. The USB interface on a Wireless modem is typically a USB peripheral (device) [virtual serial port(s)] and the other side (where you wish to connect your 80c51) needs to be a USB host or USB OTG. An embedded host on a micro is not a trivial matter and traditionally requires a USB stack that matches the Wireless modems USB device type [virtual serial port(s0]. This is why Andy has asked you some questions about your "desired" data rates and overall application. Regards Joe |