comms

command module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2025 License: MIT Imports: 5 Imported by: 0

README

comms

A simple tool to communicate with serial devices or midi devices (via sysex). Useful for embedded hardware development.

windows instructions

Download MSYS: https://www.msys2.org/

Run MSYS and install the following:

pacman -S mingw-w64-x86_64-rtmidi
pacman -S mingw-w64-x86_64-toolchain

Before building with Go, update the environmental variables:

$env:Path += ";C:\msys64\mingw64\bin"
$env:CGO_ENABLED = "1"
$env:CC="x86_64-w64-mingw32-gcc"
$env:CGO_LDFLAGS="-static"
go build -v -x

install

install with

curl https://getcomms.schollz.com 

usage

To communicate with a midi devices:

comms --midi zeptocore

To communicate with a serial device:

comms --serial

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL