Main Content

TCP/IP Socket Ports

When you specify a TCP/IP socket port, choose an available port or service name (alias). If you are uncertain what port is available, usehdldaemon('socket', 0)to get an available port. If you choose a port that is already in use, you will get an error message.

When you set up communication between computers, you must specify the host name as well as the port name on the client side.

Examples:

 4449  matlabservice : compa:4449 @ matlabservice@123.34.55.23

Note that TCP/IP port filtering on either the client or server side can cause the HDL Verifier™ interface to fail to make a connection. If you get an error, remove filtering (see OS user guide), or try a different port.