No description
Find a file
2025-11-11 09:22:14 -05:00
go.mod Initial commit 2025-11-11 09:17:51 -05:00
main.go Initial commit 2025-11-11 09:17:51 -05:00
README.md Added a README 2025-11-11 09:22:14 -05:00

Serial Port Enumerator

This is a small script to enumerate and print out attached serial ports, primarily focused on Windows however should be arbitrarily cross-platform as there are no OS-specific dependencies.

This script takes no arguments and can be ran as a non-admin user.

Building

Build with go build and satisfy and dependency requirements to ensure the package builds. After that, the executable will have been built and can be moved wherever is convenient.