CSL CS101-2 EPC CLASS 1 GEN 2 RFID HANDHELD READER
USER'S MANUAL, VERSION 1.0
Copyright © Convergence Systems Limited, All Rights Reserved
150
PInvoke lib
The pda also uses some of the generic (non OEM driver specific) APIs from Microsoft PInvoke sample
library (2004)
High-Level Design of some Sample Applications:
TestGslSdk:
Introduction:
TestGslSdk let the user to experience some of the IO & system devices available on the WinCE
platform.
TestGslSdk is a simple C# application; it can:
turn on/off the on-board LED.
play a tone (single-tone-generation) or a build-in melody at a given volume & duration.
start, restart, stop the WiFi device.
get the IPAddress from DNS, ping a remote server.
get the current battery level.
control 4 GPIOs.
control ( set options, open, send data, receive data, close) the 2 serial port.
TestGslSdk can be enhanced to a system testing application for field-test, in-factory QA purpose.
Known Limitations:
Power notifications cannot be used on this platform, use polling instead.
High-Level Callfow:
.
Results:
Unit test passed..
Issues & Suggested Solution:
Nil.