C library for communicating with CashCode bill validators over serial port using the CCNET protocol.
├── inc/
│ ├── cashcode.h
│ └── serial.h
├── src/
│ ├── cashcode.c
│ └── serial.c
├── tests/
│ └── check.c
└── Makefile
make./build/check <port> <baud> [noescrow] [hw_serial]./build/check /dev/ttyUSB0 9600
./build/check /dev/ttyUSB0 9600 noescrow
./build/check /dev/ttyUSB0 9600 SN123456