About | Features | Technologies | Requirements | Starting | License | Author
The ch9329 chip driver, implemented using pure Rust, is a chip that can convert serial port data into USB HID devices (keyboard, mouse, custom HID), supporting multiple working modes and communication parameters. This chip can be used in different application scenarios, such as remote wake-up of computers, simple data transmission, multimedia keyboards, etc.
✔️ Feature 1;
✔️ Feature 2;
✔️ Feature 3;
The following tools were used in this project:
Before starting 🏁, you need to have Rust installed.
# Clone this project
$ git clone https://github.com/xsxz01/ch9329_driver_rs
# Access
$ cd ch9329_driver_rs
# Build project
$ cargo build
# Run the project
$ cargo run
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Pang