Search found 1 match
- Tue Sep 03, 2019 3:09 pm
- Forum: Milan / Paylink Interface Support
- Topic: Python integration?
- Replies: 5
- Views: 13540
Re: Python integration?
Hi. I am trying to use shared library libaes_access.so with python and ctypes. I did have some success with it for example i can execute function CurrentValue and PayOut. But I have problems with ReadAcceptorDetails: This is the code for python3 from ctypes import * MAX_ACCEPTOR_COINS = 256 class Ac...