Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
Modbus
ModbusRTU协议栈漏发送最后一个字节
发布于 2017-09-27 16:56:25 浏览:2820
订阅该版
线程代码: ```static void rt_thread_entry3(void* parameter) { eMBErrorCode err; err = eMBInit(MB_RTU, 0x01, 1,115200, MB_PAR_NONE ); if(MB_ENOERR != err){ rt_kprintf("eMBInit fail... "); goto suspend; } eMBEnable(); while (1) { err = eMBPoll(); if(MB_ENOERR != err){ rt_kprintf("eMBPoll states error... "); goto suspend; } } suspend: rt_thread_suspend(rt_thread_self()); } ``` ```finsh/>: | / - RT - Thread Operating System / | 2.1.0 build Sep 27 2017 2006 - 2016 Copyright by rt-thread team 0, 0x00000000 finsh >list_thread() thread pri status sp stack size max used left tick error -------- ---- ------- ---------- ---------- ---------- ---------- --- tshell 0x14 ready 0x0000008c 0x00000800 0x000001b0 0x00000005 000 slave trans 0x0a suspend 0x000000a8 0x00000200 0x000000a8 0x00000005 000 tidle 0x1f ready 0x00000058 0x00000400 0x00000058 0x0000000f 000 mb 0x05 suspend 0x000000c0 0x00000400 0x00000124 0x00000003 000 op 0x0b suspend 0x00000088 0x00000400 0x0000014c 0x00000005 000 led 0x19 suspend 0x00000078 0x00000100 0x00000078 0x00000005 000 0, 0x00000000 finsh >list_timer() timer periodic timeout flag -------- ---------- ---------- ----------- tshell 0x00000000 0x00000000 deactivated slave timer 0x00000001 0x00000002 deactivated slave trans 0x00000000 0x00000000 deactivated tidle 0x00000000 0x00000000 deactivated mb 0x00000000 0x00000000 deactivated op 0x00000032 0x000a8658 activated led 0x000000fa 0x000a865b activated current tick:0x000a865b 0, 0x00000000 finsh >list_device() device type ref count -------- -------------------- ---------- tm16xx Character Device 0 timer0 Timer Device 0 spi30 SPI Device 0 spi3 SPI Bus 0 spi10 SPI Device 0 spi1 SPI Bus 0 pin Miscellaneous Device 0 uart1 Character Device 2 0, 0x00000000 finsh >list_mutex() mutex owner hold suspend thread -------- -------- ---- -------------- spi10 (NULL) 0000 0 spi3 (NULL) 0000 0 spi1 (NULL) 0000 0 0, 0x00000000 finsh >list_event() event set suspend thread -------- ---------- -------------- slave event 0x00000000 001:mb slave event 0x00000000 001:slave trans 0, 0x00000000 finsh >``` 运行结果: ```000252-Tx:01 03 00 00 00 01 84 0A 000253-Rx:01 03 00 00 00 01 84 000254-Tx:01 03 00 00 00 01 84 0A 000255-Rx:01 03 00 00 00 01 84 000256-Tx:01 03 00 00 00 01 84 0A 000257-Rx:01 03 00 00 00 01 84 000258-Tx:01 03 00 00 00 01 84 0A 000259-Rx:01 03 00 00 00 01 84 000260-Tx:01 03 00 00 00 01 84 0A 000261-Rx:01 03 00 00 00 01 84``` 一些疑问: 是否跟使用UART1做为CONSOLE有关? 只有一个外端子RS232接口,有没有好方法用一个接口,实现多种功能,且不互相干扰呢?
查看更多
5
个回答
默认排序
按发布时间排序
aozima
2017-09-27
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考。
用485? 检查一下是否往DR写完数据就直接切了方向? 此时最后一字节才刚开始发送第一个位。 所以驱动里面要等TC(发送完成)才能切方向, 你可以看下有些BSP的更新。
songshiqun2010
2017-09-27
这家伙很懒,什么也没写!
用的232。
jeffwei
2017-09-27
这家伙很懒,什么也没写!
nxp的老CPU?
songshiqun2010
2017-09-28
这家伙很懒,什么也没写!
STM32F407ZE。这个问题应该跟Finsh回显有关,我换个串口试试。
撰写答案
登录
注册新账号
关注者
0
被浏览
2.8k
关于作者
songshiqun2010
这家伙很懒,什么也没写!
提问
3
回答
4
被采纳
0
关注TA
发私信
相关问题
1
3.0 增加freemodbus,编译不过
2
RT_THREAD上面的串口MODBUSRTU为啥没功能码?
3
关于 freemodbus 里存在的一点问题分享
4
请教如何使用组件里的FreeMODBUS
5
求一个FreeModbus的从机测试程序
6
FreeModbus的从机调试说明(含测试程序)
7
rtt_freemodbus
8
freemodbus怎么配置到uart
9
FreeModeBus从机调试问题
10
FreeModbus的从机可以使用一个端口模拟多个从机吗?
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用
2
Rt-thread中OTA下载后,bootloader不搬程序
3
ulog 日志 LOG_HEX 输出时间改为本地日期时间
4
在RT-Thread Studio中构建前执行python命令
5
研究一了一段时间RTT,直接标准版上手太难,想用nano,但又舍不得组件
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
I2C_IIC
ESP8266
UART
WIZnet_W5500
ota在线升级
cubemx
PWM
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
xusiwei1236
8
个答案
2
次被采纳
踩姑娘的小蘑菇
1
个答案
2
次被采纳
用户名由3_15位
9
个答案
1
次被采纳
bernard
4
个答案
1
次被采纳
RTT_逍遥
3
个答案
1
次被采纳
本月文章贡献
聚散无由
2
篇文章
15
次点赞
catcatbing
2
篇文章
5
次点赞
Wade
2
篇文章
4
次点赞
Ghost_Girls
1
篇文章
7
次点赞
xiaorui
1
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部