Skip to content
Snippets Groups Projects
Commit 0ff357bb authored by kpetersn's avatar kpetersn
Browse files

Added a reminder about the port argument.

parent 4524bc3b
No related branches found
No related tags found
No related merge requests found
...@@ -375,6 +375,8 @@ Options: ...@@ -375,6 +375,8 @@ Options:
#### 5.10.2 Start servery.py in a different terminal window #### 5.10.2 Start servery.py in a different terminal window
Reminder: the port argument passed to the `-p` option must match the value of `VMC_PORT` chosen in [step 5.7.2](5-Add-virtual-motors.md#572-modify-iocshvmccmd)
``` ```
$ xterm -e "${SUPPORT_DIR}/motorVMC/python/server.py -p 33333" & $ xterm -e "${SUPPORT_DIR}/motorVMC/python/server.py -p 33333" &
``` ```
......
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