On 07/04/2016 20:52, Michael Black wrote: > However, on 6597 if I switch split to None and Mode=USB, then the > bandwidth does not change. Hi Mike,
assuming this sets the rig mode to USB then a trace of that would be interesting. That is because I don't see how it can avoid changing the bandwidth with the current Hamlib implementation. A minimal test is probably to set the rig to something other than USB then start WSJT-X, you may need to select a band in WSJT-X to get it to change the rig mode depending on settings. To enable trace in a debug configuration build set the following CMake options: WSJT_TRACE_CAT=ON WSJT_HAMLIB_TRACE=ON WSJT_HAMLIB_VERBOSE_TRACE=ON to set the last one from cmake-gui you need to generate with the previous one set then it appears, this is because it is a dependent option. To have the trace go to a file set: WSJT_QDEBUG_TO_FILE=ON To get any of this working in a release configuration build also set: WSJT_QDEBUG_IN_RELEASE=ON The trace file is %TEMP%\WSJT-X_trace.log in Windows. 73 Bill G4WJS. ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
