18
Core Implementation: WinForms
• Connect to either USB or Serial Versions of Kiosk III/IV.
• Show log of all data going to/from Kiosk III/IV
6.6.1
Step 1: Create New Project
Create a new Windows Form Application in Visual Studio. In our example, we use project name KioskIII_Simple_
←
-
Demo
6.6.2
Step 2: Import Libraries
Import the necessary libraries
6.6.3
Step 3: Design Interface
Use the Form Designer to layout buttons/fields
Open your form designer and add items so it contains the following buttons/fields:
• Radio buttons for USB and COM selection. For COM selection, add a text box to specify COM port
• Add buttons to execute the following functions:
–
Get Firmware
–
Start ICC Transaction
–
Cancel ICC Transaction
• Add a text box to communicate data from the Kiosk III/IV.
#80136501-001 IDTech Windows SDK Guide for Kiosk III/IV