Hi Matt, The port number is defined in nx_http_client.h and you can edit this line and change it. #define NX_HTTP_SERVER_PORT 80 /* Port for HTTP server */ The trick is now to prevent this file from getting overwritten by the build process by setting it's properties to read only. -Gary
↧