Paylando USB Board
The Paylando USB board takes care of the integration of the payment terminal via a USB-C interface. The board is commonly used in arcade machines to add credit to the game. With the Paylando USB board, the arcade machine (which in a lot of cases is a Linux computer), only has to interface with a USB connector.
The board has two operating modes:
â Keyboard emulator mode
- In this mode, the board acts as a keyboard. When a payment is received a configurable button (for example spacebar) is emulated.
â HID mode
- In this mode, the board is a proper USB (HID) device. When connected it shows up as a USB device, and it can be interfaced in programming languages (for example Python).
The operating mode is selected with changing a constant in the code. Let us know which operation mode you would like. Source code is supplied on request.