New CPS 2024 01 22

OpenGD77CPS
VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: New CPS 2024 01 22

Post by VK3KYY » Wed Mar 13, 2024 6:30 am

ZL2AWW wrote:
Wed Mar 13, 2024 6:20 am
Hi

I have download CPS 2024 01 22 on my windows 11 laptop but I'm missing the driver. Where can I download the driver

Greetings
Andre
Please explain.
The installer will attemp to install the COM port driver but depending on your Windows 11 configuation it may not allow the driver to be installed.

The OpenGD77 firmware acts as a standard CDCACM aka USB Serial COM port, and I think Window 11 uses its own CDC ACM driver when an OpenGD77 radio is attached with the firmware installed and the radio operating normally.

Because the CPS may not have been able to install the normal USB driver, and Windows is using its own, you will need to manually select the COM port in when the CPS communicates with the radio.


Depending on your radio type, in bootloader mode the radio will either appear as a STM DFU device or a USB HID device. This is because the bootloader is not written by us and we don't replace it, as this is very high risk, hence the OpenGD77 CPS interfaces to whichever USB device type the radio exhibits.

The USB HID device is driverless as its built into all operating systems

The STM DFU device gets installed automatically by Windows but sometimes Windows installs an incompatible DFU driver from STM becasue they have 2 completely different DFU drivers which are not compatible with each other.

In which case, see the many other posts about where to download the correct STM DFU driver.

SA0BUX
Posts: 584
Joined: Tue Jul 05, 2022 8:50 am
Location: JO99ah, Stockholm, Sweden
Contact:

Re: New CPS 2024 01 22

Post by SA0BUX » Wed Mar 13, 2024 10:29 am

ZL2AWW wrote:
Wed Mar 13, 2024 6:20 am
Hi

I have download CPS 2024 01 22 on my windows 11 laptop but I'm missing the driver. Where can I download the driver

Greetings
Andre
Latest DFU drivers that STM has released, Windows 10 driver works with Windows 11

downloads/drivers/Dfuse_3.0.6_drivers.zip

OpenGD77 serial driver:

downloads/PC_CPS/com_driver/

User avatar
BD4SMY
Posts: 27
Joined: Fri Jan 26, 2024 10:02 am

Re: New CPS 2024 01 22

Post by BD4SMY » Sun Mar 17, 2024 2:37 pm

F1RMB wrote:
Tue Feb 20, 2024 3:03 pm
Hi,

BD4SMY wrote:
Sun Feb 18, 2024 7:37 am
Hi Daniel


BTW, I also find that more parameters are not list in the English.xml, so I hope you can update it and other languages together. Such as:

<TreeNode Id="APRS" Text="APRS Configurations" />

<MenuItem Id="tsmiAPRSConfigs" Text="APRS Configurations" />
<MenuItem Id="tsmiZoneBasic" Text="Zone Basic" />
<MenuItem Id="tsmiVfos" Text="VFOs" />

It will take some time to get it merged, as the source XML file you used looks a bit outdated, and needs some (many) manual edits.

Cheers.
---
Daniel
I'm very glad you accepted my last Chinese.xml, and I update it as attached with your latest R2024.03.09.01 since you add some new ids.

BTW, Above quoted four parameters, I found that is not added to English and Japanese xml, maybe can be updated next version. Thanks again!
Attachments
CPS - BD4SMY.rar
(25.85 KiB) Downloaded 10 times
屏幕截图 2024-03-17 210752.png
屏幕截图 2024-03-17 210752.png (29.91 KiB) Viewed 593 times
屏幕截图 2024-03-17 210730.png
屏幕截图 2024-03-17 210730.png (30.14 KiB) Viewed 593 times

User avatar
F1RMB
Posts: 2626
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: New CPS 2024 01 22

Post by F1RMB » Sun Mar 17, 2024 5:35 pm

BD4SMY wrote:
Sun Mar 17, 2024 2:37 pm
F1RMB wrote:
Tue Feb 20, 2024 3:03 pm
Hi,

BD4SMY wrote:
Sun Feb 18, 2024 7:37 am
Hi Daniel


BTW, I also find that more parameters are not list in the English.xml, so I hope you can update it and other languages together. Such as:

<TreeNode Id="APRS" Text="APRS Configurations" />

