Skip to content
Snippets Groups Projects
Commit 6955c434 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

Update README.md

parent bd8073a4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ Depending on how to need to use mods you can start local servers located in <cod
set correct serial port permission (do this each time you reboot the machine): <code>chmod a+rwx /dev/ttyUSB0</code>
start serialserver in the terminal so you can see the logs as it tries to connect.
Navigate to the mods/js folder in the terminal (probably use <code>cd ~/mods/js</code>) and type: <code>node serialserver.js ::ffff:127.0.0.1 1234</code>
navigate to the mods/js folder in the terminal (probably use <code>cd ~/mods/js</code>) and type: <code>node serialserver.js ::ffff:127.0.0.1 1234</code>
check serialserver is running with: <code>ps aux | grep node</code>
......
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