Skip to content

keikkang/Nuvoton_M487_HID_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lwip HID Server

Index

System Preview

image

Description

  • This S/W acts as a TCP/IP HID server.
  • Allows the user to directly control the usb-level hardware input, not the SYSTEM API-level, using TCP/IP packets.
  • It can be used as a bypass bank security program or game guard.

Sequence

image

  • The two tasks work separately (USB/Lwip)
  • If command occur transferring data through the queue
  • The semaphore ensures that each task is carried out

Enviorment

  • Hardware : Nuvoton-IoT M487
  • Middleware : Lwip, FreeRTOS
  • IDE : ARM Keil uvision 5.36.0.0
  • USB : HID (class 1.1)

Client Command

  • Client command consists of three parameters
  • 'inputkey' + 'delaytime' + "command dir'
  • For example "A9_COMMAND" means "A" for "900ms"

Reference

About

This project acts as a TCP/IP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published