<MenuItem Id="tsmiAPRSConfigs" Text="APRS Configurations" />
<MenuItem Id="tsmiZoneBasic" Text="Zone Basic" />
<MenuItem Id="tsmiVfos" Text="VFOs" />

It will take some time to get it merged, as the source XML file you used looks a bit outdated, and needs some (many) manual edits.

Cheers.
---
Daniel
I'm very glad you accepted my last Chinese.xml, and I update it as attached with your latest R2024.03.09.01 since you add some new ids.

BTW, Above quoted four parameters, I found that is not added to English and Japanese xml, maybe can be updated next version. Thanks again!
Thanks for the report.
For sure, some entries were missing in many Language files. I fixed that now.

Here is the patch for the fix about Chinese.xml file, if you want to check ip (yeah, the "APRS" and "EmergencySys" Ids don't even exist anymore):

Code: Select all

diff --git a/Language/CPS/Chinese.xml b/Language/CPS/Chinese.xml
index 37e304aa6d1b..8df0af11fee5 100644
--- a/Language/CPS/Chinese.xml
+++ b/Language/CPS/Chinese.xml
@@ -417,8 +417,6 @@
                        <TreeNode Id="TextMsg" Text="短信" />
                        <TreeNode Id="Pivacy" Text="加密" />
                        <TreeNode Id="SignalingSys" Text="信令系统" />
-                       <TreeNode Id="EmergencySys" Text="APRS" />
-                       <TreeNode Id="APRS" Text="APRS 配置" />
                        <TreeNode Id="Contact" Text="联系人" />
                        <TreeNode Id="DtmfContact" Text="DTMF 联系人" />
                        <TreeNode Id="DigitalContact" Text="数字联系人" />
@@ -449,6 +447,7 @@
                        <MenuItem Id="tsmiSignaling" Text="信令" />
                        <MenuItem Id="tsmiSignalingSystem" Text="信令系统" />
                        <MenuItem Id="tsmiDtmf" Text="DTMF 设定" />
+                       <MenuItem Id="tsmiEmgSystem" Text="APRS" />
                        <MenuItem Id="tsmiAPRSConfigs" Text="APRS 配置" />
                        <MenuItem Id="tsmiContact" Text="联系人" />
                        <MenuItem Id="tsmiDtmfContact" Text="DTMF 联系人" />

Cheers.
---
Daniel

User avatar
BD4SMY
Posts: 27
Joined: Fri Jan 26, 2024 10:02 am

Re: New CPS 2024 01 22

Post by BD4SMY » Mon Mar 18, 2024 11:24 am

I don't know about "EmergencySys" id, if not, you can delete it directly from all languages. But "APRS" Id is exist which I found.

You can change the language from default English to Chinese, Then you turn back to English or any other, you can find the four Chinese Name also exist and not changed to other languages just like the sreenshots because no ids exist in the xml file which I mentioned. After that you use my English.XML, then you can find different.

There are another three problems:
1. Sequel level can't be changed to other languages in VFO and Channel form, Talker Alias Tx can't in VFO.
2. Carlibration form has two buttons and one label.
3. Theme Editor form has two lables can't be displayed in its entirety.

QQ截图20240318190457.jpg
QQ截图20240318190457.jpg (68.81 KiB) Viewed 512 times
QQ截图20240318190939.jpg
QQ截图20240318190939.jpg (39.97 KiB) Viewed 512 times
QQ截图20240318191406.jpg
QQ截图20240318191406.jpg (73.74 KiB) Viewed 512 times

User avatar
F1RMB
Posts: 2626
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: New CPS 2024 01 22

Post by F1RMB » Mon Mar 18, 2024 12:54 pm

BD4SMY wrote:
Mon Mar 18, 2024 11:24 am
I don't know about "EmergencySys" id, if not, you can delete it directly from all languages. But "APRS" Id is exist which I found.
I sent you the changes I made about Chinese.xml.

BD4SMY wrote:
Mon Mar 18, 2024 11:24 am
You can change the language from default English to Chinese, Then you turn back to English or any other, you can find the four Chinese Name also exist and not changed to other languages just like the sreenshots because no ids exist in the xml file which I mentioned. After that you use my English.XML, then you can find different.
The other languages were updated, but that will be part of the next release.

BD4SMY wrote:
Mon Mar 18, 2024 11:24 am
There are another three problems:
1. Sequel level can't be changed to other languages in VFO and Channel form, Talker Alias Tx can't in VFO.
2. Carlibration form has two buttons and one label.
3. Theme Editor form has two lables can't be displayed in its entirety.
The VFO's TA Label will be fixed in next release, as well as Calibration Form.
About the theme editor, it's seems more related to your Windows config (DPI maybe), as V spacing looks extreme.
The Squelch Master/Open/Closed are hardcoded and couldn't be localized ATM, like some other values in some dropdown lists.


Cheers.
---
Daniel

User avatar
BD4SMY
Posts: 27
Joined: Fri Jan 26, 2024 10:02 am

Re: New CPS 2024 01 22

Post by BD4SMY » Fri Mar 22, 2024 11:10 am

F1RMB wrote:
Mon Mar 18, 2024 12:54 pm
BD4SMY wrote:
Mon Mar 18, 2024 11:24 am
I don't know about "EmergencySys" id, if not, you can delete it directly from all languages. But "APRS" Id is exist which I found.
I sent you the changes I made about Chinese.xml.


Cheers.
---
Daniel
How do you send it to me? Email? I don't receive it.

User avatar
F1RMB
Posts: 2626
Joined: Sat Nov 16, 2019 5:42 am
Location: Grenoble, France

Re: New CPS 2024 01 22

Post by F1RMB » Fri Mar 22, 2024 11:13 am

BD4SMY wrote:
Fri Mar 22, 2024 11:10 am
F1RMB wrote:
Mon Mar 18, 2024 12:54 pm
BD4SMY wrote:
Mon Mar 18, 2024 11:24 am
I don't know about "EmergencySys" id, if not, you can delete it directly from all languages. But "APRS" Id is exist which I found.
I sent you the changes I made about Chinese.xml.


Cheers.
---
Daniel
How do you send it to me? Email? I don't receive it.
The patch is in the message body (diff...., - and + lines, etc).

User avatar
BD4SMY
Posts: 27
Joined: Fri Jan 26, 2024 10:02 am

Re: New CPS 2024 01 22

Post by BD4SMY » Fri Mar 22, 2024 11:19 am

BTW, Which punctuation mark can I use in OpenGD77 display? When I use " ' " and " - ", the screen all display " . ", I don't know the reason.

QQ截图20240322191416.jpg
QQ截图20240322191416.jpg (27.42 KiB) Viewed 418 times
QQ截图20240322191224.jpg
QQ截图20240322191224.jpg (116.13 KiB) Viewed 418 times

User avatar
BD4SMY
Posts: 27
Joined: Fri Jan 26, 2024 10:02 am

Re: New CPS 2024 01 22

Post by BD4SMY » Fri Mar 22, 2024 11:34 am

F1RMB wrote:
Sun Mar 17, 2024 5:35 pm

For sure, some entries were missing in many Language files. I fixed that now.

Here is the patch for the fix about Chinese.xml file, if you want to check ip (yeah, the "APRS" and "EmergencySys" Ids don't even exist anymore):

Code: Select all

diff --git a/Language/CPS/Chinese.xml b/Language/CPS/Chinese.xml
index 37e304aa6d1b..8df0af11fee5 100644
--- a/Language/CPS/Chinese.xml
+++ b/Language/CPS/Chinese.xml
@@ -417,8 +417,6 @@

-                       <TreeNode Id="EmergencySys" Text="APRS" />
-                       <TreeNode Id="APRS" Text="APRS 配置" />

@@ -449,6 +447,7 @@

+                       <MenuItem Id="tsmiEmgSystem" Text="APRS" />


Cheers.
---
Daniel

You mean that there is no Id="APRS" , but I also gave the screenshot.

When I add that ID in Chinese and English but not in Japanese, and change from CN to EN to JP, then display in following:
QQ截图20240322193152.jpg
QQ截图20240322193152.jpg (30.5 KiB) Viewed 414 times
QQ截图20240322193216.jpg
QQ截图20240322193216.jpg (29.05 KiB) Viewed 414 times
QQ截图20240322193244.jpg
QQ截图20240322193244.jpg (32.37 KiB) Viewed 414 times

Locked