Skip to content

Commit

Permalink
Update configs for missing options (#357)
Browse files Browse the repository at this point in the history
This updates simpleusb and usbradio config files for missing parallel port options.
  • Loading branch information
KB4MDD authored Sep 14, 2024
1 parent 8ab8ec7 commit 9471615
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/rpt/simpleusb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,15 @@ carrierfrom = usbinvert ; no,usb,usbinvert
; no - no carrier detection at all
; usb - from the COR line on the USB sound fob (Active high)
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

ctcssfrom = usbinvert ; no,usb,usbinvert
; no - CTCSS decoding, system will be carrier squelch
; usb - CTCSS decoding using input from USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

deemphasis = no ; enable de-emphasis (input from discriminator)

Expand Down
4 changes: 4 additions & 0 deletions configs/rpt/usbradio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,17 @@ carrierfrom = dsp ; no,usb,usbinvert,dsp,vox
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; dsp - from RX noise using DSP techniques
; vox - voice activated from RX audio
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

ctcssfrom = dsp ; no,usb,usbinvert,dsp
; no - no CTCSS decoding, system will be carrier squelch
; usb - from the CTCSS line on the USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; dsp - CTCSS decoding using RX audio in DSP.
; rxdemod option must be set to flat for this to work.
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

rxdemod = flat ; input type from radio: no,speaker,flat
; no - RX audio input not used
Expand Down
4 changes: 4 additions & 0 deletions configs/samples/simpleusb.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
; no - no carrier detection at all
; usb - from the COR line on the USB sound fob (Active high)
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;ctcssfrom = usbinvert ; no,usb,usbinvert
; no - CTCSS decoding, system will be carrier squelch
; usb - CTCSS decoding using input from USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;deemphasis = no ; enable de-emphasis (input from discriminator)

Expand Down
4 changes: 4 additions & 0 deletions configs/samples/usbradio.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@
; usbinvert - from the inverted COR line on the USB sound fob (Active low)
; dsp - from RX noise using DSP techniques
; vox - voice activated from RX audio
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;ctcssfrom = dsp ; no,usb,usbinvert,dsp
; no - no CTCSS decoding, system will be carrier squelch
; usb - from the CTCSS line on the USB sound fob (Active high)
; usbinvert - from the inverted CTCSS line on the USB sound fob (Active low)
; dsp - CTCSS decoding using RX audio in DSP.
; rxdemod option must be set to flat for this to work.
; pp - from parallel port (Active high)
; ppinvert - from the inverted parallel port (Active low)

;rxdemod = flat ; input type from radio: no,speaker,flat
; no - RX audio input not used
Expand Down

0 comments on commit 9471615

Please sign in to comment.