Hi
I'm a student from Brazil, doing a project with Matlab and X-Plane 11.
I'm trying to communicate X-Plane and Matlab, using UDP. So far I have been able to receive the data. But I could not send it. I send but X-Plane does not recognize the command and does not change the values.
I need to send 8 - Joystick Aileron/Elevator/Rudder.
-> received data:
44 41 54 41 2A 08 00 00 00 00 81 80 3B 00 81 80 3B 00 81 80 3B 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4 11 00 00 00 58 DE CF 3F 79 4D A2 3F F1 68 91 43 AA E3 9C 43 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4
-> sent data
44 41 54 41 30 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4 00 C0 79 C4
I used a UDP test program to check these values.
Log: Log file
Network configuration: network_configuration1 network_configuration2
Thanks