Hi Jason,
Last time I checked the C# generator for MAVLink was operational. Michael O, correct me if I'm wrong, but you're not using that one yet?
If you're not using it, I think it would be beneficial for new users to point them to the official C# generator, because it makes maintenance a lot easier / reliable.
-Lorenz
From: Jason Gillikin<mailto:
jlg...@uncw.edu>
Sent: Wednesday, September 25, 2013 3:25 AM
To:
drones-...@googlegroups.com<mailto:
drones-...@googlegroups.com>
Subject: [drones-discuss] Mavlink packet help
I am making a GCS that implements mavlink. The language I am writing in is C#. I am creating a packet of bytes with the protocol and sending them via serial connection. So far, I can send message #21 param_list. I get a list of parameters back, but the byte order is different than the documentation found at
https://pixhawk.ethz.ch/mavlink/
according to this link, the paramID(char[16]) should come first, but it comes last over the line (and not in reverse order, so its not an Endian Issue) I have noticed other messages have the same issue.
Is there a better documentation source for the messages? I am using ArduPilot.
also, when I send other messages (such as Command_long (#76) I don't get any type of acknowlegement.
If anyone has any suggestions, please help.
Thanks again,
Jason
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
drones-discus...@googlegroups.com<mailto:
drones-discus...@googlegroups.com>.
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
drones-discus...@googlegroups.com<mailto:
drones-discus...@googlegroups.com>.