Is there a way to make configuration changes to hamlib permanent?
I am using a TS-850's if out to drive a sdr tuned to the if for a panadapter. It works great with PSDR IF. I would like to use HDSDR since it is less of a CPU load. HDSDR can use a EXTIO_DLL to interface with Hamlib. I can make hamlibs rigctl talk to my 850 with the command line "rigctl -m 209 -r com5 -s 4800 -C stopbits=1 -C serial_handshake=None". If I leave out the stop bits or handshake info it will not talk to rigctl. My problem is that there is no way to pass a command line to hamlib with it's implementation with HDSDR. You can only pass the -m and -r parameter and nothing else that is useful. Since the default stopbits is 2 and the handshake is hardware it will not talk to the rig. So back to my original question. Is there a way to make configuration changes to hamlib permanent short of editing TS850.c and compiling? I wouldn't know where to start with cgwin and gcc.
Marty
N5KBP
Hamlib is just a library for accessing radios/etc. It is up to the application software (ie HDSDR) to save the configuration you choose.
Tor
N4OGW