Skip to content

S0urceror/usb-hid

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

usb-hid

USB-HID uses low level execute-command sequences for all common USB and USB HID communication via CH376.

The CH376s has higher level commands for GET_DESCRIPTOR, SET_ADDRESS but they are limited to 64 byte packet-size. By using low-level command sequences we can read the larger descriptors that are typical for HID devices. Particulary the Logitech USB Receivers that I intend to use.

Is currently able to discover attached keyboards and mice.

This simple C/C++ program is just a tester to move this functionality to a MSX driver. Yes, this illustrious computing system from the 80's finally gets USB connectivity.

About

DISCONTINUED, moved into MSX USB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages