Honeywell Mobility Data Collection SDK for Windows V6.00

README.HTM

© 2000-2015 Honeywell International Inc. All Rights Reserved.

 

Contents

VERSION HISTORY

NEW FEATURES

KNOWN ISSUES

TIPS

ACKNOWLEDGMENTS

REQUIREMENTS

 

VERSION HISTORY

Ver #

Description

6.00

  1. Initial release for support Honeywell VM3 devices.
  2. Honeywell.Mobility.DataCollection .Net API for reading bar codes and symbologies settings.
  3. Itcscan2 native API for reading bar codes and symbologies settings.

NEW FEATURES

Data Collection V6.00 Features:

·         Honeywell.Mobility.DataCollection .Net API

-          BarcodeReader constructors

-          BarcodeRead, BarcodeReaderError, and ScannerNotify events

-          Dispose, GetPortInfo, GetPortState, and SetPortState methods

-          PostRead, and ScannerEanble properties

-          CSymbology class for symbology settings

-          CSymbologyOptions classe for symbology options settings

 

·         Itcscan2 native API

-          ITCSCAN_Open, ITCSCAN_Close, ITCSCAN_GetAllPortInfo, ITCSCAN_GetBarcodeMessage, ITCSCAN_GetConfigInfo, ITCSCAN_GetFirstPortID, ITCSCAN_GetNextPortID, ITCSCAN_GetNotificationValues, ITCSCAN_GetNumPorts, ITCSCAN_GetPortDeviceType, ITCSCAN_GetPortName, ITCSCAN_GetPortState, ITCSCAN_GetScannedDataValues, ITCSCAN_SetConfigInfo, ITCSCAN_SetPortDeviceType, ITCSCAN_SetPortState, and ITCSCAN_SetPostRead functions

-          ItcscanMessageType Enumeration

-          portData Struct

 

FIX DETAILS

            None

KNOWN ISSUES

·         Issue: “System.BadImageFormatException” error when running .Net Windows Application on VM3/Windows 7 device.

Workaround: Go to Properties of application project, select the x86 for Platform target at Build page.

 

·         Issue: “Error C2039: ‘lstrlenW’: is not a member of ‘ATL’” compile error when build C++ application with Thor WEC7 SDK.

Workaround: Go to Properties of application project, select C/C++\General\Additional Include Directories, then add "$(ProgramFiles)\Windows CE Tools\SDKs\Thor WEC7 SDK\include\X86";"$(VCInstallDir)ce7\atlmfc\include" paths. See Itcscan2Demo as a sample. 

TIPS

None

ACKNOWLEDGMENTS

None

REQUIREMENTS

·         These software components should be installed on your development PC:

-          Microsoft Visual Studio 2008

-          Honeywell Thor WEC7 SDK

-          Honeywell.Mobility.DataCollection SDK

 

·         To install the DLL on the VM3 (Windows 7)

-          On your development PC, C:\Program Files (x86)\Honeywell\SDK\Mobility SDK for Windows\Data Collection Resource Kit\Runtime\Win7\x86.

-          In the x86 directory, locate itcscan2_x86.msi and copy this file to the VM3.

-          On the VM3, run itcscan2_x86.msi. The .msi installs the components on the VM3, and places itcscan2.dll in the \Program Files (x86)\Common Files\Intermec\Dlls directory.

 

·         To install the DLL on the VM3 (Windows Embedded Compact 7)

-          On your development PC, browse to C:\Program Files (x86)\Honeywell\SDK\Mobility SDK for Windows\Data Collection Resource Kit\Runtime\WEC700\VM3_CE700\x86.

-          In the VM3_CE700 directory, locate itcscan2.cab and copy this file to the VM3.

-          On the VM3, run the .cab file to install itcscan2.dll in the Windows directory on the VM3.