go.swapbox.cash/nd300cli (ND-300KM Driver)

Interactive CLI tool to interact with an ND-300KM Note dispencer from ICT Corp. using go.swapbox.cash/nd300
.
⚠️ This tool is in active development and is meant for testing & evaluation purposes only. ⚠️
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 tool.
Installation
go install go.swapbox.cash/nd300cli@latest
Usage
Just run nd300cli
and select the serial interface of your note dispenser.
The serial port and machine number can also be specified via the command line:
Usage of nd300cli:
-m int
The machine number (must be a number between 0 and 7 included, -1 to ignore.) (default -1)
-p string
The machine serial port (optional)
Tests
TODO 😞