Page 1 of 1

Using serial monitor to talk with multiwii 2.2

Posted: Wed May 01, 2013 7:16 pm
by stolken
Hi guys,
I would like to communicate through the serial port.
Does anybody got an example showing what to sent using the arduino IDE "Serial Monitor" ?
Let's say I want to get the firmware version (MSP_IDENT) ?

Re: Using serial monitor to talk with multiwii 2.2

Posted: Wed May 01, 2013 10:51 pm
by Alexinparis
stolken wrote:Hi guys,
I would like to communicate through the serial port.
Does anybody got an example showing what to sent using the arduino IDE "Serial Monitor" ?
Let's say I want to get the firmware version (MSP_IDENT) ?


It's not really possible using the IDE serial monitor as the protocol uses binary characters and most of them can't be reproduced via the IDE.