Question on wiring fire wire to usb wire?

AI Thread Summary
Wiring Firewire to USB directly is not feasible due to significant differences in their physical layers and protocols. Firewire operates with a differential impedance of 110Ω, while USB uses 90Ω, making direct connections problematic. Adapters exist to connect USB to Firewire, but they require a microcontroller for proper interfacing, as the two systems are fundamentally different in architecture. Firewire allows for peer-to-peer communication, unlike USB, which follows a master-slave model. Overall, using the appropriate cables or adapters is recommended rather than attempting to modify existing wires.
slee95
Messages
132
Reaction score
0
Can i wire fire wire to usb wire? What i mean is cut one end off on a fire wire and one end off a usb wire and wire the two together would that work?
 
Engineering news on Phys.org
You mean using a Firewire cable for USB? Firewire is 110Ω differential impedance, USB is 90Ω. I would be careful if you run USB2. For USB 1, I don't think you'll have a problem. Secondly, you are going to have to change the two end connectors to fit for USB, that will cause reflection.

Go buy a cable, why do you want to monkey with RF stuff?

If you try to connect a USB port to Firewire port.....You're funny!
 
Why do people want to use adapter? Get a real USB or Firewire cable!
 
I imagine he wants to use a firewire device and only has USB on a computer.

Haven't heard of firewire for years, though. Some video cameras used to use the Firewire system for outputting video.
 
vk6kro said:
I imagine he wants to use a firewire device and only has USB on a computer.

Haven't heard of firewire for years, though. Some video cameras used to use the Firewire system for outputting video.

To the best of my knowledge, you cannot interface USB to Firewire. Firewire has two pairs of signals and USB has one pair. Firewire is peer to peer where USB is master and slave. The physical layer, protocode are totally different. There is no way you can hook up a USB device onto Firewire or the other way around.

Those adaptor are just switching connectors only. It takes a micro controller the interface FW to USB.
 
I have had to install a firewire card in my desktop to support my old video camera.
 
I designed both, I don't like FW at all. The 110Ω differential pair make it harder on layout. Even though the two are only 20Ω difference, but the FW traces are much thinner and loss is much higher. Also you have to match the length of the two pairs on the FW. That's why you often see one pair of traces zip zagging to increase the length to match the other pair. TI was the main chip set maker, they never have embedded controller with FW interface. At the time Cypress dominated USB, they used 8051 core with USB interface. This make it a lot easy and simpler to implement a controller. The only one good thing I saw was the peer to peer of FW. You can do things with FW that you cannot do with USB because any FW module can talk to any other FW module on the bus. It is really like a true bus rather than like USB where everyone talk only to the master.
 
Last edited:
Back
Top