Main page
Recent changes
Local CW keyer for remote keying
B
I
U
S
link
image
code
list
Show page
Syntax
!Plug&play connecting in Linux '''Udev rules''' After connect Arduino nano show IDs with type dmesg in terminal, and edit udev rules vim /etc/udev/rules.d/99-remoteqth.rules {{SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="A702R984", SYMLINK+="ttyCW0", RUN+="/etc/cw.sh"}} '''Connection script /etc/cw.sh''' {{#!/bin/bash SERVER=192.168.1.1 # IP YOUR SERVER CWDPORT=6789 killall socat sleep 3 socat UDP:$SERVER:$CWDPORT /dev/ttyCW0,raw,echo=0 & exit 0}}
Password
Summary of changes