# libusb_tools **Repository Path**: arte/libusb_tools ## Basic Information - **Project Name**: libusb_tools - **Description**: use libusb library to make a tools for linux or android application - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libusb_tools #### Description use libusb library to make a tools for linux or android application #### Installation Libusb Implementation notes ---------------------------- For the libusb implementation, libusb-1.0 must be installed. Libusb 1.0 is different than the legacy libusb 0.1 which is installed on many systems. To install libusb-1.0 on Ubuntu and other Debian-based systems, run: sudo apt-get install libusb-1.0-0-dev #### Build 1. just run make #### Operation 1. sudo ./hidtest vid pid ``` sudo ./hidtest 4310 45062 ```