create an Sc4 file with this in it...
USERIO /f /b3 /=01
good luck!
What does this do? And on which radio?
Does anyone have any documentation or information regarding the use of the HDT debugger that's built into many M/A-Com radios?
I can get into HDT mode with HyperTerminal but I'm not messing with any data until I understand
what I'm looking at, what the commands are, and how they affect the radio.
If there's a resource of data somewhere about the HDT debugger, I'd like to know about it.
Elroy
OK, first some history. HDT is an engineering debugging feature, that has been part of the M/A Com/Tyco/Comnet/Ericsson/GE radio software since the early days of the MR/K and Orion. It was only there in a debug build, however, so it ISN'T normally available without a special build of code for MR/K,LPE and Orion. Jaguar 700p onward the use of a debug build was done away with and all radios from that point on support it.
To turn it on, you have to disable data (they share the same serial port so it's one or the other, not both). You can tell that you've got it right, when you connect to the radio using a programming cable (19200baud,1stop bit, no parity) and you hit return a few times you should get a * prompt.
? gives a list of commands (not the whole lot, but the most commonly used ones) and the command "sym *" will list what symbols the radio understands.
The commands differ based on radio type - the P7200 is different to the P7100, for example. There is no documentation, simply because the engineers in Lynchburg use it to try stuff out, provide test commands and so on.
One of the most commonly used commands involves logging - the software is capable of logging certain events and data and printing it out for later debugging. TAC asked in the past to give a DSP trace which used the command:
eb drv_dsp 6
Then after a little while, I dumped the data out using the l command (lower case L) - you should get a bunch of hex data.
On the latest radios (the P5400 was what I used) there's a handy command "ps" which displays the adjacent systems, and their RF levels every 3 seconds. It's great for troubleshooting network issues.
Hope this helps,
Enid