I can get mavproxy to connect direct to the serial port:
mavproxy.py --master=/dev/ttyAMA0
Connect /dev/ttyAMA0 source_system=255
Failed to load module: No module named ‘terrain’. Use ‘set moddebug 3’ in the MAVProxy console to enable traceback
Log Directory:
Telemetry log: mav.tlog
Waiting for heartbeat from /dev/ttyAMA0
MAV> online system 1
STABILIZE> Mode STABILIZE
but not via IP address and port:
mavproxy.py --master=127.0.0.1:14550
Connect 127.0.0.1:14550 source_system=255
Failed to load module: No module named ‘terrain’. Use ‘set moddebug 3’ in the MAVProxy console to enable traceback
Log Directory:
Telemetry log: mav.tlog
Waiting for heartbeat from 127.0.0.1:14550
MAV> link 1 down
Did I miss a configuration step to tell the UART what UDP port to be on?
Thanks!
Mark