Android Question B4X - Barcode to PC

samikinikar

Member
Licensed User
Longtime User
Hello,

There are many examples on generating barcodes, reading barcodes and so on. Is there any way that the read values can be passed to the PC using WIFI to any other application on PC , like excel, POS, other application and so on, so that the phone acts as a barcode device.

Ex. : https://barcodetopc.com/#features
 

DonManfred

Expert
Licensed User
Longtime User
. You can use many ways to send the data right?
the problem may be the PC-Part to integrate the Barcode-inserting into Excel, word, whateversoftware....
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
the phone acts as a barcode device
I have created a B4A app which exactly do this.
This app scans the barcode from an Android smartphone and add/queue the scanned barcodes to a temporary table. A timer is activated in POS system that query the barcodes from the temporary table and insert it into the sales list.
There are 2 pieces of B4J apps. One is the POS system and another is a Web API Server where the B4A app call the API. The Web API server and POS software shares the same SQLite database.
 
Last edited:
Upvote 0

chams

Member
Licensed User
Longtime User
I have tried this device :
In theory, you can use the dongle as a USB keyboard and send to it the strings from your smartphone over BLE connection. But the documentation is written in Chinese, and it's all Greek to me. I can enumerate the services, but at this time, i can't send a string to the dongle :confused:. If someone have the solution ? ???
 
Last edited:
Upvote 0
Top