Skip to content
Snippets Groups Projects
Commit 991ca962 authored by Gauthier HEISS's avatar Gauthier HEISS
Browse files

Fix screen sudo

parent 10f32439
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ On Windows, before connecting your esieabot, open the Device Manager and look at
Linux and macOS
```````````````
On Linux and macOS you need to install the "screen" tool. To find out the path to your esieabot, type the command `ls /dev/tty*` before plugging in your esieabot. Note the result of the command. Then plug in your esieabot and repeat the same command. A new device should have appeared, so make a note of its path. Next, run the command `screen /dev/ttyUSB0 9600` to open your serial terminal from your computer.
On Linux and macOS you need to install the "screen" tool. To find out the path to your esieabot, type the command ``ls /dev/tty*`` before plugging in your esieabot. Note the result of the command. Then plug in your esieabot and repeat the same command. A new device should have appeared, so make a note of its path. Next, run the command ``sudo screen /dev/ttyUSB0 9600`` to open your serial terminal from your computer.
Connect the esieabot to the esiea Wi-Fi network
-----------------------------------------------
......
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