Skip to content

gmarull/nv9biller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NV9 USB Bill Validator Driver

This is the repository for nv9biller, a simple driver for the NV9USB bill validator using the SSP (unencrypted) protocol. Note that not all features may be available.

Developer guide

pipenv is used for dependency management, so first of all make sure you have it installed:

python -m pip install pipenv

Once you have it, simply run pipenv on the repository directory to set everything up:

pipenv install --dev

and then open a shell on the recently created Python virtual environment:

pipenv shell

Now you can run any of the examples, e.g.:

python examples/examples.py COM8

About

NV9USB Bill Validator Driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages