K
K
Kizzeon2020-02-18 19:32:30
JavaScript
Kizzeon, 2020-02-18 19:32:30

How to monitor the barcode scanner on the site and display the data on site N when receiving the code?

I understand that there is software that, when receiving a barcode, data about it would appear in a certain database.
But I'm more interested in a simple implementation, independent of the admin panels, where the site constantly monitors the scanner and when it scans the product, produce js code and display N data.
How can this be done correctly? Personally, after searching among those bits of information, I found little. =(

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Alexandrov, 2020-02-18
@dos

You can try to do this on Node.js or on Electron

V
Vladimir Korotenko, 2020-02-19
@firedragon

As a rule, scanners are ordinary keyboards, the most correct option is to take a raspberry or an arduino, stick a scanner there and push scans somewhere in the cloud for iot, while the site itself knocks on IP and checks. But better describe the business process

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question