vote up -1 vote down star

I found this microcontroller AT83C5134/35/36 which has an inbuilt USB function, if i program this controller can i directly connect it to the modem ( an interface between the PC and telephone " the internet world ") for data transmission, or else i need something else ?? Please have a look at the data sheet of the same at http://www.alldatasheet.com/datasheet-pdf/pdf/181593/ATMEL/AT83C5134.html

and what exactly is a USB host controller ... i read some pages on the net but couldnt get the exact idea .. Can it be explained with an example ?

flag

25% accept rate
"connect it to the modem" -- which modem? – Jason S Jul 30 at 15:41

2 Answers

vote up 1 vote down

There are USB hosts and USB devices. An example of a USB host is your PC; it connects to USB devices. The asymmetry in this communication is why the cables for USB have different connectors at each end.

If you want to build an embedded system that can talk to USB devices such as cameras, flash drives, etc., you need a USB host controller. If you want to build an embedded system that acts as a device, you need a USB device controller. If you want to do both, you need "USB On-The-Go" capability.

link|flag
ohk gr8 help thnxx ..... – Dharavk Jul 30 at 15:44
vote up 0 vote down

AT83C5134/35/36 is not usb host controller. See device selection guide on Atmel's site - there are few microcontroller with usb host support. also You may be interested in ARM/MIPS/Blackfin - they sometimes also have usb host functionality

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.