"uart0_send(buf, len); i am stuck at this line,where can i find the library for the uart.
microsoft approach is certainly not working, as Serial.writeline takes a line parameter, and serial.write is not working with this.
I am trying to create a ground station for my self made drone, i want to send some waypoint parameters to it, how can i send it via mavlink?i need to understand basic mavlink message packing and receiving. i generated the header files, but dont know…