Hello, I use this ide since some weeks, thanks a lot for this cool tooling. I guess there is an issue with all of the "if" / "ifdef"... Assembler directives. Everything works fine if the condition is true If the condition is not true there will be no more code generated, even after the "ENDIF" directive. I did several tests but could not get it running. Additional I found out, that it's not possible to handle "equ" directives within such an "IF", "ELSE", "ENDIF" directive (e.g. define different values...
Hello, I use this ide since some weeks, thanks a lot for this cool tooling. I guess there is an issue with all of the "if" / "ifdef"... Assembler directives. Every works fine if the condition is true If the condition is not true there will no more code generated, even after the "ENDIF" directive. I did several tests but could not get it running. Additional I found out, that it's not possible to handle "equ" directives within such an "IF", "ELSE", "ENDIF" directive (e.g. define different values to...
Hi all, all my tests done with positive results. The onliest questions I still have are: when will we have a released HAMLIB version? Is there a possibility to mark this topic as "solved"? Thanks a lot for your help Claus
I only got the link to the binaries. 73 Claus
I got a link via private mail. We have to wait until he is able to spend some time, again. 73 Claus
Hello Mike, thanks a lot for the patch. Now with this version I can control the volume and squelch of my PRM via JRX as expected. The changes, Stéfan did for the VCO stuff are not included, yet. A merge of both versions will solve nearly all of the issues I had while starting this topic. Some features are still missing (e.g. reading RSSI), I will impöement as soon I know how this command should be implemented for HAMLIB 73 Claus
Hello, I now did some modifications within the PRM80xx Firmware to handle channels with shift frequency now. Tested with Terminal works fine. Stéphane: I did some more test with the HAMLIB V4.1, for me that looks like your changes for the PRM80 are not included. Do you have your changes available on Github so I can check the current implementation for the Squelch? I'm wondering because the Squelch is handled within V4.1 correctly (sending an "O" instead of "0" as command to the PRM). I'm still not...
Hello Mike, Yes, I agree. But the Firmware is written in assembly language, that means divisions etc. are hard to do, I guess this is the reason why the PLL values for RX and TX are the base for configuration the transmitter. Stéphane is already doing some modifications, let's show how this will end up. Thanks Claus, DC0CM Am 25.01.2021 um 23:00 schrieb Michael Black: Would seem to me the firmware should return the real frequency and not some intermediate thing. But we could modify hamlib to make...