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