Skip to content

Instantly share code, notes, and snippets.

View nall's full-sized avatar

Jon Nall nall

View GitHub Profile
#!/bin/bash
# vim: ft=sh sw=4 ts=4 et
# Overview
# --------
# This script queries connected USB devices looking for the Elecraft K4's "Dual RS232" device.
# If such a device is found and the serial devices exist, they are listed as K4 candidates. If
# no devices are found, an error is printed.
#
# Instructions