您好!
我有一个 cc3100。 如果我正在侦听端口80、函数 sl_listen 返回错误-22、端口8080运行良好。 设备处于接入点模式。
有人可以解决这个问题吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
您好!
可通过调用 API sl_NetAppStop (sl_NET_APP_HTTP_SERVER_ID)来停用内部 http 服务器; 需要针对每种模式(AP 与 STA)分别停用此配置。 可以通过 API sl_NetAppSet (sl_NET_APP_HTTP_SERVER_ID、NetApp_Set_GET_HTTP_OPT_PORT_NUMBER、...)更改 http 服务器的端口。
1月