Calculating modbus RTU 3.5 character time

后端 未结 2 1188
名媛妹妹
名媛妹妹 2021-02-04 14:21

am new to Modbus and developing an application using Modbus RTU. I would like to know how to find out the RTU message frame separation time. In the Modbus RTU specification, It

2条回答
  •  情歌与酒
    2021-02-04 14:49

    Modbus RTU use 11-bit char, regardless using parity or not. The formula should be : 11 * 1000000 / ( baud_rate ) for one char time, this applies for baud rate <= 19200 bps. For baud rate > 19200 bps, fixed time is used, which are 1750 micro seconds for 3.5 char time, and 750 micro seconds for 1.5 char time

提交回复
热议问题