nicsure / QuanshengDock

Allows the Quansheng UV-K5 radio to be controlled by a PC.
GNU General Public License v2.0
284 stars 25 forks source link

[XVFO] Dots and Comma`s ? How2 enter frequency #35

Closed ErikS-web closed 9 months ago

ErikS-web commented 9 months ago

Initial screen

Afbeelding1

Switch to VFO

Afbeelding2

XVFO Starts with Comma in frequency

Afbeelding3

With DOCK-keyboard&Mouse type 145.000

Afbeelding4

ENTER GIVES 1300,00000

Afbeelding5

145 Enter gives

Afbeelding6

145.4 on Numeric part of keyboard

Afbeelding8

ENTER Gives

Afbeelding9

Actual Dock and firmware. See printscreens Windows 10, with US-Int keyboard and NLD-settings of windows

nicsure commented 9 months ago

Must be something to do with language settings in windows, all mine are just dots I don't get commas.

nicsure commented 9 months ago

It looks to be ignoring the "." and thinks you're entering 1454 so it's clamping it to 1300. What happens if you enter "145,4" with a comma ?

nicsure commented 9 months ago

Also try clicking on the frequency and then editing it. From what I can tell it has something to do with the way C# converts text to numbers and it is different depending on how Windows is setup language wise.

nicsure commented 9 months ago

https://github.com/nicsure/QuanshengDock/releases/tag/0.31.8d

See how that works. It's hard for me to test as I don't have my PC setup for that language mode.

ErikS-web commented 9 months ago

Dot and Comma’s part-2

Intital screen with DOT Afbeelding1

Selecting XFO ... XFO screen with Comma Afbeelding2

And strange stations in memory schannels (mentioned/had this problem earlier) Turning VFO give error: Out of Range

Afbeelding3

Restarting Application and press Spect

Afbeelding4

Left DOT and Right Comma ???? Press Analyzer Now all Comma’s

Afbeelding5

The Numeric-keyboard “.” Is not accepted. I have to use the Comma (On ASCII-keyboard To the right of M-key) The “.”(dot) net to “,”(comma) is also not accepted

Afbeelding6

ErikS-web commented 9 months ago

Communication with the radio is also disrupted after a crash. Then I have to power the radio off and on.

Is there some control on radio communication, such as a check-sum? That could make communication with the radio more stable.

nicsure commented 9 months ago

I'm really frustrated with this because I can't do anything, I just use dots, I have no idea what this commas nonsense is all about.

nicsure commented 9 months ago

You've got some corrupted config data, you have ??? for the mode and 25 for the bandwidth, something is seriously messed up in the app's saved config

ErikS-web commented 9 months ago

Suggest to test the latest release 0.32.6q

I am happy ;-)

but first ... clear the configuration. (Return to default settings) #37

ErikS-web commented 9 months ago

4

I finally can close this ISSUE.

Thanks for solving it. 👍 01