Adding example of MSP on two ports to docs.

This commit is contained in:
Dominic Clifton 2014-12-03 23:33:58 +00:00
parent f578cec4e0
commit 7c4830d411
1 changed files with 20 additions and 1 deletions

View File

@ -187,3 +187,22 @@ set serialrx_provider = 0
set serial_port_2_scenario = 3
save
```
i) MSP via USART1 and SoftSerial 1
- TELEMETRY,MSP,CLI,GPS PASSTHROUGH on UART1
- MSP on SPFTSERIAL1
- Both ports will be at 19200 (limited by softserial)
- USART2 can still be used for GPS/SerialRX/Telemetry, etc.
```
feature -RX_PARALLEL_PWM
feature RC_PPM
feature SOFTSERIAL
set serial_port_1_scenario = 1
set serial_port_3_scenario = 8
set msp_baudrate = 19200
set cli_baudrate = 19200
set gps_passthrough_baudrate = 19200
save
```