Skip to content

Commit 39619cd

Browse files
authored
README to start nintan - a draft version
1 parent 444aaed commit 39619cd

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

nintan/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Start IntanRHX in one window
2+
3+
````
4+
$ Downloads/IntanRHX/IntanRHX
5+
````
6+
7+
In order to run this example script successfully, the Intan RHX software should first be started, and through Network -> Remote TCP Control:
8+
9+
Command Output should open a connection at 127.0.0.1, Port 5000. Status should read "Pending"
10+
11+
Waveform Output (in the Data Output tab) should open a connection at 127.0.0.1, Port 5001.
12+
Status should read "Pending" for the Waveform Port (Spike Port is unused for this example, and can be left disconnected)
13+
14+
# Run RHXReadWaveformData.py in another window
15+
16+
This will eventually be replaced by the step to start _concore._
17+
18+
````
19+
$ cd ~/concore/
20+
$ python3 RHXReadWaveformData.py
21+
````

0 commit comments

Comments
 (0)