Serial API
Serial Commands
Connection - Baud rate, nr/vid settings
Mouse and Keyboard commands
AT+BLEKEYBOARDCODE=KeyboardCode
Byte 0: Keyboard modifier bits (SHIFT, ALT, CTRL etc)
Byte 1: reserved
Byte 2-7: Up to six keyboard usage indexes representing the keys that are
currently "pressed".
Order is not important, a key is either pressed (present in the
buffer) or not pressed.AT+BLEHIDMOUSEMOVE=MouseMoveX,MouseMoveY,0,0
AT+BLEHIDMOUSEBUTTON=MouseButton
Connection commands
AT+BLEADDNEWDEVICE
AT+BLEREMOVEDEVICE="DEVICE_NAME"
AT+BLECURRENTDEVICENAME
AT+SWITCHCONN
AT+PRINTDEVLIST
AT+BLEMAXDEVLISTSIZE=NUMBER
AT+GETMODE
AT+SWITCHMODE
Last updated