Re: USB HID
- From: "Saga" <antiSpam@xxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 13:28:44 -0600
What you are trying to do is seperate the two devices so that the
keyboard is processed normally while the other device is processed
independently, perhaps more like a serial device. This way you can
programmatically process whatever comes from this other device
instead of having it look as though the user typed in something.
Although writing its own driver does solve this issue, doing so is
a project in itself. Before looking into this option I would evaluate
costs for other options, like:
a. Checking with the device manufaturer to see whether the device
is programmable and a certain behavior can be assigned to it (ie, make
it look like a serial port, not a keyboard).
b. Considering costs, get another device that will satisfy this need.
c. Redesign UI to handle KB emulating device.
I agree in that you need certain considerations when designing a UI
that allows a secondary input device (scanner, barcode reader, etc.)
so that it won't wreak havoc with the user and option c in my opinion
is the least desirable, but even even less desirable is the option whose
cost is prohibitive (time, money, resources, etc).
Best regards!
Saga
"JoeBananas" <SomeGuy@xxxxxxxxxx> wrote in message
news:mojft1ds8m1qjma2ik3f4v2giapcj2lnt9@xxxxxxxxxx
> Can someone point me in a good direction for writting a driver in my
> VB app to handle a USB HID device. Right now the data from the device
> is read into the system as keyboard data but I need to be able to read
> the incoming data independantly of the keyboard.
>
> - Thanks
.
- References:
- USB HID
- From: JoeBananas
- USB HID
- Prev by Date: Installing VB6 side-by-side other VS prods
- Next by Date: Re: Interfacing question
- Previous by thread: Re: USB HID
- Next by thread: New user need help changing first day of week
- Index(es):
Relevant Pages
|
Loading