-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME.txt
More file actions
17 lines (13 loc) · 727 Bytes
/
README.txt
File metadata and controls
17 lines (13 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
README for python-cctalk
========================
This package allows one to send ccTalk messages and decode replies
from a coin validator. This code can be easily extended to include any
ccTalk message for use with any device. Since this package makes use
of hardware that did not have existing free software to control it, we
decided to write our own package to support this.
This package was created with and includes only free software and is
licensed under GPLv3 or any later version. A copy of this license
is found in the file gpl-3.0.txt.
The python-cctalk library uses the excellent python-serial to communicate
with ccTalk coin validators.
Examples and details are available in the Sphinx documentation.