Skip to content
Snippets Groups Projects
Commit 8bb56f0e authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Update ReadMe.md

parent 765d6518
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,17 @@ This is a driver library for a [USB-I2C adapter](https://acroname.com/products/D ...@@ -17,6 +17,17 @@ This is a driver library for a [USB-I2C adapter](https://acroname.com/products/D
``` sudo apt update && sudo apt install iri-usb-i2c-adapter-dev ``` ``` sudo apt update && sudo apt install iri-usb-i2c-adapter-dev ```
## Important information
To use this driver is necessary to unload the *ftdi_sio* module, so the device is detected as a serial-usb device.
This can be achieved with the following command
```sudo rmmod ftdi_sio```
or executing the following script:
```unbind_ftdi_udev.sh -s <serial_number>```
## Disclaimer ## Disclaimer
Copyright (C) 2009-2019 Institut de Robòtica i Informàtica Industrial, CSIC-UPC. Copyright (C) 2009-2019 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment