【RainbowLink USB 协议转换器】3、RS485测试
<div class='showpostmsg'><div><span style="font-size:16px;"><strong>一、说明</strong></span></div><div>对于RS485的测试,因为手上还有另外一个RS485模块,也是平时一直在用的模块,所以本次我还是将这两个RS485模块对接进行测试。实际上我手在用的这个模块用的串口芯片是CH340,和RainbowLink用的CH344Q是同一家的。</div>
<div></div>
<div>本次测试的PC端软件我这边使用Modbus Poll和Modbus Slave。前者用于模拟Modbus主机,后者用于模拟Modbus从机。因为提到RS485,工业上通常会跑Modbus协议,所以选择了这种测试方法。</div>
<div><span style="font-size:16px;"><strong>二、RS485测试</strong></span></div>
<div>Modbus配置,除了波特率以外,其它配置都按照下面的配置来做测试。</div>
<div></div>
<div>先使用RainbowLink做主机来进行测试。</div>
<ol>
<li><strong>波特率115200bps测试</strong><br />
这个显然是没有任何压力的<br />
</li>
<li><strong>波特率1000000bps测试</strong><br />
没有任何压力<br />
</li>
<li><strong>波特率2000000bps测试</strong><br />
无错误。<br />
</li>
<li><strong>波特率3000000bps测试</strong><br />
可以,无错误<br />
</li>
<li><strong>波特率4000000bps测试</strong></li>
</ol>
<div>这时候就不行了,一直是timeout的状态了。</div>
<div></div>
<div>可能极限就是3Mbps了。</div>
<div>然后我们交换以下Modbus的主从设备再做测试,这次就不从头开始测了,直接摸极限波特率。</div>
<div>直接上4M,发现是一样的timeout。</div>
<div></div>
<div>再降到3M也是可以的,说明与主从没什么关系。</div>
<div> </div>
<div><span style="font-size:16px;"><strong>三、总结</strong></span></div>
<div>经过测试,RainbowLink可能最高的RS485的速度是<strong>3Mbps</strong>多达不到4Mbps,通常情况下也不会用到这么高的速度,工业现场还是以稳定性为主,根据项目经验,工业现场波特率不会超过38400bps,至少我司的产品是这样的。</div>
<p><!--importdoc--></p>
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>
页:
[1]