Driver to communicate and control a ND-300KM Note dispencer from ICT Corp. over Serial, written in Go.
⚠️ This library is in active development and not in a working state.⚠️ This software is distributed as is, without warranty. The authors are not liable for any claim, damage, or financial loss related to the use of this library.
go get -u go.swapbox.cash/nd300
For development purpose, install the following tools to be able to regenerate the code:
- stringer:
go install golang.org/x/tools/cmd/stringer@latest
Then run: go generate
.
TODO 😞