2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MacのターミナルでUSBを再認識させる

Posted at

MacBookPro(OSX10.14)でUSB抜き差しを行わずArduinoを再認識させたかった

USB Proberをインストールする

USB Proberとは

USB Proberは、USBの情報を見たり操作したりできる便利なツール

!!注意!!
下記でダウンロードしたIOUSBFamilyのインストーラを動かすとUSBドライバ全体がバージョンダウンされ、
USB系列のデバイスが全て動かなくなります。インストールは慎重に

手順

  1. Apple DevelopersからIOUSBFamilyをダウンロードする
  2. iousbfamilyxxx.x.xxx.dmgをマウントする
  3. IOUSBFamilyxxx.x.x.pkgを右クリック -> [パッケージ内容を表示]を選択
  4. Contents/Archive.pax.gzを解凍
  5. USB Proberは解凍したArchiveフォルダの DevTools/Hardware の中にある

使い方

USB Proberはアプリケーションを普通に開くとUSBの情報が見られる
USBデバイスを再認識させるにはUSB Prober.app内にあるreenumerateを使う

reenumerateではUSBのVendorIdとProductIdを指定する

$ USB\ Prober.app/Contents/Resources/reenumerate -v 0x2A03,0x0043

参考

https://qiita.com/urakarin/items/e4a90b25218ae0bebbb2
https://www.handy-dandy.net/archives/1540.html

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?