status = nx_tcp_client_socket_connect(&socket_echo, SERVER_IP_ADDRESS, 7, NX_WAIT_FOREVER); why the status is 56 (0x38) when the function returns? I can not connect to the server
↧