site_archiver@lists.apple.com Delivered-To: Bluetooth-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AJeVy01AZiPjWcSaB5bgRoY4T0+DB1S4ceUirDUyXmE7PRTwre73BE0hnGabJz0tahq0EcgdeCr1c0CrWjZ9mCekCPlP02CpwU3xIy+xSS6PjGdP5ZXn6kvXmpGrDhvAiOAX4V0f6AzH+fAJK65jvClqOpvcvSBfMx8+8Y9AoPY= Hello, I have a question about the PacketLogger.app that comes with the developer tools. I have an MX5000 keyboard and I have paired it with my powerbook. While running PacketLogger.app, if I type the letter 'a' I get the following capture: [HIIr] HID Interrupt: [a1] Keyboard [01] Event Data [ 00 00 04 00 00 00 00 00 00 ] [HIIr] HID Interrupt: [a1] Keyboard [01] Event Data [ 00 00 00 00 00 00 00 00 00 ] but, no keystroke event shows up on screen. I have tried using one of the sample applications (hid_project) to add all the cookies to a queue to see if it is possible to see keystroke events with no luck. PacketLogger captures output for every button/key on the keyboard except the "sync" button which I assume is re-synching the keyboard with the laptop. Strange thing, some of the keys events do get through. The volume slider/mute buttons work out of the box, and I can make other buttons work by listening for the event in the hid_project sample code (ex, the digital button elementCookie is 0xf8 and the value is 440) I assumed it was a problem with the keyboard. I then had a friend try with another keyboard (I beleive it is an Apple Bluetooth keyboard but would have to confirm) and had him try packet logger with the letter 'a' as well and gets the same output. [HIIr] HID Interrupt: [a1] Keyboard [01] Event Data [ 00 00 04 00 00 00 00 00 00 ] [HIIr] HID Interrupt: [a1] Keyboard [01] Event Data [ 00 00 00 00 00 00 00 00 00 ] Am I missing something here? Is there something happening higher in the stack that is causing the MX5000 keyboard not to have events make it to the application? Any thoughts would be helpful. Thanks, Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Mike Mercier