Jorge Matias wrote:
> > > The second problem is that I cannot receive anything after installing
> > > the software in Linux. I see the Rx LED working when it is receiving
> > > audio, but I also know that the LED only works after installing
> > > mcs1k2b5.mcs (only testing 1200bauds at the moment).
> >
> > Yes the LED will only work after loading the the mcs file, the Xilinx
> > FPGA has to be programmed each time power is applied; until then the
> > LED is basically not connected, as are the rest of the pins.
>
> Ok, that part is confirmed, but I can only receive packets in
> DOS/FlexNet. In Linux I still don't receive anything.
I am using Yam on Linux, and working pretty good.
Be sure to have the last version.
Maybe your driver is not loading the correct mcs file (there is, one for
1200 afsk and another for G3RUH).
The correct mcs file is should be loaded automatic, depending of the
value of the speed you tell it on the command line:
Here is my script:
#!/bin/sh
# Yam en com1
IRTT=1100
MTU=256
MTU_TEST=256
echo "Configurando modem Yam a 1200 baudios ..."
/bin/setserial /dev/ttyS0 port 0 uart 16550
/bin/setserial /dev/cua0 port 0 uart 16550
/sbin/insmod yam
/usr/local/bin/yamcfg yam0 io 0x3f8 irq 4 bitrate 1200 txdelay 250
txtail 30 slo
ttime 20 persist 20
73 Julian
-.-