"The syntax is same as regular arduino code...Add hal.uartC->begin(baudrate) to void setup.
Use hal.uartC->println("hello") or whatever you need to print out in the loop block. Don't connect the +5v pin, power is not needed (assuming that you are…"
"Hi Randy,
Arduplane SITL on vmware fails.
I typed ./Tools/autotest/autotest.py build.ArduPlane fly.ArduPlane --viewerip=192.168.xxx.x
Builds ok but gives test failed for fly.ArduPlane and does not start Arduplane in SITL.
The same works totally…"