> Simply open a text editor on your target PC (eg notepad, edit, vi), then hold HIDman's power button for a few seconds. The menu will be typed out into your text editor.
I did something similar using Raspberry Pi 2040 - it pretends to be a USB keyboard, opens browser using 0xf0 key, types in https://www.youtube.com/watch?v=dQw4w9WgXcQ and press play after connecting to the PC.
I'm guessing this was killed because of the rick roll (heads up in case you click the youtube link before reading the repo name, the youtube link above is a rickroll) but I vouched for it because the linked github repo is genuinely very interesting. Thanks for sharing!
I vaguely remember playing with some physical keylogger (ps/2?) back in early 2000s that had similar feature - to configure it you enter some magic key sequence then it „typed” the menu and you execute some configuration commands via typing on a keyboard.
You know this will end up in some power plant or military facility to get another 30 years out of something that works and no one wants to deal with. Very cool project.
Those typically aren’t what they seem. They are dumb socket wiring adapters and the peripheral itself needs to support both usb and ps2 for it work. Those peripherals are really rare now (they were around for the usb changeover).
> there are also cheap active adapters utilising the CEC CSC0101A
"The CEC CSC0101A is an integral micro-controller for converting PS/2 interface signal to USB applications"
That's the other way around, for which adapters have been widely available since the dawn of USB.
Adapters like the subject of this thread allowing modern USB HIDs to be connected to older computers are much harder to find. I remember at one point seeing one advertised in a CDW catalog, but just that statement alone should date it.
I use to be into RC flight. Back then, the controllers could plug into a PC via a serial port. I had to buy an active adapter to use it since I didn't have a PC with a serial port, anymore.
Note the above is going from usb peripheral to serial port on the pc with no drivers.
USB to serial adapter are a dime a dozen but they do the opposite of this. The usb side is on the pc which has drivers to handle a lot of the complexity.
Man to go off topic I remember the days when USB was new and all those USB keyboards never seemed to work right “at boot”. Sure they worked okay once you got into windows but the BIOS didn’t seem to accept them.
For a few years the most reliable way to use a USB keyboard was through a PS/2 adapter that plugged into the motherboard. I remember there was quite some time where USB keyboards came with PS/2 adapters and sometimes even a pigtail to go to whatever that bigger round jack was called (a DIN connector?)
Pretty much every single USB device ever created fails some part or another of the USB spec. Because the spec is enormous, truly giant, and ambiguous in parts.
Huh. I use a hub as a cheap KVM equivalent, and noticed that every now and again the keyboard just fails to work until replugged. Guess this is a bit more widespread, but you'd thought they'd test with keyboards.
I would have assumed that connecting your PC to a hub built-in to your monitor then connecting keyboard and mice into the monitor would be a somewhat common configuration
I don't know; I tried this once (on a Dell U2715H), and the input from both the mouse and the keyboard got very jittery, to the point of making the computer very difficult to operate. I suppose there was some interference from processing and displaying HDMI signal; whatever it was, I decided not to bother with built-in display USB hubs.
Heh funny I have a laptop connected to the USB hub in a relatively recent Fujitsu screen and then an old USB 2.0 hub connected to that one with keyboard and mouse connected to it. Works flawlessly. Guess I got lucky.
Most of my computing life the last decade is living off a laptop hooked up to a dock and a dinky little 4port usb2.0 hub plugged into that dock for webcam, mouse, keyboard, midi controller. It's pretty nice to just one cable my laptop into a desktop.
I use Pico PS2 from here https://github.com/No0ne/ps2x2pico and the related PiKVM integration. The hardware setup is much simpler: just a pico and a signal level converter.
That's very cool and clever.
reply