Release Notes Corescanner Driver For Windows
Release Notes Corescanner Driver For Windows
Contents
Contents ........................................................................................................................................................ 1
Overview ....................................................................................................................................................... 1
Device Compatibility ..................................................................................................................................... 2
Supported COM Protocols ............................................................................................................................ 2
Version History.............................................................................................................................................. 3
Components .................................................................................................................................................. 7
Installation .................................................................................................................................................... 7
Overview
The Zebra Scanner Software Developer Kit (CoreScanner SDK) for Windows providing a single
programming interface across multiple programming languages (such as MS .NET, C++, Java) for all
scanners communication variants (such as IBMHID, SNAPI, HIDKB, Nixdorf Mode B, etc.).
With this SDK, you can read bar codes, manage scanner configurations, capture images/videos and
selectively choose a list of scanners on which to work. While one application is in one programming
language using a scanner or a set of scanners, another application in a different language can be used
differently within the same system environment.
The SDK can build an application with complete control of its scanner's capabilities.
• Barcode data
o Simulated HID Keyboard output.
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 1
o OPOS/JPOS output
o SNAPI output
• Command and Control
o LED and Beeper Control
o Aim Control
• Imaging
o Capture / Transfer of Images
o View Video
o Simultaneous capture barcode data and an image with one trigger pull using Intelligent
Image Capture (IDC)
• Remote Scanner Management
o Asset Tracking
o Device Configuration (Get, Set and Store Scanner attributes)
o Firmware Update
o Scanner Communication Protocol Switching
o Service to Automate Configuration / Firmware Upgrade Process
For the latest CoreScanner Driver updates, please visit Zebra Scanner SDK
For support, please visit http://www.zebra.com/support.
Device Compatibility
For the compatible devices list, please visit following page.
https://www.zebra.com/us/en/support-downloads/software/developer-tools/scanner-sdk-for-
windows.html
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 2
Management and Firmware Update
Query Assets Information
Barcode
IBM Table-Top USB X X X X
IBM Hand-Held USB X X X X
IBM OPOS - IBM Hand-held USB with Full Scan Disable X X X X
HID Keyboard Emulation X
USB CDC Host X
Symbol Native API (SNAPI) with Imaging Interface X X X X X X
Symbol Native API (SNAPI) without Imaging Interface X X X X
Wincor-Nixdorf RS-232 Mode B X
Simple Serial Interface (SSI) over RS232 X X X X
Simple Serial Interface (SSI) over Bluetooth Classic X X X X
Simple Serial Interface (SSI) over Bluetooth Low-Energy
(BLE)
Simple Serial Interface (SSI) over MFI
Version History
Version 3.07.0042 – 10/2023
1. Access to CoreScanner Version Info – Modified how-to-access CoreScanner Version
info. Now read from registry key, Instead of the Corescanner binary file.
2. Bug Fix – “Grave” accent no longer, incorrectly converting into CR/LF when the
scanner is operating in RS232 NIXMODB communication mode.
3. Bug Fix – Fixed “Simulated HID Keyboard” issue. Scancode now properly generated
for a “Group Separator” character, when in simulated HID Keyboard.
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 3
3. Driver Data Formatting - Added ATL key combination support in the Driver Data
Formatting (DDF). This functionality enables an ALT key combination to be added to
barcode data when using Simulated HID Keyboard.
a. Configuring this capability is located in the CoreScanner configuration xml
file.
b. An example of this capability is appending "ALT [ + Data + Enter" to the
barcode data. Another example is "ALT [ + Data + TAB".
c. Solution supports sending ALT + one ASCII key sequence like “ALT [“.
d. Solution supports appending a Prefix only. Appending a Suffix is not
supported.
4. Bug fix - Fixed intermittent MP7000 Reset during GetScanners call.
5. Bug fix – Fixed intermittent CoreScanner reset when a cascaded device like the
DS8178 rebooted/disconnected, causing the MP7000 to reset.
6. Bug fix – Fixed intermittent CoreScanner error when reading Scale Weight from
MP7000 when a cascaded scanner like DS8178 gets disconnected/reconnected or
rebooted.
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 4
2. Fixed issue in CoreScanner not receiving the first decode data when scanner set to
auto reconnect in enhanced HID.
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 5
Version 3.03.0001 – 02/2018
1. Security vulnerability fix (Unsafe service path of WMI provider services).
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 6
2. Simple Data Formatting feature added for emulated keyboard data.
3. SNAPI scanner support added to Scanner WMI Provider
4. Host variant switching support added for scanners with NULL synapse buffer.
Components
If the default install location is not changed, the components are installed in the following folders:
Component Location
Installation
Installation of a new release replaces previous versions of CoreScanner Driver for Windows components.
Supported operating systems:
• Windows 10 32bit and 64bit
• Windows 11 64bit
Microsoft Visual C++ 2019 Redistributable Package will be installed with this installation package.
External Dependencies
1. Microsoft Visual C++ 2019 Redistributable Package.
ZEBRA and the stylized Zebra head are trademarks of Zebra Technologies Corporation, registered in many jurisdictions worldwide. All other trademarks are the
property of their respective owners. ©2023 Zebra Technologies Corporation and/or its affiliates. All rights reserved.
Page 7