[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tlf-devel] back to TLF
From: |
Wolf-Ruediger Juergens |
Subject: |
Re: [Tlf-devel] back to TLF |
Date: |
Sun, 18 Apr 2004 22:17:10 +0200 |
User-agent: |
KMail/1.6.1 |
Hello Rein,
> So I think this one is for the debian users to solve.... I would hate
> to put suse back onto the machine in the shack. Moreover the live CD
> is based on debian testing/unstable...
Ok, I've made a little script and send several hundred times random
strings with netcat to the cwdaemon and not any string failed.
Maybe its a kernel problem, Suse kernel have several patches related to
a better scheduling and task switching (like in kernel 2.6).
I stop the debugging and will work on the cwlib for ptt support, like
Joop has proposed.
If I understand Joop right, there should be a function for the cwlib
which ask the state of the footswitch and a callback function to handle
the ptt switching. In this case the cwlib must periodically call the
state function for the footswitch. Same is true for paddle support in
the next step. To realize this functionality the cwdaemon must alway's
calling the cwlib in a loop.
-------------- part of cwdaemon----------------
while (1)
{
udelay (500); /*prevent 100% CPU */
// ------------>> here periodically action for PTT via cwlib
// instead of udelay (udelay shorter)
if (recv_code ())
playmorsestring (morsetext);
------------------------------------------------------
I think thats the best place to do it. What do you think?
73 Wolf, DL2WRJ
--
http://www.dl2wrj.de - CW - Digital - QRP - QRPP - QRSS
DL-QRP-AG #2138 AGCW #3022 RU-QRP #47 G-QRP #11473 QRP-L #2545
Devoted to QRP - QRV with Elecraft K1#1136 , K2#2857 & wire antennas
"72" = "Wishing You Good QRP" (C) 1991 by Oleg Borodin, RV3GM
- Re: [Tlf-devel] back to TLF, (continued)
- Message not available
- Re: [Tlf-devel] back to TLF, Wolf-Ruediger Juergens, 2004/04/16
- Re: [Tlf-devel] back to TLF, David Quental, 2004/04/16
- Re: [Tlf-devel] back to TLF, Wolf-Ruediger Juergens, 2004/04/16
- Re: [Tlf-devel] back to TLF, David Quental, 2004/04/16
- Re: [Tlf-devel] back to TLF, Wolf-Ruediger Juergens, 2004/04/16
- Re: [Tlf-devel] back to TLF, Rein Couperus, 2004/04/17
- Re: [Tlf-devel] back to TLF, Rein Couperus, 2004/04/18
- Re: [Tlf-devel] back to TLF, Joop Stakenborg, 2004/04/18
- Re: [Tlf-devel] back to TLF,
Wolf-Ruediger Juergens <=
- Re: [Tlf-devel] back to TLF, Joop Stakenborg, 2004/04/22
- Re: [Tlf-devel] back to TLF, Wolf-Ruediger Juergens, 2004/04/22
- Re: [Tlf-devel] back to TLF, Wolf-Ruediger Juergens, 2004/04/14
Re: [Tlf-devel] back to TLF, Martin Kratoska, 2004/04/13