MORCONI AllRigs - Release Notes
Client Version 1.0:
First release.
Client Version 1.1:
-
Different Jitter evaluation, CW message now includes time.
-
Ping time is now 15 secs to reduce traffic.
-
If no pings received from the server in PingTimeInterval (15s) + PingGrace (25s) consider the connection closed.
Client Version 1.2: 20241020
-
Implementation of the internal keyer
Client Version 1.3: 20241104
-
Added the KFactor and LogiFactor to the config file and to the logic.
-
Changed the config file reading routine to trim spaces (K9SO)
-
Added TXLEDPin (Pin 4) and RevTXLEDPin (Pin 5) definitions and logic for connecting external Visual LED indicators of CWing status. (K9SO)
-
Added ConnLEDPin (Pin 6) definition and logic for connecting external visual LED indicator of the connection status. (K9SO)
Client Version 1.4: Skipped
Client Version 1.5: Never released
-
Send a "C" instead of a "K" when the server is connected.
-
Send a "D" if the server disconnects.
-
Speed pot is read before sending an element for improving keyer response.
-
Added Ultimatic emulation. (LB6B)
Client Version 1.6: 20241225 - Christmas Edition
-
RTS and DTR interfacing for controlling the interface with logging programs (N1MM, DX4WIN)
Client Version 1.7: 20250201 - Mardi Gras Edition
-
CMOS timing improvements.
-
Fixed PADDLE REVERSE logic which was broken.
-
Improved LED routine.
-
Switched from NativeEthernet to QNEthernet library,
-
NEW FEATURE: 4 Memories. Connect buttons to pins 38/39/40/41 and Ground, Add the Memories configuration to the configuration file.
-
NEW FEATURE: DNS lookup or IP can now be used for connecting the radio. To activate add the USE DNS, ServerURL, and TeensyDNS parameters to the configuration file.
Client Version 1.7.1 - Maintenance Release (2025-02-06)
-
Reverted from QNEthernet to NativeEthrnet to fix the delay and incorrect keying issues.
-
At boot, MORCONI sends the release number at 30 WPM. The format is "CGXXX", where "CG" stands for Client General and "XXX" represents the release number. (e.g., CF171).
-
Command Speed has been lowered to 30 WPM.
Server Version 1.0:
First release.
Server Version 1.1:
-
Connection will be closed if ping no received from the Client in the PingGrace (25s) time.
-
Ping timeout set to 25 secs because of changing in the CW0/1 command structure.
-
CW commands now include time to calculate Jitter
-
Internal LED set to HIGH to show the board is alive even without Eth connected...
Server Version 1.2: 20250201 - Mardi Gras Edition.
-
NativeEthernet library replaced with QNEthernet.
-
Key and PTT pins are configurable to improve compatibility between boards (one hardware fits all - TNX K9SO) Add the PINs configuration to the configuration file.
Server Version 1.2.1 - Maintenance Release (2025-02-06)
-
Reverted from QNEthernet to NativeEthrnet to fix the delay and incorrect keying issues.