Registered since 2010,
Self-developed products+Manufacture+Sales
KMtester is a test module that detects the keystrokes of the USB keyboard. It has two modes: serial port and HID printing.
Down.
0x01 -> volume down
0x02->Volume Plus
0x03 -> mute
0x04 -> play/pause
0x05->Previous song
0x06->next song
0x07 -> stop
0x08 -> open the player
0x09 -> open home page
0x0a -> Interrupted loading web page
0x0b -> go back to the last web page viewed
0x0c -> go back to the next page viewed
0x0d -> refresh webpage
0x0e -> open my computer
0x0f -> open mail
0x10 -> open calculator
0x11 -> Open search file window
//
fun_code: function key code, each function occupies one bit, the functions are as follows
#define L_CTRL 0x01
#define L_SHIFT 0x02
#define L_ALT 0x04
#define L_WIN 0x08
#define R_CTRL 0x10
#define R_SHIFT 0x20
#define R_ALT 0x40
#define R_WIN 0x80
key_code[15]: Each key occupies one bit, starting from the A key of the key code, refer to the following table
For example, key_code[0]=01 means A key is pressed, key_code[0]=0 means B key is pressed, key_code[0]=03 means A and B keys are pressed at the same time,
#define Keyboard_a 4 // Keyboard a and A
#define Keyboard_b 5 // Keyboard b and B
#define Keyboard_c 6 // Keyboard c and C
#define Keyboard_d 7 // Keyboard d and D
#define Keyboard_e 8 // Keyboard e and E
Company location:4/F, Building C (South),Zhongliantongtai Industrial Area, NO.271 Liangbai Road, Liangantian Community, Pinghu Street, Longgang District, Shenzhen, Guangdong Province, China
Contact number:+86 18929313825
Email:sales@pcsensor.com
Shenzhen RDING TECH CO ., LIMITED
HONG KONG RDING TECH CO ., LIMITED
Copyright @ 2008 - 2024