Serial KVM stick

minihpc

At our Carpentries Offline hackathon at RSECon’22, we found that working with Raspberry Pis can be difficult if there are limited screens and keyboards to plug into them. However, everyone always brings a laptop to a hackathon.

The Serial KVM stick allows controlling a Raspberry Pi or other single board computer (SBC) with just a laptop: no external screen and keyboard required.

It’s already possible to use a Raspberry Pi via SSH or serial connection. However, this isn’t true of all SBCs, and has a few problems:

This solution uses a USB video capture card and a CH9329-based Serial -> USB HID Keyboard emulator.

For more information see the serial-kvm repository on github.

Back to top