Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the acquisition command from the control computer command line: 

$ cd ~/Documents/sampling/arduino/

$

port=ttyACM0

seqTimeSec=301

$ averageTimeSec=10
$ sudo a+rw /dev/ttyACM0  #Check which dev port the arduino is assigned - typically ttyACM0 or ttyACM2

$

seqTimeSec=300

$ averageTimeSec=10
$ sudo a+rw /dev/$port 

$ python3 

python3 ReadDataFromJimArduinoCircuit.py "/dev/ttyACM0" $seqTimeSec  $averageTimeSec