anybody here has document about programming the pen of tablet pc?
i just cant find it using google
maybe we have some standard port to control it?
tablet pc pen
I'm assuming it would appear as a generic HID. It should work the same as a mouse, really, except that it will move instantly between points so events like mouse over won't happen unless the pen is touching the surface.
It really depends on the device, though. Get the device list in your OS of choice and see what kind of driver is controlling it.
It really depends on the device, though. Get the device list in your OS of choice and see what kind of driver is controlling it.
The cake is a lie | rackbits.com
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Wow, Who knew? It's actually standardized!Philip wrote:ucosty, do you know how to control a HID device? cause my keyboard is USB HID, and i don't know how to programme it
http://www.usb.org/developers/hidpage/
You will need to implement a usb stack and than add support for HID devices.
Alot of work, no hobby OS that i know of as such support.
Here a starting point, go here:
http://ticon.net/~tatimmer/linux.html
and get DDUSB.
Alot of work, no hobby OS that i know of as such support.
Here a starting point, go here:
http://ticon.net/~tatimmer/linux.html
and get DDUSB.