@rem With RTL dongleOkay, so, I think others touched on this, but if not mistaken, in Windows, depending on how the Zadig driver was installed (on composite or on the bulk in interface) the rtl device index at 0 isn't available, but the subsequent numbers will be. So, in other words, in the bat file you are using to launch with the rtl string, you will want to change the number from 0 to 1, or 2, or 3 to tell it which device to use. So, in other words, you may want to change the line in the bat file that is launching from:
Code:dsd-fme-lite.exe -fi -i rtl:0:453.16875M:42:0:12:70:6021 -C AVFD.csv -T -N 2> log.ans
to
Code:dsd-fme-lite.exe -fi -i rtl:1:453.16875M:42:0:12:70:6021 -C AVFD.csv -T -N 2> log.ans
-i rtl:0:453.16875M:42:0:12:70:6021 <--change that to a 1, or 2, depending on which dongle you wish to use.
dsd-fme-lite.exe -fi -i rtl:0:453.16875M:42:0:12:70:6021 -C AVFD.csv -T -N 2> log.ans
@rem dsd-fme-lite.exe -fi -i rtl:0:453.16875M:42:0:12:70:6021 -C AVFD.csv -T
change it here on both lines from 0 to 1?