Java API Samples: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 1: Line 1:
== Java API Samples ==
== Java API Samples ==
   These are samples about how to use java API.
   These are samples about how to use java API.
=== Printer ===
{| class="wikitable"
=== Contactless card reader ===
|-
! Description !! Download
|-
| An APIDemo includes all the device API calling|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/APIDemoForAar.zip API demo]
|-
| A simple demo for LED light|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/LEDDemoForAar.zip LED demo]
|-
| A simple demo for swiping MSR card|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/MSRDemoForAar.zip MSR demo]
|-
| A simple demo for pinpad|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/PinPadDemoForAar.zip PINPAD demo]
|-
| A simple demo for printer|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/PrintDemoForAar.zip Printer demo]
|-
| A simple demo about how to signature in screen|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/SignatureDemoForAar.zip Signature demo]
|-
| Some language can not print, this demo will help to change the different language content to a picture, then print the picture || [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/PrintLocalLanguageImage.zip Print Local language demo]
|-
| A simple swipe card and print calling to simulate payment|| [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/PaymentTransDemoForAar.zip payment trans demo]
|}

Revision as of 08:45, 19 April 2018

Java API Samples

 These are samples about how to use java API.
Description Download
An APIDemo includes all the device API calling API demo
A simple demo for LED light LED demo
A simple demo for swiping MSR card MSR demo
A simple demo for pinpad PINPAD demo
A simple demo for printer Printer demo
A simple demo about how to signature in screen Signature demo
Some language can not print, this demo will help to change the different language content to a picture, then print the picture Print Local language demo
A simple swipe card and print calling to simulate payment payment trans demo