hathach 32d4b6518c move tools.md to tools/readme.md před 12 roky
..
simpleHIDwrite 1ad78f104e refractor hid device driver před 12 roky
usbtreeview 92646ebadb add UsbTreeView to tools folder před 12 roky
readme.md 32d4b6518c move tools.md to tools/readme.md před 12 roky

readme.md

Tools

This folder contain several helpful tools that will ease our USB development process. Some are small enough to be included here, some you will need to download by yourself.

USB Tree View

It is the enhanced version of Microsoft USBView and is a very handy windows application from http://www.uwe-sieber.de for viewing usb devices and their descriptors.

usb_tree_view.png

Tera Term

For most demo, UART is the default/prefer way to interact with user, thus I would recommend a decent terminal such as Tera Term. Especially host demo requires a ANSI escape supported terminal to demonstrate properly.