Showing 25 Result(s)

Softek Barcode Reader SDK for Linux Version 9.1.1.1 has been released

Softek Barcode Reader SDK for Linux Version 9.1.1.1 has been released. The main change in this version is the addition of functions to read from TIF, and JPEG files held in memory rather than as files on disc. The new function is called mtScanBarCodeFromString. The C interface has also been brought in line with the …

Softek Barcode Reader Toolkit for Windows Version 9.1.1.1 released

Softek Barcode Reader SDK for Windows Version 9.1.1.1 has been released. The main change in this version is the addition of functions to read from TIF, PDF, JPEG,GIF or PNG files held in memory rather than as files on disc. The new functions are called ScanBarCodeFromString for the DLL or ScanBarCodeFromByteArray for the .Net interface. …

How to detect a scan time out on Linux

The default time out for the scan of a page on Linux is 5000ms, but how can you detect if a time out has occurred? The following snippet of C code can be used in bardecode.c at the end of the main function…         uint16 t;         STGetParameter(hBarcode, ST_DID_TIMEOUT, &t) ;         if (t)                 …

Fixing error 87 when starting additional BardecodeFiler services

When starting any of the 3 additional services in version 2.4.1.1 or version 2.4.1.2 of BardecodeFiler it is possible to get the error message: “Windows could start the BardecodeFiler Service(1) on Local Computer. Error 87: The parameter is incorrect” There are 2 solutions: Either: Deinstall BardecodeFiler, reboot and then install version 2.4.1.3 or later. Or: …

Auto-detection of UTF8 data now available for PDF-417 and DataMatrix

Version 8.1.1.7 of the Softek Barcode Reader Toolkit for Windows has been released. This version addresses an issue with handling UTF-8 encoded data in a PDF-417 or DataMatrix bar code. The problem… Say you have a PDF417 bar code that encodes the characters: キヤノン電子 ….in UTF-8 format with the following bytes of hex data: E3 …