From: webphone on 14 Jan 2010 19:51 I need to write a receiver driver installed on windows to listen wifi or bluetooth mouse and keyboard. For the communication between PC and devices, I searched http://www.btframework.com/wcl.htm (I am not sure whether there are other alternatives). However, I cannot search the receiver driver. It is supposed that the machine has built in bluetooth and 802.11b Where can I buy or download the source and how to integrate with WCL? I found http://www.synaptics.com/developers/manuals Does it has other manufacturer like synaptics has developer manual?
From: Tim Roberts on 15 Jan 2010 00:44 webphone <webphone(a)discussions.microsoft.com> wrote: > >I need to write a receiver driver installed on windows to listen wifi or >bluetooth mouse and keyboard. Wireless mice and keyboards do not use wifi. What are you REALLY trying to accomplish? You can write a HID filter driver to catch keyboard and mouse messages, but you can't intercept the traffic at a low-level. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
|
Pages: 1 Prev: Help, NDIS BSOD Next: How to uniquely identify a USB-HID device ? |