[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
这个数据格式有没有更详细的说明?怎么用大家来讨论下。