List of commands to JParser - VOXL Portal
-
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!
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login