Re: [Hamlib-developer] HamLib 4.5.5 Problems (Windows version MSVC)
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Yahoo (sv2agw) <sv...@ya...> - 2023-04-26 14:27:41
|
Hi Mike, Hi Mike WSJTX works as should. I am testing using my DxDozer which is a Logbook and more. DxDozer runs a loop asking the follow AskCurrentVfo() AskFrequensy(VFO_A) AskFrequency(VFO_B) AskMode() I will send you debug info. About the Multithread safe I am accessing the Same radio from multiple programms. My usual setup is HAMLibNet which actually connects to radios and communicates with other Programms via TCPIP. Is like rigctlD with GUI JTDX for FT-8 DxDozer for the LogBook and Control of JTDX Radios in use are IC-7610,IC-7300 and FTDX-10 73 (SV2AGW) George Rossopoulos Anakreontos 14 GR-54250 Thessaloniki GREECE www.sv2agw.com www.frinos.com www.agwtracker.com I need some debug info. rig_set_debug_file (FILE *stream); // open a file and pass in the FILE* rig_set_debug_time_stamp (int flag); // set this to true rig_set_debug_level(RIG_DEBUG_CACHE); If you mean thread safe in the DLL for multiple rigs yes -- if you mean threading a single rig there's no testing that's been done with that and I don't know why you would want to. Any rig should be treated as a single synchrnous device with some async data available if turned on (transceive mode for example). Mike W9MDB listinfo/hamlib-developer |