charlieh0tel / usbrelay-rs

Rust crate to talk to USB relays.
MIT License
0 stars 0 forks source link

Add support for DCTTech USB relays hardware #1

Open XVilka opened 3 months ago

XVilka commented 3 months ago

It is probably most common and cheapest USB relay on the market

It has USB VID:PID: 16c0:05df

See https://github.com/rfael/usbrelay-rs/blob/main/src/usbrelay.rs

Also see https://github.com/darrylb123/usbrelay

charlieh0tel commented 3 months ago

Please send PR.