Simpified the code to use FUNCTION only without CLASS
http://chiu424.hypermart.net/code5-demo2.py.txt (short version)
the above code start a new thread to run the function that send /
receive data to socket, but still hangs at the timeout_h function
forever
==
htt
please take a look at my code (short version)
http://chiu424.hypermart.net/code5.py.txt
I write a instant messaging app over bluetooth
My code will send / receive data from a bluetooth socket (same concept
TCP socket) at the same time
The code has infinite loop poll for and send data to the sock