Skip to content

yetimdasturchi/libcashcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

libcashcode

C library for communicating with CashCode bill validators over serial port using the CCNET protocol.

Structure

β”œβ”€β”€ inc/
β”‚   β”œβ”€β”€ cashcode.h
β”‚   └── serial.h
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ cashcode.c
β”‚   └── serial.c
β”œβ”€β”€ tests/
β”‚   └── check.c
└── Makefile

Build

make

Usage

./build/check <port> <baud> [noescrow] [hw_serial]
./build/check /dev/ttyUSB0 9600
./build/check /dev/ttyUSB0 9600 noescrow
./build/check /dev/ttyUSB0 9600 SN123456

About

C library for CashCode CCNET protocol bill validators

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors