look-up a mounting point of an USB device

Hi all,

I'm developing a short c++ program to scan all devices connected to the system through the USB connections.

I have used libusb to scan them and it really works but this library does not provide me with the mounting point, so I get a list of devices including manufacturer, serial number, etc but not the mounting point.

I have also used libudev library but it seems to happen something similar...

I need to get the mounting point for all USB devices connected to the board, you know: /dev/ttyUSB0 ....


Thanks in advance.

Sel.
This topic should be placed in UNUX/Linux programming...

...I am not enough skilled to help you, however I find this page, googling

http://www.signal11.us/oss/udev/

I hope it will be helpful
Topic archived. No new replies allowed.