Re: How can I read/write data from HID device in user mode?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



look at all the functions exported from hid.dll. start here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Hid_r/hh/HID_r/hidfunc_61242b6f-b794-48c7-84b8-ef8d0d4e69af.xml.asp?frame=true
and then read the rest of the topics

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"reggie" <reggie@xxxxxxxxxxxxx> wrote in message
news:1144631652.870015.48040@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm developing an application in winXP without private driver. I would
like to read/write my HID device(USB skype phone) from interrupt
endpoint with vendor command. How can I do? Any function I
can use, when I get the device handle.



.



Relevant Pages

  • Re: Interesting KMDF Gotcha
    ... Please do not send e-mail directly to this alias. ... accepts a bunch of commands. ... case is that I got an interrupt while I was waiting. ... "never block with a spinlock held" rule. ...
    (microsoft.public.development.device.drivers)
  • Re: Device Initialization after EvtInterruptEnable
    ... get to DIRQL level. ... even if you are synchronizing against ... the interrupt in that routine. ... Please do not send e-mail directly to this alias. ...
    (microsoft.public.development.device.drivers)
  • Re: Basic ISR question
    ... because the interrupt is not being cleared. ... The read port function is called in the same way in other pieces in my code, ... Best regards, ... > Please do not send e-mail directly to this alias. ...
    (microsoft.public.development.device.drivers)
  • Re: Q about sending 10k of data to USB device.
    ... And I did the initialization for the setup packet. ... Please do not send e-mail directly to this alias. ... WdfUsbTargetPipeFormatRequestForWrite + WdfRequestSend). ... to send an URB that contains a vendor command after I fill up the urb ...
    (microsoft.public.development.device.drivers)
  • Re: Q about sending 10k of data to USB device.
    ... did you initialize the setup packet using the INITroutine? ... Please do not send e-mail directly to this alias. ... WdfUsbTargetPipeFormatRequestForWrite + WdfRequestSend). ... to send an URB that contains a vendor command after I fill up the urb ...
    (microsoft.public.development.device.drivers)