qr973440230 / UART2HID

Emulating standard USB HID devices and controlling them via UART.

Home Page:https://github.com/AIxG/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The AIxG UART2HID emulates standard USB HID devices (including a keyboard, a relative mouse and an absolute mouse) and controls these devices via UART. It can be used in game assistance system, automation control system and data acquisition system.

UART2HID

The HID and the UART can be plugged into one computer or two different computers.

Demo 1: Overwatch

Used with object detection algorithm. (headshot x 3)

overwatch

Demo 2: QQ Dance

Used with image recognition algorithm. (score is much higher than other players)

QQ Dance

Demo 3: The king of fighters 14

Records a combo move and maps it to one key.

KOF14

About

Emulating standard USB HID devices and controlling them via UART.

https://github.com/AIxG/

License:Apache License 2.0


Languages

Language:C++ 84.5%Language:C 15.5%