求MegaPi FirmWare串口命令格式解析-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 4884|回复: 1

求MegaPi FirmWare串口命令格式解析

[复制链接]
发表于 2016-7-8 14:14 | 显示全部楼层 |阅读模式
最近开始研究拿到手上的MegaPi的使用方法。

试用给我的第一感觉是比入门级Arduino板卡的Pin口数量多得多,相当专业。也让我无法入手。打开Mega Firmware例程查看。里面传感器和电机的驱动代码都包含了。

我初步确定这些模块功能调用应该由这个函数:

[mw_shl_code=c,true]/**
* \par Function
*    parseData
* \par Description
*    This function use to process the data from the serial port,
*    call the different treatment according to its action.
*    ff 55 len idx action device port  slot  data a
*    0  1  2   3   4      5      6     7     8
* \param[in]
*    None
* \par Output
*    None
* \return
*    None
* \par Others
*    None
*/
void parseData(void)[/mw_shl_code]

   ff 55 len idx action device port  slot  data a
   0  1  2   3   4      5      6     7     8
这个数据格式有没有更详细的说明?怎么用大家来讨论下。

发表于 2016-7-8 16:28 来自手机 | 显示全部楼层
现在我先打开MegaPiOnBoardStepperTest例程进行学习。和插上电源,步进电机是能够运转的,运行得很不错。噪音和颤动很低,接线方便。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 07:27 , Processed in 0.155342 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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