question about Serial communication with MSP

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
chung2552
Posts: 8
Joined: Mon Jun 30, 2014 9:49 am

question about Serial communication with MSP

Post by chung2552 »

hi
I'm trying to get datas from multiwii with MSP
I give 0x24/ 0x4d/ 0x3c/ 0x00/ 0x6c/ 0x6c, 0x0d /0x00 (HEX) ( $/M/</0/108/108, 13/0 (ascii, DEC) ) which request Attitude datas(angx, angy, heading)
According to MSP, angx, angy, heading data is all 16bits and I expect that I get 6 8bits data.
but what I get is 24/4d/3e/8/6c/(3, 0), (15, 0), (cc, ff), 0, 0/ 41. (8 8bits datas)
so why is the data length 8 ? :lol: :lol: :lol:

Post Reply