Search found 14 matches

by F4IKZ
Thu Apr 22, 2021 3:51 pm
Forum: GD-77 / DM-1801 / RD-5R / GD-77S
Topic: New ongoing "Development" version has been created
Replies: 686
Views: 260052

Re: New ongoing "Development" version has been created

Sorry to hear the project stopped. I had already have the case with Open source project under GPL 2. I changed it for BSD Licenses.It's enable share mix of closed (Binary or Library Proprietary SDK in my case) and opensource (my software). https://en.wikipedia.org/wiki/BSD_licenses Maybe also a way ...
by F4IKZ
Sat Jan 11, 2020 8:34 pm
Forum: CPS
Topic: Try to build x64 version of CPS
Replies: 8
Views: 5275

Re: Try to build x64 version of CPS

Ok now, I success to read and write the GD-77 codeplug with any_CPU build.

I replaced serial port enumeration by new class using WMA:

https://bitbucket.org/Artemia/radioddit ... 7632ea4bd7

Not sure that solution work on Mono portage ...
by F4IKZ
Sat Jan 11, 2020 7:01 pm
Forum: CPS
Topic: Try to build x64 version of CPS
Replies: 8
Views: 5275

Re: Try to build x64 version of CPS

After tracing Debug on x64 build :

Test in https://github.com/rogerclarkmelbourne/ ... rap.cs#L33

Fail in x64 , but success on x86 build
by F4IKZ
Sat Jan 11, 2020 5:30 pm
Forum: CPS
Topic: Try to build x64 version of CPS
Replies: 8
Views: 5275

Re: Try to build x64 version of CPS

Ok I understand, 15a2:0073 is the GD77 in Firmware mode , 1fc9:0094 in serial mode
by F4IKZ
Sat Jan 11, 2020 4:25 pm
Forum: CPS
Topic: Try to build x64 version of CPS
Replies: 8
Views: 5275

Re: Try to build x64 version of CPS

Yes , therefore , the class seem to ask HID_VID = 0x15A2 and HID_PID = 0x0073, but the serial device is registered as vid 0x01FC9 --pid 0x0094 @echo off echo Installing OpenGD77 Serial driver... "%~dp0wdi-simple"[b] --vid 0x01FC9 --pid 0x0094[/b] --type 3 --name "OpenGD77" --dest "%~dp0OpenGD77-seri...
by F4IKZ
Fri Jan 10, 2020 11:09 am
Forum: CPS
Topic: Try to build x64 version of CPS
Replies: 8
Views: 5275

Re: Try to build x64 version of CPS

Yes, I apologies . I mean Microsoft Visual Studio. on Git radioddity_gd-77_cps Master branch, the Open source CPS seem continue to use USB HID Lib: https://github.com/rogerclarkmelbourne/radioddity_gd-77_cps/blob/master/CodeplugComms.cs#L151 Is there another repo or branch who working with serial po...
by F4IKZ
Fri Jan 10, 2020 7:18 am
Forum: CPS
Topic: Try to build x64 version of CPS
Replies: 8
Views: 5275

Try to build x64 version of CPS

Hello, I tried to run CPS on x64 build with MSVC. CPS interface run correctly, but when attempt to communicate with the radio, no device found. I tried to enumerate HID device with the embeded win32usb class x86 and x64. The wanted device HID_VID = 0x15A2 and HID_PID = 0x0073 is not visible in x64 b...
by F4IKZ
Wed Jan 08, 2020 8:10 pm
Forum: Off topic
Topic: Firmware build and install works on linux Mint
Replies: 6
Views: 4631

Re: Firmware build and install works on linux Mint

I'm really impressive about the work done. I hope to be able help you one day :) In all case, thank you for your work, it's a dream become reality, Radio DMR on Linux , become true
by F4IKZ
Wed Jan 08, 2020 7:21 pm
Forum: Off topic
Topic: Firmware build and install works on linux Mint
Replies: 6
Views: 4631

Firmware build and install works on linux Mint

Image

Nice Job from the team ! :)