大约有 2,800 项符合查询结果(耗时:0.0112秒) [XML]
Modbus硬件控制03——485串口助手控制继电器 - 创客硬件开发 - 清泛IT社区...
本帖最后由 mzb2012 于 2025-08-28 21:58 编辑
1.软件准备485串口调试助手,它集成485调试功能,自带CRC校验,非常易于使用。
2.硬件连接
通过USB转485接入PC
3.测试步骤
发送字符串,一共两条指令
第一条是闭合继电器
第二...
mqtt协议一般最大支持订阅几个主题? - 创客硬件开发 - 清泛IT社区,为创新赋能!
... MQTT代理(Broker)的限制(最关键)不同的MQTT代理服务器软件有不同的默认配置和最大限制。EMQX: 这是一个高性能、分布式的开源Broker。其默认配置通常允许单个客户端订阅无限个主题(理论上受限于内存和CPU)。但在生产环...
如何实现循环振动、循环播放音效 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
在计时软件中设置了播放按钮、停止按钮,使用了音效组件调取上传的音效文件,同时使用了音效组件振动,设置了音效振动毫秒数,但是每次计时结束后播放时的音效只是一次性的,请问如何实现在没有点击停止按钮的情况下...
下拉框扩展 - App应用开发 - 清泛IT社区,为创新赋能!
软件自带的下拉框,太简单了,想请问下,有没有相应的扩展,可以方便的修改下拉框的颜色,字体,外形这些?
关于阿里云传输数据问题 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
... anticipation 于 2026-01-04 21:54 编辑
连接阿里云平台时,在软件程序设计中的有关主题发布的消息栏中要直接填写要发送的内容,还是有要阿里云特定的JSON格式?
遇到的问题:平台没反应
求解:
哪里出问题...
How to do a https request with bad certificate?
...ultTransport.(*http.Transport).TLSClientConfig = &tls.Config{InsecureSkipVerify: true}
_, err := http.Get("https://golang.org/")
if err != nil {
fmt.Println(err)
}
}
You can disable security check for a client:
package main
import (
"fmt"
"net/http"
"crypto/tl...
HTTP headers in Websockets client API
... field can be specified.
Longer answer:
There is no method in the JavaScript WebSockets API for specifying additional headers for the client/browser to send. The HTTP path ("GET /xyz") and protocol header ("Sec-WebSocket-Protocol") can be specified in the WebSocket constructor.
The Sec-WebSocket-...
Can you explain the HttpURLConnection connection process?
...ouse to say "Hey, is it okay if I come over and borrow that pair of vice grips?" and your friend establishes the handshake by saying, "Sure! Come and get it". Then, at that point, the connection is made, you walk to your friend's house, knock on the door, request the vice grips, and walk back to you...
13 种激励程序员的方法 - 创意 - 清泛网 - 专注C/C++及内核技术
...化比让他们必须在办公室工作更能体现他们的价值。如今软件开发的一个好处是,当今技术允许我们在任何地方工作。如果他们可以在任何地方工作,他们更有可能在办公时间之外的时间来做这些事情,不是因为他们必须这么做...
XAMPP, Apache - Error: Apache shutdown unexpectedly
... below and change it into this one:
#Change this to Listen on specific IP addresses as shown below
#to prevent Apache from glomming onto all bound IP addresses.
#Listen 0.0.0.0:80
#Listen [::]:80
Listen 80
# Dynamic Shared Object (DSO) Support
Save it (Ctrl + S)
After tha...
