How to get the data sending out through the serial?
Posted: Thu Jun 25, 2015 2:34 pm
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.
Is there any way to check the data sending out through the serial?
Thanks
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.
Code: Select all
c = SerialRead(CURRENTPORT); //in Serial.ino
Is there any way to check the data sending out through the serial?
Thanks