野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 26746|回复: 0

串口2发送数组与串口调试助手显示的数据不对

[复制链接]
发表于 2021-4-23 15:04:09 | 显示全部楼层 |阅读模式
uint8_t CmdArray[5][8] = {{0x01, 0x06, 0x00, 0x25, 0x00, 0x01, 0x59, 0xc1},//将控制器指令来源设置为RS485
                                                 {0x01, 0x06, 0x00, 0x22, 0x00, 0x01, 0xe8, 0x00},//启动电机
                                                 {0x01, 0x06, 0x00, 0x06, 0x0b, 0xb8, 0x6e, 0x89},//更改转速
                                                 {0x01, 0x06, 0x00, 0x23, 0x00, 0x01, 0xb9, 0xc0},//改变转向
                                                 {0x01, 0x06, 0x00, 0x22, 0x00, 0x00, 0x29, 0xc0}};//停止电机
int main(void)
{
        USART2_Config();
       
        //Usart_SendByte(DEBUG_USARTx, 00);
        //Usart_SendByte(DEBUG_USARTx, 00);
        //Usart_SendByte(DEBUG_USARTx, 00);
        //Usart_SendByte(DEBUG_USARTx, 00);
       
        Usart_SendArray(DEBUG_USARTx, CmdArray[0], 8);
       
        //Usart_SendArray(DEBUG_USARTx, CmdArray[1], 8);
       
        while(1)
        {
               
        }                               
} 野火论坛202104231503041596..png 如图所示 函数为例程

野火论坛202104231502557904..png
野火论坛202104231501579237..png
野火论坛202104231501518788..png
野火论坛202104231501323202..png
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2024-11-24 06:26 , Processed in 0.060437 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表