有一些R444A01 modbus rtu协议

Has some one R444A01 modbus rtu protocol

我正在寻找 R444A01 modbus rtu 协议的数据表之类的东西。我想实现一个工具来读取这个传感器的温度和湿度。

我唯一能找到的是这样的东西:https://www.mikrocontroller.net/attachment/376848/datenBlatt_teil2.pdf

但是为了实现该工具,我错过了有关 modbus 寄存器定义的信息,例如 Modbus 地址,哪个寄存器存储了哪些信息以及使用了多少字节。

可能有人知道关于这个传感器的一些信息。

https://www.aliexpress.com/item/33054683552.html显示R444A01 modbus RTU通讯协议。我也找不到合适的数据表。

引用来自 https://www.amazon.co.uk/Temperature-Humidity-humidity-temperature-External/dp/B078PHLR4T 的一位审稿人:

Supply voltage: DC 5-40V (recommended 6.5-28V) MODBUS RTU protocol, 03 read command, 06 write command. Serial port baud rate: 9600 (default), N, 8, 1

Temperature Register Address 0x0000 (2 bytes) Humidity Register Address 0x0001 (2 bytes) RS485 Address 0x0002 (2 bytes) Baud Rate 0x0003 (2 bytes)

Baud Rate Table : 0:1200 / 1:2400 / 2:4800 / 3:9600(default) / 4: 19200

Values returned in temperature is a SIGNED two byte value meaning that a 1 in the highest bit indicates a negative temperature. Divide by 10 (decimal) to get the actual value

Values returned in humidity is an UNSIGNED two byte value. Divide by 10 (decimal) to get the actual value