UART-Communication

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
snow-man-01
Posts: 18
Joined: Mon Jul 18, 2016 9:50 am

UART-Communication

Post by snow-man-01 »

Hello,

I want to send data from Arduino Pro Mini to Multiwii with UART. I do not know how to do that. I have see in protocoll.cpp the function evaluateCommand(uint8_t c). So I think it is the right way to add a new "case MSP". But I do not know how to do that. Can anybody help me please?

snow-man-01
Posts: 18
Joined: Mon Jul 18, 2016 9:50 am

Re: UART-Communication

Post by snow-man-01 »

???

Zviki
Posts: 25
Joined: Sat May 28, 2016 7:39 pm

Post by Zviki »

Connect it to serial port. RX to TX and TX to RX. Anyway, what data? You can send/receive data through different ports/pins... There are already many projects available in the net

Sent from my SM-N910C using Tapatalk

Post Reply