dart_mavlink icon indicating copy to clipboard operation
dart_mavlink copied to clipboard

Not able to send command

Open Gocrackit opened this issue 8 months ago • 0 comments

I am not able to change the mode. Can anyone please help me out how to change the mode.

My code

var changeMode=SetMode(customMode: 216, targetSystem: 1, baseMode: 88); var frm = MavlinkFrame.v1(sequence, systemId, componentId, paramRequestList); socket.send(frm.serialize(), d.address, d.port);

Gocrackit avatar May 29 '24 04:05 Gocrackit