@hasanhatem Read your device’s instruction manual.
Nov 14, 2022
13
Level 5
How to connect qr code scanner machine with my website laravel and react
Hello guy,
I have project, so all the users will have unique QR Code it will be generated depend on the user id
so when the user use this qr code the website will recognize him depend on the id in this qr code so know the problem is with the qr code reader, if i have this reader
this device we can use it with computer by USB
so how can i get the data from this device and send it to the website to recognize the user id .. the website will be open on the browser all the time.
i am using React Js, with laravel 9 in the backend
Thanks ☺️
Level 122
@hasanhatem just set your javascript to listen for keyboard input
https://stackoverflow.com/questions/21633537/javascript-how-to-read-a-hand-held-barcode-scanner-best
1 like
Please or to participate in this conversation.