12-17-2007 09:50 PM
12-17-2007 11:53 PM
11-03-2008 07:35 PM
Although keys of the keyboard are more than 104 keys( on the left-up part of the keyboard, there're about 10 keys, include email, search, vol+, vol-, net...etc hotkeys) , they're still be able to used when the keyboard is pluged, and don't need any driver.
I tried to find the driver of the keyboard, I found it's in
c:\windows\system32\drivers\kbdclass.sys
c:\windows\system32\drivers\kbdhid.sys
It seems like it's a standard driver, and don't need any other driver. Why? how can I get all the keycodes on the keyboard?
11-03-2008 07:58 PM - edited 11-03-2008 07:59 PM
11-03-2008 08:00 PM
I see. About this question, anyone can give me any help?
11-05-2008 01:12 AM
Maybe that is the limitation of Acquire Input Data.vi.The vi can't identify the Unformal key.
You can try to use Event structure and set to listen "key down" event.
There are two terminals VKey, ScanCode will sent out the information when you press key.
There are two pictures in attached file, 2.jpg will show you the detail.
Good luck.