Main page
Recent changes
Local CW keyer for remote keying
B
I
U
S
link
image
code
list
Show page
Syntax
!Configure Arduino firmware !!Master key * Enable paddle echo in serial CLI with '''\*''' * Or default in [firmware|https://sourceforge.net/p/k3ngarduinocwke/code/ci/master/tree/]. Find this line{{byte cli_paddle_echo = 0;}} and set from 0 to 1 {{byte cli_paddle_echo = 1;}} !!Slave key * Disable sidetone '''\o''' * Disable CW send echo in serial CLI with '''\:''' ** Or default in [firmware|https://sourceforge.net/p/k3ngarduinocwke/code/ci/master/tree/]. Find line{{byte cw_send_echo_inhibit = 0;}} and set from 0 to 1 {{byte cw_send_echo_inhibit = 1;}} * Disable send '''?''' after error char - disable (abt line 4655){{//default: send_the_dits_and_dahs("..--..");break;}} and add new line between define other char (abt line 4617){{case '?': send_the_dits_and_dahs("..--..");break;}} [Example firmware settings|https://remoteqth.com/sw/_2_1_unstable.zip]
Password
Summary of changes