@@ -17,14 +17,14 @@ The first one is for submillimeter precision is 2, first 3 digits are the coordi
```console
netstat -tulnap
```
Then, find the PID number of python program that has the IP number “192.168.101.253”. E.g., it is 2571/python : [Instructions1.png](./COSI-Measure/External_Control_Scripts/Instructions1.png). Type
Then, find the PID number of python program that has the IP number “192.168.101.253”. E.g., it is 2571/python : [Instructions1.png](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions1.jpg). Type
```console
gdb -p PORTNUMBER #(e.g., gdb -p 2571)
#This will attach to the process and open GDB server. Type:
call close()
quit
```
If you see ($1=0). Then, it should be successfull. [Instructions2.png](./COSI-Measure/External_Control_Scripts/Instructions2.png)
If you see ($1=0). Then, it should be successfull. [Instructions2.png](./COSI-Measure/External_Control_Scripts/Conn_Reset_Instructions2.jpg.png)
“OK” command can be sent for a connection check. COSI Measure will respond with an “ok” message if the connection is established.