-
USB device
Hey,
I have a USB RFID reader. Now, it didn't come with any SDK and everytime a tag is scanned, the reader writes to any available control that is on the screen. Is there a way to intercept the reader and handle the scanning on my own?
I guess what i'm asking is if there's a way to handle usb devices.
Thanks,
-
Re: USB device
I have a USB barcode scanner that did the same thing. I just created a textbox that always had focus and did all my functions when the text of that textbox changed. It may not be exactly what you er looking for, but it worked for me. Good Luck.
-
Re: USB device
What if someone is modifying a client for example and the damn thing writes to the First Name textbox for example.
Thanks,