Java API Samples: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 27: Line 27:
| DUKPT of PINPAD demo|| [http://ftp.wizarpos.com/device/java/CloudPos-DukptDemo-1.5.3.077-20210915.zip DUKPT demo 1.5.3.077]
| DUKPT of PINPAD demo|| [http://ftp.wizarpos.com/device/java/CloudPos-DukptDemo-1.5.3.077-20210915.zip DUKPT demo 1.5.3.077]
|-
|-
| Print Html demo|| [http://ftp.wizarpos.com/advanceSDK/CloudPos-PrinterModelDemo-1.5.3.077-20210915.zip Print html]
| Print Html demo|| [http://ftp.wizarpos.com/device/java/CloudPos-PrinterModelDemo-1.5.3.077-20210915.zip Print html]
|-
|-
| A simple demo for calling printer api from javascript|| [http://ftp.wizarpos.com/device/java/CloudPos-WebviewCallSDK-1.5.3.077-20210915.zip Print from javascript]
| A simple demo for calling printer api from javascript|| [http://ftp.wizarpos.com/device/java/CloudPos-WebviewCallSDK-1.5.3.077-20210915.zip Print from javascript]
|}
|}

Revision as of 05:43, 15 September 2021

Java API Samples

These are examples of how to use the Java API. These demonstrations use lower version of cloudpossdk aar file, please obtain the new version of SDK AAR file from http://sdkwiki.wizarpos.com/index.php/CloudPOS_SDK_AAR, and replace it as needed.

Description Download
Cloudpos APIDemo for all the device API demo
(The package name of apk is updated, you must remove the old APIDemo.)
CloudPOS API demo 1.5.3.71
An APIDemo includes all the device API calling API demo 1.5.3.38
A simple demo for LED light LED demo 1.5.3.077
A simple demo for swiping MSR card MSR demo 1.5.3.077
A simple demo for pinpad PINPAD demo 1.5.3.077
A simple demo for printer Printer demo 1.5.3.077
A simple demo about how to signature in screen Signature demo 1.5.3.077
A simple swipe card and print calling to simulate payment SwipeCard&Print demo 1.5.3.077
fingerprint demo fingerprint demo 1.5.3.077
Biosec ISO fingerprint demo Biosec ISO fingerprint demo
DUKPT of PINPAD demo DUKPT demo 1.5.3.077
Print Html demo Print html
A simple demo for calling printer api from javascript Print from javascript