Mavlink.prototype.stop = function() {
  var buffer = commandToBuffer(0, "Mavlink", "Stop");

  this.self._writePacket(this.self._networkFrameGenerator(buffer));
  return this.self;