Project

General

Profile

Trouble shooting semccd socket connection » History » Version 2

Anchi Cheng, 02/02/2016 03:34 PM

1 2 Anchi Cheng
h3. Refused socket connection for SERIALEMCCD_PORT
2 1 Anchi Cheng
3 2 Anchi Cheng
If an error of "No connection could be made because the target machine actively refused it" comes up in the above test, it could be one of the two reasons:
4
5
# blocked by firewall
6
# blocked by a still active broken attempt
7
8
h4. Blocked by Firewall
9
10
You should add this port to firewall exception port list if leaving the firewall on.
11
12
h4. Blocked by a still active broken attempt
13 1 Anchi Cheng
14
You can check active tcp port with Windows command
15
<pre>
16
netstat
17
</pre>
18
19
* In some case, you will find SERIALEMCCD or similar listed in Windows Task Manager Processing list.  If so, and that process remains after Digital Micrograph is closed, you can terminate it from Task Manager.
20
* CurrPorts is a program that can be used to check and close socket tcp connection with gui.