Skip to content

usbarmory/imx-usbserial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i.MX Serial over USB driver

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 on ARM SoCs.

This CDC-ACM Serial over USB driver has been tested on Linux as follows:

picocom -b 115200 -eb /dev/ttyACM0 --imap lfcrlf

Authors

Andrea Barisani
[email protected] | [email protected]

Documentation

The package API documentation can be found on pkg.go.dev.

For more information about TamaGo see its repository and project wiki.

License

tamago | https://github.com/usbarmory/imx-usbserial
Copyright (c) WithSecure Corporation

These source files are distributed under the BSD-style license found in the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages