About JPOS Drivers for Windows and Linux

Overview

The POS application is either a Java application or an applet that uses one or more JavaPOS devices. An application accesses the JavaPOS device through the JavaPOS Device Interface, which is specified by Java interfaces.

Each JavaPOS device is a combination of these components:

  • JavaPOS Device Control is a Java class that provides the interface between the application and the device category. It contains no graphical component and is therefore invisible at runtime and conforms to the JavaBeans API. The Device Control was designed so that all implementations of a device category's control are compatible. The Device Control can be developed independently of a Device Service for the same device category. They may even be developed by different companies.
  • JavaPOS Device Service is a Java class that is called by the Device Control through the JavaPOS Device Service Interface. The Device Service is used by the Device Control to implement JavaPOS-prescribed functionality for a physical device. It can also call special event methods provided by the Device Control to deliver events to the application.
  • The JPOS driver included with the Zebra Scanner SDK for Windows provides JNI (Java Native Interface) mechanisms to scanner and scale devices (CSJPOSScanner.dll and CSJPOSScale.dll) for the JavaPOS Device Service layer to interface with the CoreScanner driver.

Zebra Scanner JPOS Driver Architecture

Figure 1: Zebra Scanner JPOS Driver Architecture

For more information about JavaPOS, JavaPOS architecture, terminology and programmer's guides, refer to:

NOTE: The terms JavaPOS and JPOS are used interchangeably in this document.


Version History

Release Notes for Windows
Release Notes for Linux

Version 3.07.0008 - 01/2026

  1. Added representation of platform architecture and app version to the headings of the sample application.
  2. Bug Fix - Fixed the incorrect beep in External CheckHealth operation for Scale. Instead, CheckHealth is now verified with a ReadWeight operation.
  3. Bug Fix - Resolved incorrect scan data label prefix shown when ISBN barcodes are scanned.
  4. Bug Fix - Added missing log entries for async and non-async scale weight operations.
  5. Bug Fix - Resolved missing log entries for Direct IO scale and scanner operations in log files.
  6. Bug Fix - Minor sample app fix - Unchecked "Data Event Enable" checkbox after performing barcode scanning and read weight operations in Scanner and Scale profiles.
  7. Bug Fix - Minor sample app fix - Fixed incorrect behavior of AutoDeviceEnable in Scale when Read Weight was used in async mode.

Version 3.07.0007 - 10/2025

  1. Added a new registry key-based configuration option to show or hide decode and raw barcode data from OPOS logs. The default selection will show all decode and raw barcode data.
  2. Bug fix - Fixed intermittent crash when attempting to call Open API when multiple devices are connected to host.
  3. Bug fix - Minor sample app fix - Resolved incorrect display of non-printable characters in barcode data in the OPOS Scanner sample application. Non-printable characters are now showing as e.g. for Horizontal Tab.
  4. Bug Fix - Fixed the incorrect Result Code shown when claiming an already claimed device.
  5. Bug Fix - Fixed the weight reading not being properly updated after the device reboots and reconnects to host while scale live weight is enabled.
  6. Bug Fix - Added missing log entries when performing Retrieve Statistics call before claiming or enabling the device in OPOS Scanner and Scale instances.
  7. Bug fix - Minor sample app fix - Updated text display fields for logical device name, statistics and log view to be read-only in Scanner and Scale sample applications.
  8. Bug fix - Minor sample app fix - Added input validations for Claim timeout and property value text entry fields for Scanner and Scale sample applications.
  9. Bug fix - Fixed issue on claiming the scanner from another process while ExclusiveClaimLevel is enabled and scanner is already claimed from one process.
  10. Bug fix - Minor sample app fix - Resolved incorrectly populating the already cleared "Filter By" textbox with the previous text when performing Reset Statistics.

