Java API Samples: Difference between revisions

From wizarPOS
No edit summary
Line 34: Line 34:
|-
|-
| Print Html demo|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/PrinterModelDemo.zip Print html]
| Print Html demo|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/PrinterModelDemo.zip Print html]
|}
== crossmatch fingerprint module SDK (provided by manufactory)==
To learn how to develop fingerprint app in a device with crossmatch fingerprint module, please download the follows SDK and documents, the first TCS1FingerPrintSDK is a basic SDK, please use it to entry fingerprint, get image, for further compare or compression, please use the second SDK-U.are.USDK. But please notice that the app can not use U.are.U SDK to entry fingerprint, so in U.are.U SDK, the app can not use the Reader class.
{| class="wikitable"
|-
! Download as required !! Description
|-
| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/advanceSDK/TCS1FingerPrintSDK.zip TCS1FingerPrintSDK] || Crossmatch fingerprint basic demo and javadoc api
|-
| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/U.are.U_Windows_3.1.1.73.zip TCS1FingerPrintSDK-U.are.U] || Crossmatch fingerprint UareU demo and javadoc api
|}
|}

Revision as of 06:14, 12 August 2019

Java API Samples

 These are samples about how to use java API. These demos are using cloudpossdk_1.5.0.aar, get the new version of SDK aar file from http://sdkwiki.wizarpos.com/index.php/CloudPOS_SDK_AAR, you can get and replace as your need.
Description Download
An APIDemo includes all the device API calling API demo 1.5.2.34
An APIDemo includes all the device API calling API demo 1.5.0.2
An APIDemo includes all the device API calling API demo 1.5.0
A simple demo for LED light LED demo 1.5.0
A simple demo for swiping MSR card MSR demo 1.5.0
A simple demo for pinpad PINPAD demo 1.5.0
A simple demo for printer Printer demo 1.5.0
A simple demo about how to signature in screen Signature demo 1.5.0
A simple swipe card and print calling to simulate payment SwipeCard&Print demo 1.5.0
fingerprint demo fingerprint demo 1.5.2
fingerprint demo with crossmatch module crossmatch fingerprint demo
Biosec ISO fingerprint demo Biosec ISO fingerprint demo
fingerprint demo with crossmatch and Biosec fingerprint module Mix fingerprint demo
DUKPT of PINPAD demo DUKPT demo 1.5.0.5
Print Html demo Print html

crossmatch fingerprint module SDK (provided by manufactory)

To learn how to develop fingerprint app in a device with crossmatch fingerprint module, please download the follows SDK and documents, the first TCS1FingerPrintSDK is a basic SDK, please use it to entry fingerprint, get image, for further compare or compression, please use the second SDK-U.are.USDK. But please notice that the app can not use U.are.U SDK to entry fingerprint, so in U.are.U SDK, the app can not use the Reader class.

Download as required Description
TCS1FingerPrintSDK Crossmatch fingerprint basic demo and javadoc api
TCS1FingerPrintSDK-U.are.U Crossmatch fingerprint UareU demo and javadoc api