Electronic – Will cutting the data lines of USB still let the power to go through

datagroundpowerusbusb device

I am trying to Charge a USB connected device through a computer without transferring data.

An USB 2.0 cable should have 4 wires: Vcc, Data+, Data- and Ground. If I only cut the Data wires and let the Vcc and Ground wires connected, will it still be able to transfer power or will the power cables be shut off because of the disconnected Data wires?

Best Answer

It depends on the device. And on the source.

Usb spec states that a device should only use 1 block of power until it enumerates with the host. Then it can request up to 5 blocks. Each block is 100 mA. It should not pull more than 5 blocks.

In practice, very few, if any hosts limit a usb port to 100 mA at all. Some do limit ports to 500 mA (Apple computers for one, though they do allow iDevices to request more in a Apple only standard, so they are physically capable just not normally allowed). Some USB ports have very little power protection and may be hooked up straight to the 5V power source.

Now usb peripherals also have requirements for power. Dumb devices may power directly from any power source, 5V or different. These dumb devices don't even have the data lines connected. Older cell phones also allowed dumb charging. As time passed, more and more restrictions come into play. Some devices monitor the power pins for regulation, and won't work on anything outside of usb spec power (4.75 to 5.25 volts).

Some devices won't work unless a resistor pairing setup is on the data pins. Apple started this, and others followed, and there are competing standards. You can't plug a dumb 5V power supply into an iPhone and get it to charge. It will state unauthorized charger. Some devices require enumeration before charging, but this is rare. The PS4 Six axis controller does this.

And some devices will treat a dumb charger as unsafe, and limit charging to 500 mA or less. Most modern cell phones do this. If the data lines do not have a resistor indicating it is a high power charger.

In short, a usb cable plugged into a computer without the data lines will either not work, work slowly, or work fine, depending on your computer and your device.

As a side note, there are commercial usb cables that have a data or charging switch, allowing you to disconnect the data lines to prevent data communication. They typically switch in the resistor setup, but it varies.

enter image description here