USB ->PS2 -> USB ->thumb drive -> WTF?

8

1

I plug a USB to PS2 converter into my computer and then plug a PS2 to USB converter (different brand) into that and then plug a thumb drive into that... and the drive works.

What the heck?! Is USB somehow electronically backwards compatible with PS2 and they are just pass through devices?

BCS

Posted 2010-09-16T17:38:25.163

Reputation: 725

@Warner: USB is also powered. I'm not sure why you're worried... – hotei – 2010-09-16T17:48:33.450

If you're going from USB to USB why are you even attempting the PS2 in the middle? – James Mertz – 2010-09-16T17:56:41.810

You can (or could at one time) get mini-DIN to DB9 passive adapters for serial/PS2 mice and do the same kind of thing. – Paused until further notice. – 2010-09-16T18:19:24.767

@KronoS I was just fiddling around while on Hulu – BCS – 2010-09-16T18:37:50.173

Answers

37

The adapters you have are pin compatible with each other and there are no electronics within them. They simply convert four pins one way, then back again. In essence, no converting is going on.

alt text picture from ( link )

William Hilsum

Posted 2010-09-16T17:38:25.163

Reputation: 111 572

13Worth a thousand words (and one upvote) – Pops – 2010-09-16T18:03:11.243

This is because the PS/2 mouse is really a PS2_or_USB mouse it's sending USB data as well. – Martin Beckett – 2010-09-16T19:09:50.470

1

Both USB, and PS/2 are used for serial communication, and are very similar.. The largest difference is the PS/2 bandwidth is much slower.

Also see this section on the USB wikipedia article

Mice and keyboards are frequently fitted with USB connectors, but because most PC motherboards still retain PS/2 connectors for the keyboard and mouse as of 2007, they are often supplied with a small USB-to-PS/2 adaptor, allowing use with either USB or PS/2 interface. There is no logic inside these adaptors: they make use of the fact that such HIDs are equipped with controllers that are capable of serving both the USB and the PS/2 protocol, and automatically detect which type of port they are plugged into.plugged into.

Zoredache

Posted 2010-09-16T17:38:25.163

Reputation: 18 453

So if I got a true/pure PS2 mouse and a true/pure USB port, that thing would be useless. Bazaar. – BCS – 2010-09-16T18:40:47.967

2"Are very similar" ?!?! USB is a differential, asynchronous, massively complex bus. PS/2 is a single-ended, synchronous, dumb serial pipe. There are absolutely huge differences at all implementation levels (hardware, OS HAL, OS device driver, and almost always application). This is like saying a canoe is very similar to the space shuttle because they both are used as human transportation devices. The reason USB->PS/2 connectors exist is that the mice detect which totally different system they are connected to and implement entirely different ways to communicate to the host system. – darron – 2011-04-23T17:01:26.633

0

PS/2 and USB are both 5v powered, but the protocols for each port are different. The adapters linked to are designed for devices which can detect what type of port they are connected to and adjust their protocol accordingly.

Phil

Posted 2010-09-16T17:38:25.163

Reputation: 599