• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help on "USB", "PS2" pin info

TimeKeeper

Diamond Member
Can anyone show me how to convert PS2 to USB? (please, I don't need converter.)

There are 6 pin arrangement from PS2 and there are 4 pin + 1 ground arrangement from USB.
Assuming you have to fuse them together, is it possible?

..
:0: = PS2 has black/white/yellow/orange/red/blue
-- --
=== = USB has black/white/red/blue + one huge black

hope you guys understand what I meant....🙁


 
The signals are not compatible between the two connections.

You need to use a microprocessor or other circuit to convert the signals.
 
I just disassembled a usb>ps2 adapter, it uses three wires and the ground, the device has to be compatible for the adapter to work though, the microprocessor mentioned above would likely be in the device connected to the adapter.
 
Correct. The mouse itself detects the connection to the USB port and sends a different signal through the PS2 connector (So it's no longer a PS2 mouse at all). Try it on another PS2 mouse... You'll see!
 
Not sure it goes that direction. Doesn't the circuitry in the mouse determine which connector you are using? I suppose for a PS/2 only you could just make a straight reverse adapter to usb. Then you would have to write a HID (Human interface driver) to support the ps2 data coming from the mouse. Don't suppose it would be that hard if you know how to code drivers and have a basic understanding of PS/2. (I haven't coded since Pascal and DOS 5.0.......🙂)

..............edit..............
Or as Mark R suggested, you could make a USB-powered active adapter with converter chip.


 
Back
Top