rt thread 使用freemodbus TCP记录

1.modbus tcp主机一般作为tcp客户端,从机作为tcp服务器。

modbus tcp服务器的端口号默认是502,端口号定义在porttcp.c文件里。

rt thread 使用freemodbus TCP记录_第1张图片

 客户端连接成功事件在porttcp.c文件里的tcpserver_event_notify函数里。

rt thread 使用freemodbus TCP记录_第2张图片

 TCP服务器接收到的socket原始数据在porttcp.c文件里的tcpserver_event_notify函数里。

查看方法如下:

rt thread 使用freemodbus TCP记录_第3张图片

 

 

你可能感兴趣的:(单片机开发,tcp/ip,modbus,tcp,rt,thread)