Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PyUSBの動作を続行できません。私は今一週間立ち往生しています。どうすれば続行できますか?
一見すると、PyUSB のドキュメントがまったくないように見えます。しかし、そうではありません。
Python プロンプトから、次のことができます。
>>> import usb >>> help(usb)
そして、ドキュメントがあることがわかりました!
>>> help(usb.core)
かなり役に立ちました。それは非常に簡単に思えます。