CloudPOS SDK: Difference between revisions

From wizarPOS
Line 10: Line 10:


*[http://{{SERVERNAME}}/wizarposapi/ API Spec]
*[http://{{SERVERNAME}}/wizarposapi/ API Spec]
*[http://ftp.wizarpos.com/device/java/javadoc_20220705.zip API Spec Download]
*[http://ftp.wizarpos.com/device/java/javadoc_20221124.zip API Spec Download]
*[[CloudPOS SDK AAR]]
*[[CloudPOS SDK AAR]]
*[[Java API Samples|Samples]]
*[[Java API Samples|Samples]]
Line 17: Line 17:
*[http://ftp.wizarpos.com/device/Printer_TechnicalManual_en_20210917.pdf Printer Technical manual]
*[http://ftp.wizarpos.com/device/Printer_TechnicalManual_en_20210917.pdf Printer Technical manual]
*[[ESC Commands]]
*[[ESC Commands]]
== MDB Interface ==
== MDB Interface ==
*[[MDB Communication Protocal]]
*[[MDB Communication Protocal]]

Revision as of 08:11, 24 November 2022

EMV Payment

This SDK is for developing payment APP.

Barcode Scanning

Device Java API

The Java API is packaged as an AAR library file that Android developers can easily use. It includes Printer, PINPad, MSR, SmartCard, RFCard, SerialPort, LED, Fingerprint, HSM......

MDB Interface

JNI API and C API (Deprecated)

Quick Start Guide