Recent content by bmann33

  1. B

    Mavlink to VB.net (C++ or C#)

    Thanks so much! You've been a big help! So just to clarify, once I'm connected to the drone via UDP connection, and I give it a flight plan via mission planner and execute it, I can run this code in C# and it'll produce the gps coordinates upon a given command or will it be like live tracking?
  2. B

    Mavlink to VB.net (C++ or C#)

    Yes, I would greatly appreciate it if you repackaged it
  3. B

    Mavlink to VB.net (C++ or C#)

    Yes, I do need help breaking apart the messages. I can't, for the life of me, get anything going
  4. B

    Mavlink to VB.net (C++ or C#)

    Yes, I will take either one of them
  5. B

    Mavlink to VB.net (C++ or C#)

    Ok cool, I have Python on my computer, but I don't know how to include that library within .net. I have seen mavlink libraries and tried to do the #include<mavlink>, but I couldn't call any of those functions
  6. B

    Mavlink to VB.net (C++ or C#)

    Hello, I am new to the coding for drones. I have a 3dr solo drone. I am simply trying to convert messages from mavproxy protocol or mavlink messages to vb.net. All I need is anything talking about coordinates and gps location. I can get the raw data whenever I type the command 'status' (when I...