Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
DonMcCoy5657yBut how did you do it with Ms word and excel only!
I'm pretty sure you need powerpoint too to make it. -
All the scanners I've used simply send keyboard signals. I didn't realize you can even separate them out from keyboard input.
-
Python55587y@configurator You can usually set them to a HID-unit so it sends packets of data instead. That was also a tricky part since they all used different formats depending on which brand you used.
-
Then they had a huge crowd turnout at an even and plugged two scanners in to handle the throughput and suddenly you were the hero! ππΌπ
-
Python55587y@badcopnodonuts If they only knew it wasn't a feature in the first place. That's the harsh part about being developer, nobody praises you for something they expect to work in the first place.
Related Rants
I accidentally created a bug that became an amazing feature at my last job.
It was for a program to read barcode tickets (we created software and web solutions for events), and to register the barcode sacnners to the computer I had to do some magic with USB-detection since it was not specified which brand the scanners would be (so no SDK would be available).
When the scanner was plugged in it would create its own thread so it wouldn't interfere with the UI of the program when it was reading/sending data.
Somehow I messed up with the thread termination for new scanners so it would accept to connect more than one scanner and it would work flawless since it was its own thread in the program.
When I tried to think out a solution for multiple scanners when planning it I got a headache and thought that's something for later. Turned out alright in the end apparently.
undefined
bug
feature