10

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
  • 773

3 Answers3

40

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
  • 117,648
0

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
  • 20,438
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
  • 649