• Wireless bluetooth barode scanner & Data collector 1
  • Wireless bluetooth barode scanner & Data collector 2
  • Wireless bluetooth barode scanner & Data collector 3
  • Wireless bluetooth barode scanner & Data collector 4

Wireless bluetooth barode scanner & Data collector

This is a professional software for retail, logistics, small and medium business. It replaces hardware barcode scanner and portable data terminal. Does not require any additional software on your PC. Working via RFCOMM like hardware wireless Bluetooth scanners. Support for data transfer via open source REST API for more complete integration with various business systems.

When your smartphone is connected to PC or POS this application immediately tramsmits the scanned barcodes via RFCOMM. If there is no connection the application automatically switches to portable data terminal mode and save all barcodes in database for use later. Version 1.3.0 and high support serial numbers.

This application will run on ordinary smartphones or tablets and professional hybrid devices with built-in barcode scanners.

Camera-scanner read all the popular barcodes: UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, RSS-14, RSS Expanded, QR Code, Data Matrix, MaxiCode, PDF417.

Also you can use any hardware barcode scanners connected as HID or Broadcast Intent.

Quick start:
1. Pairing smartphone and PC.
2. Run this application.
3. On PC run Control Panel - Devices and Printers - Change the Bluetooth settings, go to the COM ports tab and add an outgoing port for your smartphone with Lineris Barcode Service.
4. Configure your PC software for working with new COM port.

For use names database with barcodes scan the QR code of URL to JSON file or web-service GET method. Use this format:
[
{
"barcode": "Barcode value",
"name": "Name",
"advanced_name": "Not required. Advanced name, for example, size",
"unit": "Not required. Unit name, for example, pcs.",
"serial": true // if serial nubmers is required, elsr false or blank
},
{
"barcode": "253408567004",
"name": "Skirt",
"advanced_name": "36, Cherry"
}
{
"barcode": "725211167020",
"name": "Leans SP AF17-50mm F/2.8 XR",
"advanced_name": "Camera model",
"unit": "pcs",
"serial": true
}
]
The URL must ends "json".

The portable data terminal can transfer collected data to PC via Bluetooth. This method is convenient because it does not require additional software.
Also you can use web-service. Scan QR-code ends "upload" then application pack data in JSON array:
[
{
"barcode": "Barcode value",
"quantity": 1,
"serial" : [ //Only if serial numbers is required
{"serial":"Serial number",
"quantity":1
}
]
},
{
"barcode": "253408567004",
"quantity": 17
},
{
"barcode": "725211167020",
"quantity": 2,
"serial": [
{"serial": "034319",
"quantity": 1},
{"serial": "034320",
"quantity": 1}
]
}
]
and send it in POST request to this URL.

For details see "Integration" section in application preferences.

Category : Business

Related searches

Reviews (10)

Alv. M. Aug 12, 2021     

Hello, this appli seams good for me. my only concern is I can't use a hardware scanner by bluetooth connection. the scanner is already connect to my tablet (android) but in the parameters I can choose the interface by the hardware scanner and at the end the appli said no bluetooth connection. Could you help me? if it work I'll buy the appli

Lin. P. N. T. Sep 1, 2021     

It works very well with my android device and pc. The most important thing when install is pairing the pc and android device, then choose one COM port for it. In the program, I just simply add COM port listener and got the barcode text easily. Good job.

Fah. S. Sep 7, 2021     

Thank's a lot for this fabolous application.. We gonna use it for reducing plastic waste pollution..wish us luck..amiin

Ama. S. M. Apr 14, 2019     

is there any direct way to convert the barcode data to keystrokes in windows?

Rag. X. Dec 2, 2021     

Comercial every 2 scans unusable

Del. M. Mar 18, 2022     

Can't even connect.

Raf. Feb 4, 2021     

Hard to use

Kev. Jul 3, 2018     

According to your answer, ok then XD

Ama. May 27, 2018     

This is not working is hard to use

Jas. F. Feb 28, 2018     

Works fine as per video in description. However I cannot find a way to make the number transfer to excel or any other application except putty. Where can I find your REST API please?