You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serial barcode scanner support would allow teams to worry a little less about the input textbox losing focus. Additionally, if you add the ability to send a custom serial command on data received (when the loading symbol shows up) and successful check-in/out, those of us with barcode scanner obsessions can tell our barcode scanners to enable/disable and make fancy beeps.
The text was updated successfully, but these errors were encountered:
I do support standard text barcode scanners. Just enable handsfreemode in the config file and itll autorefocus the textbox and skip over the confirmation popups.
Per further research, this isn't actually trivial and will require hardware specific APIs for each platform. I'll leave this issue open but I do not plan to personally tackle it.
Each OS has a different API for it's serial interface
Some scanners expect different COM data
Some scanners require initialization before it will begin scanning
Large numbers of serial scanner support HID keyboard mode. This can be done as a workaround.
Serial barcode scanner support would allow teams to worry a little less about the input textbox losing focus. Additionally, if you add the ability to send a custom serial command on data received (when the loading symbol shows up) and successful check-in/out, those of us with barcode scanner obsessions can tell our barcode scanners to enable/disable and make fancy beeps.
The text was updated successfully, but these errors were encountered: