adam-gui/vendor/go.bug.st/serial/enumerator/doc.go
2024-04-29 19:13:50 +02:00

16 lines
567 B
Go

//
// Copyright 2014-2023 Cristian Maglie. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
/*
Package enumerator is a golang cross-platform library for USB serial port discovery.
This library has been tested on Linux, Windows and Mac and uses specific OS
services to enumerate USB PID/VID, in particular on MacOSX the use of cgo is
required in order to access the IOKit Framework. This means that the library
cannot be easily cross compiled for darwin/* targets.
*/
package enumerator