Emulate an RS-232 bill acceptor in software.
This application can be used to test your RS-232 master such as found here
- Python 2.7
- Null modem emulation
- General knowledge of RS-232 protocol for bill validators See [here] (http://developers.pyramidacceptors.com/coding/2014/08/26/RS-232-Diagram.html)for a good visual summary
- Setup a null modem emulator
- Setup your RS-232 master (write your own, fork another, etc)
- Play with the code!
- Install com0com
- Start up each your master and slave and attach them to the appropriate port e.g.
python main.py COM7
- socat
- Start up each your master and slave and attach them to the appropriate port e.g.
./main.py /dev/tty3