Re: USB HID




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


.



Relevant Pages

  • Re: eee pc -- quite usable...
    ... *real computer* unlike the amazon toy. ... Kindle does, has a real keyboard, can read many non-windows ebooks, is ... It's amazingly good value for money, costs no more ... No, it runs Linux. ...
    (rec.arts.sf.composition)
  • Re: eee pc -- quite usable...
    ... *real computer* unlike the amazon toy. ... Kindle does, has a real keyboard, can read many non-windows ebooks, is ... It's amazingly good value for money, costs no more ... looking for a cheap ultramobile writing companion to their desktop PC ...
    (rec.arts.sf.composition)
  • Re: The Ergnomic Review of Classical Technique
    ... Beach Runner wrote: ... study of my computer technique. ... We moved to the best keyboard I've ever ... I've got the Advantage Kinesis, and it costs more, but it has saved my ...
    (rec.music.classical.guitar)
  • Re: Recommended keyboards??
    ... brick and mortar stores are becoming obsolete. ... But I was concerned about the feel of the keyboard. ... mention that for a small order, the shipping costs would result in ... Of course, when you consider the cost of my time, and the driving costs, ...
    (comp.sys.ibm.pc.hardware.misc)
  • [patch 04/33] m68k: Atari keyboard and mouse support.
    ... Atari keyboard and mouse support. ... +static void atakeyb_rep; ... To compile this driver as a module, ...
    (Linux-Kernel)

Loading