top of page

; MORCONI Config file for Flex radios
; Version 1.6 - N5NHJ March 1,2025
;
Startup Delay: 250                 ; Allows peripheral equipment to settle at power up. Default 250ms
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: 45                   ; CW Firmware Banner and Config message speed in WPM
Keyer Enabled: 0                   ; MORCONI internal keyer 0=disabled, 1=IAMBIC, 2=CURTIS A, 3=CURTIS B, 4=LOGIKEY CMOS SUPERKEYER, 5=ULTIMATIC
Keyer Minspeed: 15                 ; Min speed for the internal keyer 
Keyer Maxspeed: 45                 ; Max speed for the internal keyer
Keyer Weight: 50                   ; dot/space ratio
Keyer Reverse: FALSE               ; Reverse the Dot/Dash pins
Keyer KFactor: 0                   ; milliseconds to compensate for Transmitter delay
Keyer LogiFactor: 33               ; Logikeyer Dash memory delay, % of the dash time. Very sensitive!
PCKeyer: 0                         ; Computer keying option 0=disabled, 1=RTS, 2=DTR
Memory0: CQ DE N5NHJ K             ; Memory button 0
Memory1: 5NN                       ; Memory button 1
Memory2: TU                        ; Memory button 2
Memory3: DE N5NHJ                  ; Memory button 3
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 tha 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
Static IP: FALSE                   ; True, False. Static IP or DHCP configuration for the Teensy interface
TeensyDebug: FALSE                 ; Enable debug messages to the Teensy serial console
; 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