¿ªÔÆÌåÓýYeah Terrance did that¡ ? ? Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ VP2EHZ ? Owner - Operator Big Signal Ranch ¨C K9ZC Staunton, Illinois ? Owner ¨C Operator Villa Grand Piton ¨C J68HZ Soufriere, St. Lucia W.I. Rent it: ? Moderator: North American QRO Group at Groups.IO. Moderator: Amateur Radio Builders Group at Groups.IO. ? email:? bill@... ? ? From: [email protected] <[email protected]> On Behalf Of Terrance Robertson, KN6ZDE via groups.io
Sent: Sunday, April 13, 2025 2:29 PM To: [email protected] Subject: Re: [SoftwareControlledHamRadio] T41 V12 software development path forward ? On Sun, Apr 13, 2025 at 07:18 AM, Greg KF5N wrote:
You can fully modularize the display code or even remove it from the T41 software entirely, but it would take a lot of work.? A lot can still be done without going to such extremes though.? I have a version of the code that runs without the display at all and another version that runs with an alternate Beacon Monitor display.? ? It's not elegant or clean, but the easiest way to make a display-less version is to create a new RA8875 class where the function bodies are either empty or return the proper value to continue radio operation.? Updating the display plays a large role in regulating the radio operation.? Without this code, things might not work as intended.? I had to insert two delays, one in the main loop and one in the IQ processing loop to prevent data from being sent too quickly to my PC control app.? With different schemes, such as another processor controlling the display, other solutions may be needed. |