Local Integration (External Device)
Suitable for scenarios where no application development on the POS terminal is needed. In this case, the Vendor Machine communicates directly with the PAYWizard on the terminal. The communication between the POS terminal and the Vendor Machine supports serial port, MDB (Multi-Drop Bus), Socket, and other protocols. Apart from the MDB communication method, all data transmission and reception shall be carried out in accordance with the protocol document: Core Protocol.
- Reference for data packaging and unpacking:Serial&SocketDemo240910.zip
- If the Vendor Machine is an Android device, protocol data can be sent via USB serial port. Please refer to this Android usb serial demo.
- If the Vendor Machine is an Android device, protocol data can be sent via socket. Please refer to this Serial&SocketDemo240910.zip.
- If the Vendor Machine is a Windows device, protocol data can be sent via USB serial port or socket. Please refer to this VS project.
- A simple flow chart
- See also, local-integration