From 7156a34c307a1338587470bbc291d56811987b55 Mon Sep 17 00:00:00 2001
From: Alejandro Lopez Gestoso <alopez@iri.upc.edu>
Date: Fri, 30 Aug 2019 11:10:10 +0200
Subject: [PATCH] Update ReadMe.md

---
 ReadMe.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/ReadMe.md b/ReadMe.md
index 42b6b77..b73a7c0 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -33,6 +33,17 @@ For each device, the following operations are provided:
 
 ``` sudo apt update && sudo apt install iri-dynamixel-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  
 
 Copyright (C) 2009-2019 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
-- 
GitLab