top of page

; MORCONI Config file for Flex radios
; Version 2.1
; N5NHJ/I8NHJ September 20,2025
;
Startup Delay: 250  ;                  Allows peripheral equipment to settle at power up. Default 250ms
Key Debounce: 0 ;                     0 if using Electronic Keyers, 30ms should be ok for straight key or "bug", 5ms for paddles (Default=0)
Buttons Debounce: 25 ;                Debounce for Memory and PTT buttons 
Sidetone: ON ;                        ON, OFF
Sidetone Freq: 600 ;                  Hz 100 - 2000
Sidetone Volume: 80 ;                 0 - 100
Prompt Speed: 30 ;                    CW Firmware Banner and Config message speed in WPM
Keyer Enabled: 4 ;                    MORCONI internal keyer 0=disabled, 1=IAMBIC, 2=CURTIS A, 3=CURTIS B, 4=LOGIKEY CMOS SUPERKEYER, 5=ULTIMATIC, 6=BUG
Keyer Minspeed: 15 ;                  Min speed for the internal keyer 
Keyer Maxspeed: 45 ;                  Max speed for the internal keyer
Keyer Weight: 50 ;                    Dot/space ratio

Pot Reverse: FALSE ;                  Reverse the speed control rotation sense (CW/CCW)
Keyer Reverse: FALSE ;                Reverse the Dot/Dash pins
Keyer KFactor: 0 ;                    Milliseconds to compensate elements length for transmitter delay
Keyer LogiFactor: 33 ;                Logikeyer Dash memory delay, % of the Dash time. Very sensitive! To tweak your CMOS experience

Keyer Standalone Mode: FALSE ;        Internal keyer and local keying work without remote radio, connection is disabled
PCKeyer: 0 ;                          Computer logging program keying option: 0=disabled, 1=RTS, 2=DTR

PCPTT: 0 ;                            Computer logging program PTT option: 0=disabled, 1=RTS, 2=DTR
Memory0: CQ DE N5NHJ K ;              Memory button 0 message
Memory1: 5NN ;                        Memory button 1 message
Memory2: TU ;                         Memory button 2 message
Memory3: DE N5NHJ ;                   Memory button 3 message
Use DNS: FALSE ;                      Enable or disable Flex Radio or Router DNS name lookup
FlexURL: myradio.mydomain.com ;       Local or remote Flex Radio or Router DNS name
FlexIP: 10.10.10.1 ;                  Local or remote Flex Radio IP
FlexPort: 4992 ;                      Local or remote Flex Radio API port
FlexDelay: 1000 ;                     Give the radio a bit of time in milliseconds to settle down after a connection. Depends on how fast the radio is. 
FlexTimeOut: 1000 ;                   TCP Connection delay

TeensyDebug: FALSE ;                  Enable debug messages to the Teensy serial console
Static IP: FALSE ;                    True, False. Enable static IP configuration for the Teensy interface (False=use DHCP)
; **** The following TCP/IP parameters are used only if Static IP is true or if the DHCP server is not responding ****
TeensyIP: 10.10.10.2 ;    
TeensyGateway: 10.10.10.254 ;
TeensyMask: 255.255.255.0 ;
TeensyDNS: 8.8.4.4

bottom of page