sonnyyu: Did you like try this?
... recvmsg=sock.recv(1024) #print recvmsg sock.close()
I have just modified the Python code to include recvmsg=sock.recv(1024)
print recvmsg
and I still do not get a reply sent across to the Arduino side of the bridge. What does #print recvmsg do?