Skip to content

Commit f4eb564

Browse files
authored
Update README.md
1 parent db26fa8 commit f4eb564

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ python GUI-MyCobot-Forward-Kinetics-controller-rev02.py
4646
# Note
4747
You need to change the device name according to your system settings.
4848
please open the GUI-MyCobot-Forward-Kinetics-controller-rev02.py and go to the line 18.
49-
you will find the follwing line.
49+
you will find the follwing code.
5050
```python
5151
device_name = 'COM6'
5252
```
53-
1. if your myCobot is connected to 'COM3' on Windows system.
53+
1. if your myCobot is connected to 'COM3' on Windows system, please change the code as shown below.
5454
```python
5555
device_name = 'COM3'
5656
```
57-
2. if your myCobot is connected to USB on Linux system.
57+
2. if your myCobot is connected to USB on Linux system, please change the code as shown below.
5858
```python
5959
device_name = '/dev/ttyusb0'
6060
```

0 commit comments

Comments
 (0)