Local Integration (External Device): Difference between revisions

From wizarPOS
No edit summary
No edit summary
 
(2 intermediate revisions 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]
* If the Vendor Machine is an Android device, protocol data can be sent via USB serial port. Please refer to this [https://github.com/SmartPOSSamples/SerialTransDemoForAndroid.git Android usb serial demo].
* If the Vendor Machine is an Android device, protocol data can be sent via socket. Please refer to this [https://ftp.wizarpos.com/advanceSDK/PaymentApp/Serial&SocketDemo240910.zip 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 [https://drive.google.com/file/d/18WbkVic-pZTEwTsx9oZ7TvPnBu0cv3MV/view?usp=sharing VS project].
* 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 03:03, 30 July 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.