Skip to content

Code for working with the DG600F Coin Acceptor from sparkfun

Notifications You must be signed in to change notification settings

vvzen/coin-acceptor

Repository files navigation

DG600F Code examples

This repo contains two simple scripts.

The .ino file contains the code to be run on the Arduino, which uses a simple interrupt to detect signals sent on the serial from the DG600F coin acceptor.

The serial_listener.py shows how can we use python in order to listen to and print to stdout the serial messages sent by Arduino upon receiving coins from the DG600F.

It uses the pyserial module, which can be easily installed using pip.

In order to communicate with the DG600f, the switches were currently in this position:

dg600f-switches

About

Code for working with the DG600F Coin Acceptor from sparkfun

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages