Skip to content

Commit 6987239

Browse files
committed
Merge branch 'master' of github.com:emericg/SmartServoFramework
2 parents 6196684 + 412053b commit 6987239

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ You will need a modern C++/11 capable compiler:
6767
This framework can be used with any combination of RS-232 ports, USB to TTL adapters, USB to RS-485 adapters, half or full duplex... but you'll need the right link for the right device.
6868

6969
First make sure that you can access your serial port:
70-
* If you are running Windows you will need to install the [FTDI driver for the USB2Dynamixel device](http://www.robotis.com/xe/download_en/646927). You may also need other drivers depending on your adapter (like the [CP210x](http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx), the [USB2AX driver](https://raw.githubusercontent.com/Xevel/usb2ax/master/firmware/lufa_usb2ax/USB2AX.inf), or maybe the official [FTDI driver](http://www.ftdichip.com/FTDrivers.htm)).
71-
* If you are running Linux, your will need to add your user account in the `dialout` and/or `uucp` groups in order to access serial port:
72-
> # useradd -G dialout,uucp $USER
70+
* If you are running Windows you will need to install the [FTDI driver for the USB2Dynamixel device](http://www.robotis.com/xe/download_en/646927). You may also need other drivers depending on your adapter (like the [CP210x driver](http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx), the [USB2AX driver](https://raw.githubusercontent.com/Xevel/usb2ax/master/firmware/lufa_usb2ax/USB2AX.inf), or maybe the official [FTDI driver](http://www.ftdichip.com/FTDrivers.htm)).
71+
* If you are running Linux, your will need to add your user account in the `dialout` and/or `uucp` groups in order to access serial port with this command (and root credentials): `# useradd -G dialout,uucp $USER`
7372

7473
Latency over the serial port will limit the number of instructions you can send each second even more than bandwidth limitations.
7574
To minimize traffic on your serial port:

0 commit comments

Comments
 (0)