Local CW keyer for remote keying

This revision is from 2014/04/19 02:25. You can Restore it.

Principle - arduino keyer identifies the played characters (enabled echo feature in K3NG code) and sending to server for playing with other hardware of the cw keyer or cw daemon (contains RemoteQTH server for Raspberry PI). This configuration is resistant to change internet latency during transmission, because not transmitted separately each dit/dash, but the entire ASCII character that perfectly transmiting the server side.

Main functions:

Connecting in Linux

socat -x UDP:192.168.11.80:6789 /dev/ttyUSB0,raw,echo=0

Assembly