This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

6657 NDK创建服务器发送数据的问题



官方例程中,采用DaemonNew创建服务器,Task_create创建client,但是我查了一下DaemonNew是创建一个守护进程,必须现有数据进来才能发送,例程上也是PC先往DSP发送一个数据,DSP回传数据。

目前想用DSP做一个服务器,每隔1s往PC发送一串数据?这个改如何实现?DaemonNew需要先接收,Task_create也没看见创建服务器的例程。