Discussion:
[libhid-discuss] libhid in n800??
André Fragoso Gama
2010-04-27 17:18:54 UTC
Permalink
Hello, I am studying libhid, I would use it on a project in my hight school,
I intend to use a device n800 (maemo) to simulate a mouse bluetooth, thereby
controlling a PC remotely, it would be possible to show me an example in c +
+ similar to my project so I can analyze it??

I appreciate the help.

Andr? Fragoso Gama

manaus-Brasil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/libhid-discuss/attachments/20100427/bda4b884/attachment.htm>
Peter Stuge
2010-04-27 17:54:25 UTC
Permalink
Hi Andr?,
Post by André Fragoso Gama
Hello, I am studying libhid, I would use it on a project in my hight school,
I intend to use a device n800 (maemo) to simulate a mouse bluetooth, thereby
controlling a PC remotely, it would be possible to show me an example in c +
+ similar to my project so I can analyze it??
I'm afraid not. libhid is only for running on the PC, in order to
communicate with HID class devices that make heavy use of usage
paths and reports. libhid is not useful to implement an actual HID
class device.

Also note, that mixing bluetooth into the problem makes it much more
complicated. libhid is only relevant for USB cable connections.


I hope this helps you forward somehow

//Peter

Loading...