Version 3.07.0006 - 07/2025

  1. Added “Real Time Alert (RTA)” support for JPOS Scale. RTA configurations are supported through new DirectIO commands, and RTA events are captured and delivered through JPOS DirectIO events.
  2. Enhanced DirectIO events for scanner attach/detach events in scanner Disable state.
  3. Added ClearQueueOnRelease parameter in JPOS configuration XML file.
  4. Bug Fix - Minor sample app fix - Fixed an issue of live weight textbox displaying the previous weight reading after calling device disable.
  5. Bug Fix - Fixed an incorrect exception shown in JPOS sample application, when read weight is performed while in overweight condition.
  6. Bug Fix - Fixed the incorrect ScanData label, ScanData type and Label ID for ISSN symbology.
  7. Bug Fix - Resolved an issue observed when multiple instances of JPOS scanner objects are running in parallel.
  8. Bug Fix - Resolved an issue observed when performing Zero scale while scanner is Under Zero State.

Version 3.07.0005 - 03/2025

  1. Added support to update a scanner's firmware via DirectIO Command.
  2. Added firmware update status events support through DirectIO events.
  3. Added support to load a configuration file to a scanner via DirectIO Command.
  4. Added configuration load status update events support through DirectIO events.
  5. Enhanced the JPOS Scanner and Scale logs to include return values and return states for properties and methods that were missed in the logs.
  6. Renamed the Vision Wedge Produce interface to VDI (Vision Data Interface).
  7. Added the ability to skip unsupported property and method calls for a scanner discovered via the VDI interface.
  8. Bug Fix - Fixed redundant log entries printed in the log file when calling MaximumWeight property.
  9. Bug fix - Minor sample app fix - Restricted the ability to modify the Logical device name in the sample application for both Scanner and Scale.
  10. Bug Fix - Fixed invalid error printed in the terminal when Retrieve Statistics is called without claiming or enabling the device for both Scanner and Scale.
  11. Bug Fix - Minor sample app fix - Resolved the incorrect state of Power Notify checkbox when Device Enabled is used.
  12. Bug Fix - Minor sample app fix - Resolved the incorrect state of Device Enable checkbox when Fast Mode is used.
  13. Bug Fix - Fixed Label IDs to be appended for UPC-EAN supplementals in ScanData.
  14. Bug Fix - Fixed the GoodScanCount to return the correct value of barcode scans when auxiliary devices are connected to a scanner.
  15. Bug Fix - Fixed redundant exception thrown when scanning barcodes from JPOS instance.

Version 3.07.0004 - 12/2024

  1. Added produce interface support for Vision Wedge over JPOS.
  2. Added beep indication for Produce events received in JPOS.
  3. Added logging the Direct IO command names when Direct IO commands are executed.
  4. Bug Fix - Fixed NCR label ID type for symbologies with supplemental code types.
  5. Bug Fix - Fixed OPOS ScanDataType property to report SCAN_SDT_UNKNOWN for 2-Stage barcodes scanned in IBM HandHeld, IBM TableTop and USB OPOS host modes.
  6. Bug Fix - Fixed the incorrect display of live weight when ScaleLiveWeight property is disabled or after performing scale release.

Version 3.07.0001 - 09/2024

  1. Bug fix - Fixed issue in not throwing an exception pop up window upon performing zero scale in overweight scenario.
  2. Bug Fix - Corrected PIDXScan_ScanDataType getting set to 0 incorrectly after performing interactive checkhealth.
  3. Bug Fix - Minor sample app fix - Enable Live Weight checkbox now gets set to disabled state after enabling “Auto Device Enable” or after setting property for PIDX_DeviceEnabled to true.
  4. Enhancements in log file.
    1. Log entries are added to indicate the status of the “Zero Scale” command.
    2. Removed incorrect exception log entry upon performing zero scale process while PIDXScal_ZeroValid is false.
  5. Bug Fix - Fixed issue in disabling scanner after a barcode is read through interactive health check option, when AutoDisable is enabled.
  6. Bug Fix - Minor sample app fix - Implemented validations for values set for properties "DeviceEnabled", "EnableLiveWeight" and "PowerNotify" to indicate invalid values to user through the sample application's log view.
  7. Bug Fix - Corrected the text representations for Health Check options (Internal, External and Interactive) in log view.

Version 3.06.0038 - 07/2024

  1. Bug fix - Minor sample app fix - State of Power Notify checkbox in JPOS Sample application now shows the correct state after releasing the JPOS Scale profile.
  2. Bug Fix - Fixed PIDXScan_ScanData field to display label IDs (if configured) in the JPOS Sample application.
  3. Bug Fix - Fixed JPOS zero scale feature limits up to 0.05 lbs only when it should be 0.60 lbs.

Version 3.06.0037 - 04/2024

  1. Bug fix - Minor sample app fix - State of Data Event Enable and Device Enable checkboxes in JPOS Sample application now shows the correct state when JPOS Scale profile is not opened.
  2. Bug fix - Fixed intermittent exception caused in the JPOS Scale live weight thread when attempting to restart or configure the scale while live weight is in progress.
  3. Bug fix - Minor sample app fix - Synchronized state of “Device Enable” checkbox when “Auto Device Enable” or “Enable Live Weight” selections are used.
  4. Added a new attribute as “ClearQueueOnRelease” to JPOS.xml file, to configure clearing the data queue when device is released.
  5. Bug fix - An exception is fired upon performing Zero Scale with weights greater than the firmware implemented scale zeroing weight limit.
  6. Bug fix - Prevented incorrectly throwing “Timed out with zero stable weight” exception after setting PIDXScal_ZeroValid to true in JPOS Scale live weight DIO.

Version 3.06.0034 - 01/2024

  1. Bug fix - Minor sample app fix - State of Data Event Enable checkbox in JPOS Sample application after a barcode is scanned now works as expected.
  2. Bug fix - Minor sample app fix - State of Device Enable checkbox in JPOS Sample application after a barcode is scanned with AutoDisable enabled now works as expected.

Version 3.06.0033 - 10/2023

  1. Added support for multiple JPOS Scanner instances when communicating to one application. This enables the JPOS driver to communicate to and track multiple scanners simultaneously and independently, like the MP7000 and DS8178/cradle.
  2. Added ability to “Filter Scanner Discovery” on 1.) Host Communication Mode, 2.) Model (a.k.a DS9908...) and 3.) Serial Number. JPOS now matches OPOS functionality.
  3. Bug fix - Check Health (Internal and External) now returns “No hardware” response, when no scanner(s) is connected on the USB bus.
  4. Bug fix - Sample App no longer shows incorrect weight when ReadWeight is called with Freeze Events enabled.
  5. Bug fix - Driver now returns “Not Ready” scale status, when scale is unplugged, while having live weight enabled.

Version 3.06.0029 - 07/2023

  1. Bug fix - Fixed issue that incorrectly appended a Label ID for “NCR label” with barcode type ISSN.
  2. Bug fix - Fixed issue relevant to error arguments (locus and response) in JPOS read weight events.
  3. Sample App Security fix - Updated library “xercesImpl.jar” used in JPOS Sample application from v2.11.0 to v2.12.2 to resolve security vulnerabilities.
  4. Sample App Bug fix - Device enable button’s state now gets updated upon enabling auto device enable (button) in JPOS scale.
  5. Sample App Bug fix - Barcode name now correctly displayed for Han Xin Code.

Version 3.06.0028 - 04/2023

  1. Bug fix in Sample App - Fixed error message incorrectly displayed in JPOS Sample application when Zero Scale command is called and weighing item below 30 grams.
  2. Update JPOS driver to fire Scale status update events whenever a status update and a weight change is detected.
  3. Bug fix in Sample App - Made the display format for scale weight consistent in the sample application for Read Weight, Live Weight and Direct IO NCR Live Weight calls.
  4. Bug fix in JPOS Sample App - Fixed application lockup if enabling both live weight and auto disable simultaneously.

Version 3.06.0023 - 10/2022

  1. Enhanced driver to support NCR requested “HealthCheck” label IDs.
  2. Bug fix - “Get Error Response” API now returns the correct error on Read Weight in Scale.
  3. Bug fix - Deliver an error event with Error response, ER_CONTINUEINPUT, when all items of the queue are delivered and DataEvent is enabled.
  4. Minor UI optimizations in the JPOS Sample Application for Windows.

Version 3.06.0022 - 08/2022

  1. Enhanced driver to support Freeze Events in JPOS Scale.
  2. Bug fix - ReadWeight events now reported correctly when DataEventEnabled is false and LiveWeight is true.

Version 3.06.0021 - 06/2022

  1. Bug fix - ReadWeight events now reported correctly when DataEventEnabled is false and LiveWeight is true.
  2. Enhanced driver to support all NCR requested “ScanData” label IDs.

Version 3.06.0018 - 04/2022

  1. Enhanced Toshiba Global Commerce Solutions (TGCS) POS system support
    1. JPOS driver enhanced to support System Management Information calls from TGCS POS systems.
      1. Corescanner enhanced to support TGCS' CIM Service Provider = “UPOS_BarcodeScanner” queries

Version 3.06.0015 - 01/2022

  1. Updated Windows JPOS sample application to support smaller/lower resolutions monitors.
  2. Fixed rarely seen JPOS statistics retrieval issue.

Version 3.06.0013 - 10/2021

  1. Added support to execute DirectIO commands without claiming the device.
  2. JPOS sample application enhancement to display the “Live Weight” and the logs on live weight status update events.
  3. Enhanced logging in JPOS driver including access to barcode data, power state, scale weight, and what API calls have been made.

Version 3.06.0010 - 08/2021

  1. Enhanced logging in JPOS driver including access to barcode data, scale weight, and what API calls have been made.

Version 3.06.0006 - 04/2021

  1. Add support for “extended error codes” for NCRDIO_SCALE_LIVE_WEIGHT DirectIO command in JPOS.
  2. Add support for JPOS Scale status responses.

Version 3.06.0003 - 01/2021

  1. Added support for Scanner DirectIO RESET command.
  2. Added support for custom MP7000 scale result codes for ErrorOverWeight, ErrorUnderZero and ErrorSameWeight.

Version 3.06.0002 - 10/2020

  1. JPOS driver update. Removed Apache Xerces XML parser dependency from the Zebra JPOS Service Object (SO).

Version

  1. JPOS driver update. Removed Apache Xerces XML parser dependency from the Zebra JPOS Service Object (SO).

Version 3.05.0003 - 04/2020

  1. For NCR based retail POS customers- Added support for NCR Direct I/O command in JPOS drivers (Scanner and Scale).
  2. JPOS driver update. JPOS driver now uses a common code base with the more mature Linux JPOS driver.
  3. JPOS driver operation now also validated on OpenJDK 11, in addition to existing validation on the Oracle JDK.

Version 3.05.0001 - 01/2020

  1. Enhanced the JPOS driver to meet fully JPOS 1.14 specification compliance.
  2. Enhanced JPOS demo app to display barcode data in HEX format.
  3. Enhanced JPOS driver to support scanner configuration through a jpos.xml file.

Version 3.02.0000 - 08/2017

  1. Updated JPOS sample application to demonstrate Direct I/O functionality.

Version 2.04.0000 - 08/2014

  1. JPOS supports both 64bit and 32bit JVMs on 64bit platforms.

Version 4.4.1-70 - 01/2026

  1. Enhanced the DirectIO naming conventions used in the sample application to be consistent with OPOS sample application.
  2. Bug fix - Fixed incorrect scanner profile entry in JPOS logs when multiple scanner profiles are used.
  3. Bug fix - Removed redundant entry on Statistics output in JPOS log, when queried before enabling the device.
  4. Bug fix - Fixed incorrect power state being logged in JPOS logs.
  5. Bug Fix - Minor sample app fix - Fixed incorrect states for Device Enabled, Data Event Enabled and Decode Data checkboxes after failing to enable Fast Mode.
  6. Bug fix - Fixed issue to successfully claim a device when re-attached to host while claim is executed with large timeout values (e.g. 10000s or -1).
  7. Bug fix - Minor sample app fix - Updated text display fields for logical device name, device information, statistics and log view to be read-only in Scanner and Scale sample applications and live weight to be read-only in Scale sample application.
  8. Bug fix - Minor sample app fix - Added input validations for Claim timeout and property value text entry fields for Scanner and Scale sample applications.
  9. Bug fix - Fixed unhandled exception occurring when attempting to Close JPOS instance with no scanner attached to host.
  10. Bug fix - Fixed incorrect exception thrown as "Device not connected" when ReadWeight is performed with no scanner attached to host, while within the ReadWeight timeout.
  11. Added Package Upgrade feature support to JPOS RPM (rpm) installation packages.
  12. Added a new configuration option to show or hide decode and raw barcode data from JPOS logs. The default selection will show all decode and raw barcode data.
  13. Bug Fix - Removed the 20 second delay that existed with retrieving live weight.
  14. Bug Fix - Fixed the issue with PIDXScan_ScanDataType setting to 0 after performing interactive checkhealth.
  15. Bug Fix - Fixed an issue with Good Scan Count not incrementing upon retrieving statistics for cascaded scanner.

Version 4.4.1-67 - 10/2025

  1. Enhanced the DirectIO naming conventions used in the sample application to be consistent with OPOS sample application.
  2. Bug fix - Fixed incorrect scanner profile entry in JPOS logs when multiple scanner profiles are used.
  3. Bug fix - Removed redundant entry on Statistics output in JPOS log, when queried before enabling the device.
  4. Bug fix - Fixed incorrect power state being logged in JPOS logs.
  5. Bug Fix - Minor sample app fix - Fixed incorrect states for Device Enabled, Data Event Enabled and Decode Data checkboxes after failing to enable Fast Mode.
  6. Bug fix - Fixed issue to successfully claim a device when re-attached to host while claim is executed with large timeout values (e.g. 10000s or -1).
  7. Bug fix - Minor sample app fix - Updated text display fields for logical device name, device information, statistics and log view to be read-only in Scanner and Scale sample applications and live weight to be read-only in Scale sample application.
  8. Bug fix - Minor sample app fix - Added input validations for Claim timeout and property value text entry fields for Scanner and Scale sample applications.
  9. Bug fix - Fixed unhandled exception occurring when attempting to Close JPOS instance with no scanner attached to host.
  10. Bug fix - Fixed incorrect exception thrown as "Device not connected" when ReadWeight is performed with no scanner attato host, while within the ReadWeight timeout.
  11. Added Package Upgrade feature support to JPOS RPM (rpm) installation packages.
  12. Added a new configuration option to show or hide decode and raw barcode data from JPOS logs. The default selection will show all decode and raw barcode data.
  13. Bug Fix - Removed the 20 second delay that existed with retrieving live weight.
  14. Bug Fix - Fixed the issue with PIDXScan_ScanDataType setting to 0 after performing interactive checkhealth.
  15. Bug Fix - Fixed an issue with Good Scan Count not incrementing upon retrieving statistics for cascaded scanner.

Version 4.4.1-64 - 07/2025

  1. Added “Real Time Alert (RTA)” support for JPOS Scale. RTA configurations are supported through new DirectIO commands, and RTA events are captured and delivered through JPOS DirectIO events. (Needs Zebra CoreScanner Driver v4.4.1-49 or above)
  2. Updated “logback” library to version 1.3.15.
  3. Enhanced DirectIO events for scanner attach/detach events in scanner Disable state.
  4. Added support to update scanner firmware via DirectIO Command.
  5. Added firmware update status events support through DirectIO events.
  6. Added support to load a configuration file to a scanner via DirectIO Command.
  7. Added configuration load status update events support through DirectIO events.
  8. Added Package Upgrade feature support to CoreScanner Debian (dpkg) installation packages.
    1. RPM package upgrade support is *coming soon.
  9. Enhanced the JPOS Scanner and Scale logs to include return values and return states for properties and methods that were missed in the logs.
  10. Added ClearQueueOnRelease parameter in JPOS configuration XML file.
  11. Bug Fix - Resolved an issue observed when multiple instances of JPOS scanner objects are running in parallel.
  12. Bug Fix - Resolved an issue observed when performing Zero scale while scanner is Under Zero State.
  13. Bug Fix - Resolved Open command failure issue observed in Docker environment on JPOS scale.
  14. Bug Fix - Fixed redundant log entries printed in the log file when calling MaximumWeight property.
  15. Bug fix - Minor sample app fix - Restricted the ability to modify the Logical device name in the sample application for both Scanner and Scale.
  16. Bug Fix - Fixed invalid error printed in the terminal when Retrieve Statistics is called without claiming or enabling the device for both Scanner and Scale.
  17. Bug Fix - Minor sample app fix - Resolved the incorrect state of Power Notify checkbox when Device Enabled is used.
  18. Bug Fix - Minor sample app fix - Resolved the incorrect state of Device Enable checkbox when Fast Mode is used.
  19. Bug Fix - Fixed Label IDs to be appended for UPC-EAN supplementals in ScanData.
  20. Bug Fix - Fixed the GoodScanCount to return the correct value of barcode scans when auxiliary devices are connected to a scanner.
  21. Bug Fix - Fixed redundant exception thrown when scanning barcodes from JPOS instance.
  22. Bug Fix - Minor sample app fix - Fixed an issue of live weight textbox displaying the previous weight reading after calling device disable.
  23. Bug Fix - Fixed an incorrect exception shown in JPOS sample application, when read weight is performed while in overweight condition.
  24. Bug Fix - Fixed the incorrect ScanData label, ScanData type and Label ID for ISSN symbology.

Version 4.4.1-56 - 12/2024

  1. Added “Real Time Alert (RTA)” support for JPOS Scanner. RTA configurations are supported through new DirectIO commands and RTA events are captured and delivered through JPOS DirectIO events. (Scale support coming soon)
  2. Bug Fix - Fixed the issue of ZeroScale API not throwing an exception when failing to zero the scale.
  3. Bug Fix - Fixed the issue of NCR Label IDs for UPC-EAN with supplementals not showing up in ScanData.
  4. Added logging the Direct IO command names when Direct IO commands are executed.
  5. Bug Fix - Fixed NCR label ID type for symbologies with supplemental code types.
  6. Bug Fix - Fixed OPOS ScanDataType property to report SCAN_SDT_UNKNOWN for 2-Stage barcodes scanned in IBM HandHeld, and IBM TableTop host modes.
  7. Bug Fix - Fixed the incorrect display of live weight when ScaleLiveWeight property is disabled or after performing scale release.

Version 4.4.1-55 - 09/2024

  1. Bug fix - Fixed issue in not throwing an exception pop up window upon performing zero scale in overweight scenario.
  2. Bug Fix - Corrected PIDXScan_ScanDataType getting set to 0 incorrectly after performing interactive checkhealth.
  3. Bug Fix - Minor sample app fix - Enable Live Weight checkbox now gets set to disabled state after enabling “Auto Device Enable” or after setting property for PIDX_DeviceEnabled to true.
  4. Enhancements in log file.
    1. Log entries are added to indicate the status of the “Zero Scale” command.
    2. Removed incorrect exception log entry upon performing zero scale process while PIDXScal_ZeroValid is false.
  5. Bug Fix - Fixed issue in disabling scanner after a barcode is read through interactive health check option, when AutoDisable is enabled.
  6. Bug Fix - Minor sample app fix - Implemented validations for values set for properties “DeviceEnabled”, “EnableLiveWeight” and “PowerNotify” to indicate invalid values to user through the sample application’s log view.
  7. Bug Fix - Corrected the text representations for Health Check options (Internal, External and Interactive) in log view.

Version 4.4.1-53 - 07/2024

  1. Bug fix - Minor sample app fix - State of Power Notify checkbox in JPOS Sample application now shows the correct state after releasing the JPOS Scale profile.
  2. Bug Fix - Minor sample app fix - Fixed PIDXScan_ScanData field to display label IDs (if configured) in the JPOS Sample application.
  3. Bug Fix - Fixed JPOS zero scale feature limits up to 0.05 lbs only when it should be 0.60 lbs.

Version 4.4.1-52 - 06/2024

  1. Updated “logback” library to version 1.2.13.

Version 4.4.1-50 - 04/2024

  1. Bug fix - Minor sample app fix - State of Data Event Enable and Device Enable checkboxes in JPOS Sample application now shows the correct state when JPOS Scale profile is not opened.
  2. Bug fix - Fixed intermittent exception caused in the JPOS Scale live weight thread when attempting to restart or configure the scale while live weight is in progress.
  3. Bug fix - Minor sample app fix - Synchronized state of “Device Enable” checkbox when “Auto Device Enable” or “Enable Live Weight” selections are used.
  4. Added a new attribute as “ClearQueueOnRelease” to JPOS.xml file, to configure clearing the data queue when device is released.
  5. Bug fix - An exception is fired upon performing Zero Scale with weights greater than the firmware implemented scale zeroing weight limit.
  6. Bug fix - Prevented incorrectly throwing “Timed out with zero stable weight” exception after setting PIDXScal_ZeroValid to true in JPOS Scale live weight DIO.

Version 4.4.1-49 - 01/2024

  1. Enhanced the JPOS driver to send device enable/disable commands without checking the current status.

Version 4.4.1-47 - 01/2024

  1. Bug fix - Minor sample app fix - State of Data Event Enable checkbox in JPOS Sample application after a barcode is scanned now works as expected.
  2. Bug fix - Minor sample app fix - State of Device Enable checkbox in JPOS Sample application after a barcode is scanned with AutoDisable enabled now works as expected.

Version 4.4.1-45 - 10/2023

  1. Bug fix - Check Health (Internal and External) now returns “No hardware” response, when no scanner(s) is connected on the USB bus.
  2. Bug fix - Sample App no longer shows incorrect weight when ReadWeight is called with Freeze Events enabled.
  3. Bug fix - Driver now returns “Not Ready” scale status, when scale is unplugged, while having live weight enabled.

Version 4.4.1-44 - 10/2023

  1. Added support for multiple JPOS Scanner instances when communicating to one application. This enables the JPOS driver to communicate to and track multiple scanners simultaneously and independently, like the MP7000 and DS8178/cradle.
  2. Added support to filter scanner discovery by host mode, model and serial number. The scanners are filtered by comm protocol. Additional filters can include Model Name and/or Serial number.
  3. JPOS Sample application - Added support to create multiple JPOS Scanner instances.

Version 4.4.1-36 - 04/2023

  1. Bug fix in Sample App - Fixed error message incorrectly displayed in JPOS Sample application when Zero Scale command is called and weighing item below 30 grams.
  2. Update JPOS driver to fire Scale status update events whenever a status updates and a weight change is detected.
  3. Bug fix in Sample App - Made the display format for scale weight consistent in the sample application for Read Weight, Live Weight and Direct IO NCR Live Weight calls.
  4. Bug fix in JPOS Sample App - Fixed application lockup if enabling both live weight and auto disable simultaneously.

Version 4.4.1-33 - 10/2022

  1. Enhanced driver to support NCR requested “HealthCheck” label IDs.
  2. Bug fix - "Get Error Response" API now returns the correct error on Read Weight in Scale.
  3. Minor UI optimizations in the JPOS Sample Application for Windows.

Version 4.4.1-32 - 04/2023

  1. Bug fix in Sample App - Fixed error message incorrectly displayed in JPOS Sample application when Zero Scale command is called and weighing item below 30 grams.
  2. Update JPOS driver to fire Scale status update events whenever a status updates and a weight change is detected.
  3. Bug fix in Sample App - Made the display format for scale weight consistent in the sample application for Read Weight, Live Weight and Direct IO NCR Live Weight calls.
  4. Bug fix in JPOS Sample App - Fixed application lockup if enabling both live weight and auto disable simultaneously.

Version 4.4.1-30 - 10/2022

  1. Enhanced driver to support NCR requested “HealthCheck” label IDs.
  2. Bug fix - “Get Error Response” API now returns the correct error on Read Weight in Scale.
  3. Minor UI optimizations in the JPOS Sample Application for Windows.

Version 4.4.1-29 - 05/2022

  1. Bug fix, ReadWeight events now reported correctly when DataEventEnabled is false and LiveWeight is true.
  2. Enhanced driver to support all NCR requested “ScanData” label IDs.

Version 4.4.1-28 - 04/2022

  1. Enhanced Toshiba Global Commerce Solutions (TGCS) POS system support
    1. JPOS driver enhanced to support System Management Information calls from TGCS POS systems.
      1. Corescanner enhanced to support TGCS' CIM Service Provider = “UPOS_BarcodeScanner” queries

Version 4.4.1-27 - 01/2022

  1. Enhanced JPOS driver - Fixed rarely seen JPOS statistics retrieval issue on scanners

Version 4.4.1-24 - 10/2021

  1. Enhanced JPOS driver
      Added support to execute DirectIO commands without claiming the device. JPOS sample application enhancement to display the “Live Weight” and the logs on live weight status update events. Enhanced logging in JPOS driver including access to barcode data, power state, scale weight, and what API calls have been made.

Version 4.4.1-19 - 04/2021

  1. Enhanced JPOS driver v1.14 to include support for PNP events for both Scanner and Scale.
  2. Bug fix - The JPOS driver v1.14 for code 49 now returns the correct Symbology types when the Zebra scanner is in IBM Hand-Held or IBM Table-Top host modes.

Version 4.4.1-15 - 10/2020

  1. Common JPOS driver bundled in both Linux and Windows SDKs. With this common code driver, the same features are now supported across both Linux and Windows.
  2. Removed Apache Xerces XML parser dependency from the Zebra JPOS Service Object (SO).

Version 4.4.1-8 - 04/2020

  1. Bug fix - Synchronization block introduce when consuming the events from CoreScanner to JPOS driver. Otherwise, the single core POS system is missing different events from different logical devices (JPOS).

Version 4.4.1-2 - 10/2019

  1. Added “DotCode” and “GridMatrix” symbology support to JPOS and SDK Sample Applications. Note the Linux SDK already supported these symbologies.
  2. Added Java 12 UI enhancements to JPOS Sample Application. Note no change required in the JPOS driver.

Version 4.4.0-18 - 08/2019

  1. Added Scale Live Weight event support for Multi-Plane scanners.
  2. Vendor specific capability, 'CapStatusUpdate' enabled in JPOS Scale driver.
  3. Implemented 'StatusNotify' property in JPOS driver.

Version 4.4.0-14 - 06/2019

  1. “EAN13 Supplementary of 5” symbology support added into JPOS Sample Application.

Version 4.4.0 - 03/2019

  1. Added JPOS 1.14 standard compatibility for the JPOS driver.
  2. Introduced a JPOS based asset query capability (model #, serial #, date of manufacture, firmware version).

Version 4.3.1 - 08/2018

  1. Added support for JPOS Scale Asynchronized Read Weight -1 (forever) timeout support.

Version 4.2.4 - 04/2018

  1. JPOS Scale Read Weight Asynchronized mode support.
  2. JPOS Statistics reporting support for Scale.

Version 1.3.0 - 08/2015

  1. Concurrent application support for Scanner and Scale of MP6200 in JPOS.