I have been trying to get the Mission Planner to accept UDP and TCP/IP inputs.I keep getting a time out error on a UDP connection. I have tried various playback rates and real-time rates, but I always get a time out error.Is there anything special…
I have just completed my implementation of of using the MAVLink XML to setup decom tables to process the MAVLink 1.0 stream. In the process of checking out the decom process I noticed that Messige ID 25 is not properly populated. Looking at the…
I am in the process of converting from MAVLink 0.9 to MAVLink 1.0. I use a bit stream processing method for decomming (parsing) the MAVLink frames. I define each message that I am interested in as a spread sheet (see attached). I derived the…
I have two AMP 2.0 units. One is running MAVLink 0.9 andthe other is running MAVLink 1.0. My telemetry receivercode successfully checks the CRC16 checksum for MAVLink 0.9,but it gets errors on MAVLink 1.0 frames.Has anything changed in the CRC16…