Re: send/receive msg/data
I didn't think you could listen on the pocket pc end of such a connection. I posted a thread with some classes for communicating via TCP a couple years back, but those classes assumed that the desktop was listening, and the connection request always came from the portable. That was back in 2003, though, and life may be different now.
Re: send/receive msg/data
Hi,
put the TCP stuff in a separate thread?
Or use non-blocking, and 'peek' to see if there is data, in a timely fashion?
Pete
Re: send/receive msg/data
hi,
how can i do that? i dont have any ideia how to
"use non-blocking, and 'peek' to see if there is data, in a timely fashion?"
i have tryed in other thread but the result is the same the app always block and wait for other msg
there is any control to do this? without using sockets?
thanks a lot for your help :)