Local Integration (External Device): Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
Apart from the MDB communication method, all data transmission and reception shall be carried out in accordance with the protocol document: [[Core Protocol]]. | 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:[https://ftp.wizarpos.com/advanceSDK/PaymentApp/Serial&SocketDemo240910.zip Serial&SocketDemo240910.zip] | * Reference for data packaging and unpacking:[https://ftp.wizarpos.com/advanceSDK/PaymentApp/Serial&SocketDemo240910.zip Serial&SocketDemo240910.zip] | ||
* A simple [https://ftp.wizarpos.com/techsupport/ticket/fowchartnoappdevelop.png flow chart] | |||
* See also, [https://smartpossdk.gitbook.io/paywizard-open-api/semi-integration/local-integration local-integration] | * See also, [https://smartpossdk.gitbook.io/paywizard-open-api/semi-integration/local-integration local-integration] | ||
Latest revision as of 06:47, 24 March 2026
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
- A simple flow chart
- See also, local-integration