Skip to content

Commit

Permalink
update doc to kill process properly
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinc committed Jul 9, 2018
1 parent 2389c90 commit bc40453
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,14 @@ Create your sensors, you can use the script **frequency_sensor_generator.py** to

See the `sensors <sensors.html>`_ for more information.

Don't forget: for using ardas tty, the user must be in **dialout** group !
Don't forget: for using ardas tty, the user must be in **dialout** group !

Stop the process correctly::

telnet REMOTE_IP REMOTE_PORT

then::

#KL

Don't forget to replace REMOTE_PORT by your local_port set in your settings file

0 comments on commit bc40453

Please sign in to comment.