{{:documentation:hamradio:ax25:baycom:modem-baycom-640x445.jpg?direct&400|}} ====== BAY≤≥COM MODEM ====== ===== RESOURCES ===== * {{ :documentation:hamradio:ax25:baycom:dcc1993-baycom-kb2bbw.pdf |BayCom History...}} ===== LINUX (DEBIAN-LIKE) CONF ===== Généralement on utilise un script lancé au démarrage et placé dans ''/etc/init.d/'' lancé par un appel dans ''rc2.d'' Pour cela nommez le script ci dessous ''rc.ax25'' et placez le dans le répertoire ''/etc/rc.d/init.d/'' Ne pas oublier de rendre exécutable le script ''rc.ax25'' par la commande : chmod +x /etc/rc.d/init.d/rc.ax25 puis créer un lien dans /etc/rc2.d/ ln -s /etc/rc.d/init.d/rc.ax25 S99rc.ax25 \\ # Début de l'installation : echo "Starting Installation des modules Ax25" # Setserial pour eviter les conflits avec le port Com. /bin/setserial /dev/ttyS1 uart none # Installation d'un modem Baycom, Half-Duplex, 1200Bds sur ttyS1(Com2), squelch logiciel. #la commande modprobe chargera tous les modules nécessaires c.a.d. ax25, hdlcdrv et baycom_ser_fdx modprobe baycom_ser_fdx sethdlc -p -i bcsf0 mode "ser12*" io 0x2f8 irq 3 sethdlc -a -i bcsf0 txd 100 slot 200 ppersist 100 half # ne pas oublier de remplacer f6--- par votre indicatif !!! /sbin/ifconfig bcsf0 hw ax25 f6--- up # ne pas oublier de remplacer 44.xxx.yyy.zzz par votre addresse IP /sbin/ifconfig bcsf0 44.xxx.yyy.zzz netmask 255.0.0.0 # ----------- LoopBack device décommenter si non présente------------ #/sbin/ifconfig lo 127.0.0.1 netmask 255.0.0.0 up echo "Starting mheardd, listen, balise" mheardd # listen permanent sur le port 8 listen -c -a -r -t -p vhf>/dev/tty8 2>&1 & #balise toute les 30 minutes beacon -c F6--- -t 30 vhf "F6--- GNU/Linux *** JNxxzz" echo "Configuration ax25 terminee" Source : http://f6bij.0.free.fr/ax25Woody.htm ===== SCHEMATICS ===== {{:documentation:hamradio:ax25:baycom:baycom2.png?direct|}} ==== DIN-5 PINOUT ==== {{:documentation:hamradio:ax25:baycom:baycom_din-5_pinout.png?direct&200|}} ==== DE-9 PINOUT ==== {{:documentation:hamradio:ax25:baycom:baycom_de9_pinout.png?direct&200|}} ===== USB KISS INTERFACE ===== * https://mijndingen.nl/baycom-modem-usb-kiss-interface/ * No source, only .hex firmware. Useless. ===== ALTERNATIVES ===== ==== AM7910 INSTEAD OF TCM3105 ==== {{:documentation:hamradio:ax25:baycom:am791010.gif}}