Skip to content

nandff/findioreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findioreg

traverse IORegistryEntry tree and print properties (Mac OS X)

Example: To search USB uart bridge, whose vendor id/product id is 0x10c4/0xea60 and serial number is "SN1001" and print tty device name:

% findioreg -c IOUSBDevice -i idVendor=0x10c4 -i idProduct=0xea60 \
	-s "USB Serial Number"="SN1001" -P IOTTYDevice

-> SLAB_USBtoUART17

then you can use "/dev/cu.SLAB_USBtoUART17".

About

traverse IORegistryEntry tree and print properties (Mac OS X)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages