Stratux config: dual SDR (with one more SDR), GPS no, AHRS no, adapter power, adapter cable.
EFB app and version: N/A
Description of issue:
My Stratux has two SDRs (Stratux's native pair of devices, whose serials are stx:978:0 and stx:1090:0 respectively which came with the devices). I plugged in a 3rd RTL-SDR device (with different serial) to the rpi to experiment something else on the box.
With all 3 devices plugged in, I found (with rtl_eeprom) the OS recognized my own device as device #1:
# 0: stx:978:0
# 1: my-own-serial
# 2: stx:1090:0
The issue is, Stratux picked up # 0 and # 1 for 978 and 1090 services and left # 2 unopened. That's not right cause I was expecting Stratux to recognize devices by their serial and only open the stx:* ones.
I checked the FAQ and found the spec for device serials have changed, so I changed the two Stratux devices' serials as instructed:
My Stratux has two SDRs (Stratux's native pair of devices, whose serials are
stx:978:0
andstx:1090:0
respectively which came with the devices). I plugged in a 3rd RTL-SDR device (with different serial) to the rpi to experiment something else on the box.With all 3 devices plugged in, I found (with
rtl_eeprom
) the OS recognized my own device as device #1:The issue is, Stratux picked up # 0 and # 1 for 978 and 1090 services and left # 2 unopened. That's not right cause I was expecting Stratux to recognize devices by their serial and only open the
stx:*
ones.I checked the FAQ and found the spec for device serials have changed, so I changed the two Stratux devices' serials as instructed:
The behavior of Stratux is the same as above.