mi0bot / OpenHPSDR-Thetis

Updated Thetis with support for Hermes Lite 2 functionality
31 stars 7 forks source link

HL2 Temp and PA Current display in tool strip bottom line failing #72

Closed W7CPA closed 3 months ago

W7CPA commented 3 months ago

Setting Show Temp/Current checkbox

  1. WIN7 PRO never works
  2. WIN10 on VirtualBox VM worked once and now fails all the time I'd like to see If I cas fix this, My last programming projects were all Smalltalk and JAVA so I a little rusty but I'm keen to explore.

I see the following in console.cs

if (current_hpsdr_model == HPSDRModel.HERMESLITE)
            {
                toolStripStatusLabel_Volts.Text = String.Format("{0:#0.0}C", _MKIIHL2Temp);
                toolStripStatusLabel_Amps.Text = String.Format("{0:#0.00}A", _MKIIPAAmps);

Where are the values displayed on the bottom line?

Thanks

W7CPA Randy

mi0bot commented 3 months ago

I suspect this is to do with Windows updates. I have seen this in the past, were old operating systems do not support new functionality code in to apps. I would check that your Windows 7 has all the latest updates but it might time to move on to a new version of Windows.

DH1KLM commented 3 months ago

As far as I know, this type of display has never worked under Win7 with the newer Thetis versions.