Does anybody know the commands needed for the SA6 spectrum analyser? The software provided by ARINST on git hub is useless. Each time I try to connect (using USB interface, COM4) the software crashes (tested on a physical windows 10 PC, a virtual machine windows 10 and using WINE. Each time the same effect.)
If I try to connect with self written python code (using Linux instead of Windows) I can already do the following:
- device is visible as /dev/ttyACM0 (serial via USB)
- I can open the device and get a file handle (3)
- I can send an ASCII string terminated with \n\r => spectrum analyser screen flashes
- I can read the response 'complete\r\n'
But since I don't know the commands needed I can't change any settings and I can't read the results of the measurement sweeps. Taking screen shots using a camera is a bit disappointing for me.
I already tried to analyse the compiled Windows software using ghex but didn't fine anything I can use. Any help would be appreciated.
Partial answer:
Found out some properties communicating with the SA6 spectrum analyzer:
But control codes still are unknown (by me) and the write access never changed a setting.