Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Why data lines of USB interface are named minus and plus?

Status
Not open for further replies.

j_caesar

Newbie level 5
Joined
Nov 12, 2004
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
70
USB interface

why data lines of usb interface named minus and plus?

thanks
 

Re: USB interface

USB is a differential signal therefore + and -.

/Froggy
 

USB interface

Do some one know how to design the USB interface with microcontroller unit.Thanks
 

Re: USB interface

joshln,

search this forum.
this subject was here a couple of days ago..
 

USB interface

Some ICs have integrated USB interface and microcontroller. For example:

TUSB3210
Universal Serial Bus General Purpose Device Controller
USB + 8052 Microcontroller
 

Re: USB interface

Hi All,

USB standards specify a HOST interface and a DEVICE. Usually DEVICE functionality can be easily embedded in small microprocessor while HOST functionality are usually found on 32 bit microprocessor.

FDTI and Silicon labs offers USB to RS232 bridges that can be easily used to connect an RS232 based device to USB host.
 

Re: USB interface

You have D+ and D- on the USB because you can achieve a better data transmition using + and - voltages. Thsi way the parasite data is less as on a normal D+ serial comunication.
 

Re: USB interface

http://www.cesko.host.sk/IgorPlugUSB/IgorPlug-USB%20(AVR)_eng.htm
 

Re: USB interface

The best solution is to use FT245BM or FT232BM chip (www.ftdichip.com). It offers a free driver (*.sys and *.dll file) and can be controlled under Delphi, C++, or any other programming language. These chips can be interfaced to any minctrocontroller. You don't have to know nothing about USB to use the chips... (apart from a few very basic things). You can connect EEPROM to the chips to write your own device name which will be displayed when you first connect your device to PC.
 

Re: USB interface

FT2232 (http://www.ftdichip.com/) is a extensive solution to interface almost everything with USB. On the net there are universal boards (**broken link removed**) that can be a good start for every application.
 

Re: USB interface

USB-to-PIC Interface by John Waller .
check out this article in EPE MAGAZINE, April 2004 issue .
Regards .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top