ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    List of commands to JParser - VOXL Portal

    Ask your questions right here!
    1
    1
    134
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • leonardo Andrade 0L
      leonardo Andrade 0
      last edited by

      Hello everyone!

      I'm trying to get information and spin engines, like a checklist for the drone's verification to maintenance from VOXL-PORTAL.

      So, i was reading the js file called "JParser" and others html files, I would like to know where can find the request messages

          var parser = new jParser(msg, {
              msg_type: {
                  index: 'uint8',
              },
              status_text_msg: {
                  status_text: ['array', 'char', 127],
              },
              fm_msg: {
                      armed: 'uint8',
                      num_sats: 'uint8',
                      base_mode: 'uint8',
                      custom_mode: 'uint32',
                      batt_remaining: 'uint8',
              }});
      

      As shown above the "fm_msg" and "status_text_msg" are the messages, but where can I find this list or how can I request it to controller?

      thanks for all!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors