Using serial monitor to talk with multiwii 2.2

This forum is dedicated to all issues and questions related to your individual setups and configurations
Post Reply
stolken
Posts: 4
Joined: Sat Apr 06, 2013 10:32 pm

Using serial monitor to talk with multiwii 2.2

Post 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) ?

Alexinparis
Posts: 1630
Joined: Wed Jan 19, 2011 9:07 pm

Re: Using serial monitor to talk with multiwii 2.2

Post 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.

Post Reply