Detecting attached USB devices under Mac OSX

janosrusiczki picture janosrusiczki · Dec 5, 2009 · Viewed 40.4k times · Source

First of all a statement: I'm a newbie when it comes to programming for the Mac. However I have an assignment which requires USB communication with a device so I thought I'll start with something basic.

I took the code from here, built it and ran it from the Terminal. It starts up and writes:

Looking for devices matching vendor ID=1351 and product ID=8193.

Starting run loop.

However after this, if I plug in and out USB devices (I tried: iPod, GPS, mouse) nothing gets written on the screen, although as much as I understand there should be whenever I connect and disconnect a device.

What am I doing wrong?

Thanks in advance.

Answer

Niko picture Niko · Sep 29, 2010

You can also use system_profiler SPUSBDataType on a terminal