wad -1 Newbie Poster

hello

os=sc.openOutputStream(); 
os.write("hello".getBytes()); 
os.close(); 
sc.close();

i used these to send message form mobile to pc
but it not work from pc to phone

i used BlueCove version 2.0.3 on winsock
TNX