cleanflight / cleanflight-configurator

Google chrome/chromium based configuration tool for the cleanflight firmware
GNU General Public License v3.0
337 stars 253 forks source link

Is it allowed to get the protocol of Configurator? #444

Closed cc3t closed 7 years ago

cc3t commented 7 years ago

if yes, where can i get it?

mikeller commented 7 years ago

Have a look at https://github.com/cleanflight/cleanflight/blob/master/src/main/fc/fc_msp.c .

cc3t commented 7 years ago

@mikeller Thanks for your reply, but I don't know the necessary data making Configurator work well with my code. For now I just captured these data from USB port. I'm just wondering if you guys have a more detailed protocol of it.

mikeller commented 7 years ago

That's all there is to it really, there is no more formal specification of the protocol. If anything in it is unclear, feel free to ask.

cc3t commented 7 years ago

@mikeller I see. I can continue to capture these data from USB. Thank you anyway.