Search found 1 match
- Thu Jun 25, 2015 2:34 pm
- Forum: Software development
- Topic: How to get the data sending out through the serial?
- Replies: 4
- Views: 2971
How to get the data sending out through the serial?
Hello, I am learning to connect the multiwii with my own remote controller. Currently, I can use the debug mode of visual micro to set the breakpoint in the code below to see what the characters have been received from the serial port. c = SerialRead(CURRENTPORT); //in Serial.ino Is there any way to...