User's Manual

FBS100BC-SPP/HID User Guide Version 0.1 13 FBS100BC-HID Input Data
Page 22 / 28
13 FBS100BC-HID Input Data
- UART HID Report ID 1 Format (Keyboard)
Byte Value Description
0 (first byte in packet) 0x0c Length of packet in bytes (12)
1 0x00 Type of packet: Forward HID Report
2 0xa1 HID input Report Header
3 0x01 Keyboard Report ID 1
4 0x00 to 0xff Modifier Keys
5 0x00 Reserved
6 0x00 to 0xff Keycode 1
7 0x00 to 0xff Keycode 2
8 0x00 to 0xff Keycode 3
9 0x00 to 0xff Keycode 4
10 0x00 to 0xff Keycode 5
11 0x00 to 0xff Keycode 6
<Table 13-1 UART HID Report ID 1 Format>
- Modifier Keys
Bit Bit 0 Bit 1 Bit 2 Bit 3 Bit 4 Bit 5 Bit 6 Bit 7
Description LEFT
CTRL
LEFT
SHIFT
LEFT
ALT
LEFT
GUI
RIGHT
CTRL
RIGHT
SHIFT
RIGHT
ALT
RIGHT
GUI
<Table 13-2 Modifier Keys>
- Pointer Report Format (Mouse)
Byte Value Description
0 (first byte in packet) 0x08 Length of packet in bytes (8)
1 0x00 Type of packet: Forward HID Report
2 0xa1 HID input Report Header