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) ?
Using serial monitor to talk with multiwii 2.2
-
- Posts: 1630
- Joined: Wed Jan 19, 2011 9:07 pm
Re: Using serial monitor to talk with multiwii 2.2
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.