Hi, I've been playing with FsConnect, and cannot get it to return transponder codes. I think I'm doing it right - just wanted to check.
When setting up the response I have this:
[SimVar(NameId = FsSimVar.TransponderCode, UnitId = FsUnit.Bco16)]
public uint TransponderCode;
And then use it like this:
uint transponder_code = Bcd.Bcd2Dec(r.TransponderCode);
It always returns 0... Any thoughts ?