26 Nov
2007
26 Nov
'07
10:45 a.m.
Veerendra wrote:
But how about splitting the task, one handling the Tx part, the other handling the Rx, of-course there will be some communication that needs to be done between these two tasks. Kindly comment on this.
There isn't a need for two tasks. It can all be done as part of one process. But the client code can be converted from sychnronous to asynchronous. As always, patches are welcome. Alan DeKok.