Hi Howard?
I just tried the new version. but I get the following error
?
c:\Program Files\HamRadioIntegrator>HAMRADIOINTEGRATOR.exe
HowardTimers: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommDTS6: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommRelaysCK1610: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommElecraftK3: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommFT897: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommFT2000: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommFT5000: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommFT9000: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommICOMCIV: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommICOMCIV: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommAT200PC: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommICOMMarine: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommPowerSDR: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommTS590S: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommTS2000: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
HowardUtils:APPDATA Filename=C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\
TwoWaySerialCommAmplifier: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommAmplifier: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommAmplifier: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommAmplifier: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommAmplifier: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialComm: Constructor Finished.
TwoWaySerialCommRadioEmulator: Constructor Finished.
SavedSettings: Constructor Finished.
SavedWindowSettings: Constructor Finished.
The following serial ports were found:
TwoWaySerialComm: getAvailableSerialPorts: Sorted ports start:
TwoWaySerialComm: getAvailableSerialPorts:? Sorted ports end.
BandMode: Constructor Starting loading the BandData File.
HowardUtils:APPDATA Filename=C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\bands.ini.txt
HowardUtils:APPDATA Filename=C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\bands.ini.txt
Can not open the sample Band Data file bands.ini.sample.txt file
Can not read from C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\bands.ini.txt file
BandMode: Loaded 0 records from file C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\bands.ini.txt
BandMode: Constructor Finished loading the BandData File.
FrequencyInfo: Starting to Load the FrequencyInfo file.
HowardUtils:APPDATA Filename=C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\BandPlanInfo.ini.txt
HowardUtils:APPDATA Filename=C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\BandPlanInfo.ini.txt
FrequencyInfo: Can not open the sample Band Data file BandPlanInfo.ini.sample.txt file
FrequencyInfo: Can not read from C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\BandPlanInfo.ini.txt file
FrequencyInfo: Loaded 0 records from file C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\BandPlanInfo.ini.txt
FrequencyInfo: Starting the 3 second timer.
FrequencyInfo - Starting frequency information timer
HowardUtils:APPDATA Filename=C:\Users\dksje3\AppData\Roaming\HamRadioIntegrator\
Can not open zipcode.csv file
?
Unhandled Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'HAMRADIOINTEGRATOR.MainWindow' that matches the specified binding constraints threw an exception. ---> System.ArgumentOutOfRangeException: The value must be less than the console's current maximum window size of 41 in that dimension. Note that this value depends on screen resolution and the console font.
Parameter name: height
Actual value was 50.
? ?at System.Console.SetWindowSize(Int32 width, Int32 height)
? ?at HAMRADIOINTEGRATOR.MainWindow..ctor()
? ?--- End of inner exception stack trace ---
? ?at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
? ?at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
? ?at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
? ?at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
? ?at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
? ?at System.Windows.Application.DoStartup()
? ?at System.Windows.Application.<.ctor>b__1_0(Object unused)
? ?at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
? ?at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
? ?at System.Windows.Threading.DispatcherOperation.InvokeImpl()
? ?at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
? ?at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
? ?at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
? ?at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
? ?at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
? ?at System.Windows.Threading.DispatcherOperation.Invoke()
? ?at System.Windows.Threading.Dispatcher.ProcessQueue()
? ?at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
? ?at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
? ?at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
? ?at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
? ?at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
? ?at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
? ?at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
? ?at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
? ?at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
? ?at System.Windows.Application.RunDispatcher(Object ignore)
? ?at System.Windows.Application.RunInternal(Window window)
? ?at HAMRADIOINTEGRATOR.App.Main()
?
c:\Program Files\HamRadioIntegrator>
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?