Search found 10 matches

by JP7NJT
Mon Dec 11, 2023 10:27 pm
Forum: Developer discussions
Topic: Global var
Replies: 3
Views: 7355

Re: Global var

Hello everyone, I would like to use a global variable that would be visible in all the code, do you know in which file I should define my variable? JP7NJT The code is partially modular and you don't normally expect to have variables that every single function has access to. Most variables are decla...
by JP7NJT
Mon Dec 11, 2023 10:26 pm
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: MD-UV380 PLUS/MD-UV390 PLUS sold together with original ones
Replies: 14
Views: 16556

Re: MD-UV380 PLUS/MD-UV390 PLUS sold together with original ones

from what a Chinese friend told me, the firmware (119.023) of the Plus doesn't work on the normal one (he tested with an RT3S but I guess it's the same as the UV380, right?) When flashing the normal with the firmware of the Plus, the screen remains white when the normal is turned on. The friend is ...
by JP7NJT
Thu Dec 07, 2023 10:46 pm
Forum: TYT MD-UV380/390 / UV380/390 Plus 10W / Retevis RT-3S / Baofeng DM-1701 / DM-1701B / Retevis RT-84
Topic: MD-UV380 PLUS/MD-UV390 PLUS sold together with original ones
Replies: 14
Views: 16556

Re: MD-UV380 PLUS/MD-UV390 PLUS sold together with original ones

The current theory is the upgrades made to the Plus model are largely software based. So when the Plus firmware appears: users with older non-Plus radios will be able to upgrade and gain AES 256 bit encryption. from what a Chinese friend told me, the firmware (119.023) of the Plus doesn't work on t...
by JP7NJT
Thu Dec 07, 2023 10:39 pm
Forum: Developer discussions
Topic: Global var
Replies: 3
Views: 7355

Global var

Hello everyone,

I would like to use a global variable that would be visible in all the code, do you know in which file I should define my variable?

JP7NJT
by JP7NJT
Fri Oct 27, 2023 12:09 pm
Forum: Developer discussions
Topic: Data Link Layer and Call Control Layer
Replies: 9
Views: 5686

Re: Data Link Layer and Call Control Layer

Thanks for your explanation.

Regarding the sound in FM mode, I assume that it is processed directly by the HRC6000 and that there is no way to record the sound emitted and received in FM mode?
by JP7NJT
Fri Oct 27, 2023 12:18 am
Forum: Developer discussions
Topic: Data Link Layer and Call Control Layer
Replies: 9
Views: 5686

Re: Data Link Layer and Call Control Layer

All of the interaction with the chip is in HRC6000.c Thank you for this information. I've tried the DEBUG_printf command and it works in some places in the code but not in other places. When it's not working, it doesn't display some of the information it should. Do you know what can cause this? Exa...
by JP7NJT
Thu Oct 26, 2023 2:03 pm
Forum: Developer discussions
Topic: Data Link Layer and Call Control Layer
Replies: 9
Views: 5686

Data Link Layer and Call Control Layer

Hello all,

I'd like to use opengd77 as a Wireshark scanner.
Do you know in which part of the source code I can get a TX buffer and an RX buffer that contains the entire Data Link Layer (Layer2) and another that contains the entire Call Control Layer (Layer 3) for each frame or superframe ?
by JP7NJT
Tue Oct 24, 2023 10:32 pm
Forum: Developer discussions
Topic: Question about source code
Replies: 2
Views: 4597

Re: Question about source code

G4EML wrote:
Fri Oct 20, 2023 8:59 am
You can use USB_DEBUG_printf() to send debug messages to the serial port. Then view them using putty or similar.
Thank you for your reply. and is there any way to know how much RAM is left at compile time?
by JP7NJT
Thu Oct 19, 2023 12:22 pm
Forum: Developer discussions
Topic: Question about source code
Replies: 2
Views: 4597

Question about source code

Hello, I have a question: with MD380tools you can do debugging with a printf("%X",something_to_print); in the source code, connect the MD380 to the computer via the USB cable and use./md380-tool dmesgtail to see the result. How do I do the same with the OpenGD77 source code? And another question: ab...
by JP7NJT
Wed Oct 18, 2023 9:46 pm
Forum: New members must post here first
Topic: Hello from JP7NJT
Replies: 1
Views: 264

Hello from JP7NJT

Hello all, I'm signing up because I'm trying to understand how the OpenGD77 source code works. I've used the source code of MD380Tools before, but it uses a lot of patches and you can't have full access to the hardware. I'd like to modify Opengd77 to make it a kind of frame scanner like Wireshark (t...