Hello
I am doing the Arduino to MyRIO communication via UART
The transmitter is the arduino which keep sending 0x68 and the MyRIO is the receiver
The baude rate and data frame are set the same to both side.
The receiver can read out the length of the message showing 1 (on number sent only, therefore the length is also 1)
The problem is the character is not displayed (it is always 0)
I attached the code of arduino and the myRIO vi.
Is there anybody giving some solution for that?