Table of Contents

Introduction

fldigi is a software package for running a subset of amateur radio digital modes. BPQ can interface with fldigi to either allow users to connect or forward messages using other modes than AX.25.

To make integration easier, you can use a rig control package like flrig to allow both BPQ and fldigi to control the radio on specific port(s).

Bare Bones Example in Windows

This example uses an IC-7300 plugged into a Windows computer, using QtSoundModem to interface the radio to BPQ.

Software

Steps

;**************   Port 7 FLDIGI PSK  *************;
PORT
  PORTNUM=7
  ID=FLDigi
  DRIVER=fldigi
  PACLEN=64
  CONFIG
    ADDR 192.168.0.6 7342
    TIMEOUT=10
    RETRIES=5
    DEFAULTMODEM BPSK125/1700
    UPDATEMAP
ENDPORT

References