Hi Jim,
Ok, short version; this is a bit that can be used as a general purpose control bit and it does not change state during tx/rx crossover. In hindsight, I wish I had used a different bit in the protocol to avoid confusion. Now for the long version....
I was making a modification to the
HL2-MRF101 PA. This board uses RF3 on the HL2 to route the RX signal into the HL2. I wanted a relay to be able to listen through either my TX antenna or dedicated RX antenna. I wanted to be able to control this routing to RF3. I wanted to be able to still listen to the rx antenna on tx, so I did not want the relay to change state on TX/RX crossover. I proposed this
here. As you will see from my
pull request it was a very simple change to the gateware. I have not touched an PTT/MOX bits. I have implemented this in a button in linHPSDR that allows me to switch between listening on my RX or TX antenna.
Having picked an Alex bit to do this, I realised that people were expecting behaviour exactly how a full HPSDR radio implements this in software/hardware. That is, it changes state when MOX is engaged. However, the HL2 gateware does not implement this. So it is down to the PC to control this. PowerSDR does do this. However, I have expressed concern that;
1 - User keys HL2 from key plugged into HL2
2 - packet is sent to PC to inform of "external PTT event"
3 - PowerSDR then toggles what it sends for the bit in discussion. PowerSDR will not send this immediately (due to the way it handles comms with the radio), this may be up to 25 ms. So you have a relay that the user is expecting to change state at exactly the same time the INTTR/EXTTR HL2 signal does, whereas in reality it won't. If people are using WiFi links with packet jitter etc, this delay will only be worse. The user many end up TXing into their receive preamplifer without realise it.
So I proposed that in this circumstance of someone wanting to use this as an "antenna switch" the EXTTR/INTTR signals on the HL2 should be used with a logic gate from this GP7 bit, this will ensure switching as expected.
73 Matthew M5EVT.