[WIZ1xxSR] 10048 runtime error occurs when running Configuration Tool

When running the WIZ1xxSR Configuration Tool, 10048 runtime error occurs sometimes.

This occurs when the port used by the Config tool is already in use by the system.

WIZ1xxSR Configuration Tool uses port 5001 by default. Refer to the below link for details.

To solve the problem, find the process using the port and terminate it.

After launching the command prompt, enter the following command.

# Check program PID using port 5001
cmd> netstat -ano | findstr ":5001"

# Terminate process
cmd> tasklist /FI "PID eq xxxx"