This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer