```
+---------+
| FS-iA6B |
| |
| Ser RX |---|<---\ +------------+
| | | | FC |
| Sensor |---[R]--*-------| Uart TX |
+---------+ +------------+
```
R = 10Kohm, Diode 1N4148 or similar.
Both uart tx and rx channels are used so it's not possible to use the spare pin for rx of something else.
Configure the serial port like this to get both serial rx and ibus telemetry on the same port:
```
serial 1 4160 115200 57600 115200 115200
```
It is still possible to run the serial rx and ibus telemetry on two uarts like before, an example:
```
serial 1 64 115200 57600 0 115200
serial 2 4096 115200 57600 115200 115200
```
Squashed commit of the following:
commit ba4ef96
Author: atomiclama <atomiclama@somewhere.com>
Date: Mon Oct 3 10:45:24 2016 +0100
rebased
commit b8780a6
Author: atomiclama <atomiclama@somewhere.com>
Date: Mon Oct 3 10:19:07 2016 +0100
comment added
commit 2a7144c
Author: atomiclama <atomiclama@somewhere.com>
Date: Fri Sep 30 16:21:07 2016 +0100
fixed interframe value of 500us for both protocols.
Setup variables on first occurance of correct sync byte.
commit 4c3a503
Author: atomiclama <atomiclama@somewhere.com>
Date: Fri Sep 30 13:09:20 2016 +0100
First working point for autodetect
commit d947e5d
Author: atomiclama <atomiclama@somewhere.com>
Date: Wed Sep 28 09:20:58 2016 +0100
Merge remote-tracking branch 'androck/development' into
vtx-betaflight-dev
Reworked so that it's based on serial provider instead of the extra
config entry.
This saves space but requires a change in the configurator.