InterFace the USB without using any micro controllers.

Status
Not open for further replies.

venki1111

Newbie level 1
Joined
Jan 5, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
6
Hi..

any one help me to write a code for USB without using controllers..

The condition is i want to write the code in command prompt(any turbo c etc...) and data can be passed through USB.
 

This is almost impossible to do. USB is not just a serial protocol, it requires a special electrical interface and several layers of negotiation to work properly. Even if you could write code to emulate the functionality, you would still need some complex electronics to interface to the cable. Dedicated USB ICs have all this built on their silicon.

If you want to add a USB interface to a PC, there are multitudes of cheap cards available or if you want to add USB to an existing project, consider one of the FTDI serial interface devices.

Brian.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…