As I have been using Rohde & Schwarz Hameg HM8118 a lot, I've created a simple C# program to control it over USB (virtual COM port). The program can log data, record frequency sweeps and control the most important functions of the device. The project files are hosted on GitHub (link should be somewhere left on this page).
Files
Hameg 8118.exe
First release, version 1.1.0.1. Get the most recent version on GitHub.
Sorry, I just want to say that this program is able to save the measured data in an ASCII output. You should just select "log manual and sweep" in File and then select "File" -> "New" to get the windows where you can choose the output file. When the sweep is finished remember to select "File" -> "Close".
Sorry, anyone know if it possible to save in a txt file the measures made by the HM8118 controlled remotely by this program? If so, please let me know. Many thanks!
Sorry, I just want to say that this program is able to save the measured data in an ASCII output. You should just select "log manual and sweep" in File and then select "File" -> "New" to get the windows where you can choose the output file. When the sweep is finished remember to select "File" -> "Close".
Thanks engunner!