Tech Support > Microsoft Windows > Drivers > Little Driver USB
Little Driver USB
Posted by Ferro Francesco on February 29th, 2008


Hi,

I'am working with a USB capacitive table (tactile table).

(I'have the driver for this table), and the protocol communication of
the driver Table.

My goal, is write my OWN little USB driver, for "get" the Data sent by
the Table.

I have searched a lot of time, documentation for write a little USB
driver (sample code (of a usb mouse..), or good tutorial), but i have
find Nothing !!! (in the DDK, there are some code, but it's very very
compicated, for what i want to do...)

Anyone can help me to start in usb driver coding ?

In advance, thank's

Posted by Doron Holan [MSFT] on February 29th, 2008


i suggest that you look at using winusb. this will let you control
everything from the application w/out having to write a single line of
driver code. look in the 6000 wdk docs for more info

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.


"Ferro Francesco" <ferro.francesco@gmail.com> wrote in message
news:3802699a-d902-4be3-974e-88171c143177@s8g2000prg.googlegroups.com...

Posted by Tim Roberts on March 1st, 2008


Ferro Francesco <ferro.francesco@gmail.com> wrote:
I would think any USB trackpad would be built to be a USB HID device, which
would mean driver support was automatic.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.