Trouble shooting semccd socket connection » History » Version 1
Anchi Cheng, 02/02/2016 03:23 PM
1 | 1 | Anchi Cheng | h1. Trouble shooting semccd socket connection |
---|---|---|---|
2 | |||
3 | If an error of "No connection could be made because the target machine actively refused it" comes up in the above test. |
||
4 | If not blocked by firewall, the SERIALEM_CCD_PORT specified in environment variable may be locked by a remaining previous attempt. |
||
5 | |||
6 | You can check active tcp port with Windows command |
||
7 | <pre> |
||
8 | netstat |
||
9 | </pre> |
||
10 | |||
11 | * 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. |
||
12 | * CurrPorts is a program that can be used to check and close socket tcp connection with gui. |