Cloud PDT and Barcode Scanner

Contains adsIn-app purchases
3.3
301 reviews
50K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

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.
Updated on
Feb 12, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
App info and performance and Device or other IDs
This app may collect these data types
App info and performance and Device or other IDs
Data isn’t encrypted
Data can’t be deleted

Ratings and reviews

3.3
292 reviews
Alvaro Mabillard
August 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
2 people found this review helpful
Did you find this helpful?
Lineris LLC
August 12, 2021
Setup your scanner to HID mode and some suffix, CR for example (see your scanners manual). In app preferences chose "Hardware scanner - Interface - HID" and "Hardware scanner - Suffix - CR" (must match your scanner setup). Close preferences and try to scan something. Support: support@lineris.ru
Linh Pham Ngoc Thai
September 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.
3 people found this review helpful
Did you find this helpful?
Fahed Syauqi
September 7, 2021
Thank's a lot for this fabolous application.. We gonna use it for reducing plastic waste pollution..wish us luck..amiin
1 person found this review helpful
Did you find this helpful?
Lineris LLC
September 7, 2021
Very interesting case 👍 Good luck

What's new

Bugfix