I am using an Arduino Uno and I want to transmit data from FSi6 to FS-iA6B and read received data in an Arduino. After searching, I found the below link which is iBUStelemetry.
I am not able to make out how to get the data from this library and print it on the serial monitor.
I have hooked up receiver ground and power pins to ground and power pins of Arduino. Signal from the receiver is connected to D2.
The author has included an example, but I am not much clear how data is read and printed on the serial monitor.
Can someone please help by telling how do I read data from receiver using this library?