bardecode.com
barcode reading software
  • Home
  • Download
  • Purchase
  • SDK Licensing
  • Pricing
    • Windows SDK Price List
    • Windows SDK with PDF Extension Price List
    • PDF Extension For Windows Price List
    • Linux SDK Price List
    • Multi-Platform Toolkit for .Net/Docker Price List
    • BardecodeFiler Desktop Only Price List
    • BardecodeFiler Windows Service Price List
    • DOS Command Prompt Barcode Tool Price List
  • Products
    • Barcode Reader Toolkit for Windows
    • Barcode Reader Toolkit for Linux
    • BardecodeFiler Application Desktop Only
    • BardecodeFiler Application & Windows Service
    • Windows DOS Command Prompt Barcode Tool
    • Multi-Platform Barcode Reader Toolkit for .Net Standard on Docker
    • Aquaforest’s Autobahn DX
  • Knowledge Base
    • Documentation
    • Specifications
  • News
  • Contact
    • About Us
    • Resellers
    • Links
Select Page ...

Category : Software Development Kits

How to detect a scan time out on Linux

admin September 26, 2017 Documentation, Knowledge Base, Settings, Software Development Kits

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)                

Continue Reading →

Possible values for bar code type

admin April 7, 2017 Barcode Specification, Documentation, Knowledge Base, Software Development Kits

Here is a list of all possible values that can be returned for the bar code type. Note that GS1-128 is a subset of Code 128 and is controlled by the ReadCode128 property. Value Property STSetParameter value for Linux “CODABAR” ReadCodabar ST_READ_CODABAR “CODE128” ReadCode128 ST_READ_CODE128 “CODE25” ReadCode25 ST_READ_CODE25 “CODE39” ReadCode39 ST_READ_CODE39 “CODE93” ReadCode93 ST_READ_CODE93 “DATABAR”

Continue Reading →

Mobile SDK Updated

admin February 23, 2017 Blog, Knowledge Base, News, Software Development Kits

The mobile SDK has been updated to include Android Developer Studio example projects and a fix to the Scanner class that prevents the example app from running. The new version of the SDK can be downloaded from the following page: http://www.bardecode.com/en1/quick-download/

Binary data in DataMatrix bar codes

admin February 23, 2017 Knowledge Base, Software Development Kits

It is possible to store binary data in DataMatrix barcodes, but how do you go about accurately recovering the information? Take the simple and obvious example of a datamatrix barcode that contains the text “ABCDE”. This can be encoded in multiple ways (e.g C40 or Text Encoding) but the output from the reader will always

Continue Reading →

Softek Barcode SDK for Win 8.2.1 Released

admin December 7, 2016 Barcode Specification, Knowledge Base, Software Development Kits

Softek SDK for Win 8.2.1 Released with the following changes and enhancements: Important: A new license key will be required for this version of the SDK. Quality Score – each bar code is now assigned a quality score between 1 and 5. The score can be used either to assist in development or as a

Continue Reading →

Linux version now includes a build for Raspberry Pi

admin July 8, 2016 Knowledge Base, News, Software Development Kits

Due to demand from developers the Linux version now includes a build for Raspberry Pi. Just download the Linux version to your Raspberry Pi and run ./configure.sh from the top level folder of the tar ball. It includes a version of bardecode which has been static linked against libtiff and libjpeg to get you started

Continue Reading →

Softek Barcode Reader Toolkit for Windows Version 8.1.2.8 has been released

admin June 23, 2016 Blog, Knowledge Base, News, Software Development Kits

Softek Barcode Reader Toolkit for Windows Version 8.1.2.8 has been released with the following improvements and fixes: Code 128 recognition Performance improvement in Code 128 recognition. New advanced property called Code128SearchLevel added… Code128SearchLevel controls the amount of processor time spent on trying to detect Code 128 barcodes. There are 3 levels with 1 being the

Continue Reading →

Barcode Reader SDK

admin March 29, 2016 Knowledge Base, Software Development Kits

Using our barcode reader SDK you can enable your application to read barcodes from images with only a few lines of code. So how do you do it? 1. Add a reference to the SoftekBarcodeNet.dll DotNet component 2. Use code similar to this… barcode = new SoftekBarcodeNet.BarcodeReader(@”path\to\our\sdk\bin”); // Set a few properties barcode.MultipleRead = true;

Continue Reading →

Version 8.1.2.6 of the Barcode Reader SDK Released

admin March 16, 2016 Knowledge Base, News, Software Development Kits

Version 8.1.2.6 of the Barcode Reader SDK has now been released. This includes an update to the Debenu PDF library (version 12.12), a small fix that allows the reading of 2-column compact-PDF417 barcodes and a advanced setting to help debug Code 128 bar codes (see below). As ever, the release is available through our downloads

Continue Reading →

Version 8 of the mobile SDK released

admin December 17, 2015 Knowledge Base, News, Software Development Kits

We’re pleased to announce the release of version 8 of our SDK for mobile platforms. The new version includes support for iOS 9, direct reading from RGB and YUV bitmaps and example projects for Android Studio.

« First...«3456»10...Last »
  • Copyright © 2021 Softek Software Ltd. All Rights Reserved