I have Mission Planner installed on Windows10. The SITL works fine, however I can’t get any extra commands to work. I’ve followed the instructions step by step. I’m trying to get an external serial device working using: --serial2=uart:COM6:115200. I’m using Serial Protocol 28 - scripting
Here is the SITL output:
Setting SIM_SPEEDUP=1.000000
Home: -35.363352 149.165241 alt=587.060000m hdg=0.000000
Starting sketch ‘Rover’
Starting SITL input
Using Irlock at port : 9005
bind port 5760 for 0
Serial port 0 on TCP port 5760
bind port 5762 for 2
Serial port 2 on TCP port 5762
UART connection COM6:115200
MKFIFO failed with No such file or directory
MKFIFO failed with No such file or directory
validate_structures:476: Validating structures
New connection on serial port 0
MKFIFO failed with No such file or directory
MKFIFO failed with No such file or directory
MKFIFO failed with No such file or directory
Failed to open (COM6): No such file or directory
MKFIFO failed with No such file or directory
Changing the Protocol to 5 - GPS gives different information, trying more frequently to make a connection, but unsuccessfully:
Setting SIM_SPEEDUP=1.000000
Home: -35.363352 149.165241 alt=587.060000m hdg=0.000000
Starting sketch ‘Rover’
Starting SITL input
Using Irlock at port : 9005
bind port 5760 for 0
Serial port 0 on TCP port 5760
bind port 5762 for 2
Serial port 2 on TCP port 5762
UART connection COM6:115200
MKFIFO failed with No such file or directory
MKFIFO failed with No such file or directory
validate_structures:476: Validating structures
New connection on serial port 0
UART connection COM6:115200
UART connection COM6:115200
UART connection COM6:115200
Failed to open (COM6): No such file or directory
Thoughts anyone?