This Go package implements communication through Serial over USB (CDC-ACM) on
NXP i.MX SoCs, to be used with GOOS=tamago GOARCH=arm as supported by the
TamaGo framework for bare metal Go.
This CDC-ACM Serial over USB driver has been tested on Linux as follows:
picocom -b 115200 -eb /dev/ttyACM0 --imap lfcrlf
Andrea Barisani
[email protected]
The package API documentation can be found on pkg.go.dev.
For more information about TamaGo see its repository and project wiki.
tamago | https://github.com/usbarmory/imx-usbserial
Copyright (c) The imx-usbserial authors. All Rights Reserved.
These source files are distributed under the BSD-style license found in the LICENSE file.