blah blah blah is here! blah blah » Close

0
votes
0 answers

c# tcp server application which does not close connections

Guys, I am trying to create a GUI socket server. The goal is simple. 1.Open a port 2.keep sending data to the port 3.the data is given from a textbox in the gui and must be sent after the button is pressed. 4.Do NOT CLOSE THE CO ...

0
votes
0 answers

html to communicate with serial port? what language should i use? (no flash, silverlight or activex)

so i have a socket set up to communicate with a serial port. how do i set up a webpage that communicates to the socket, and updates the webpage with a return message from the serial port? i have a server set up that takes messages and c ...

0
votes
2 answers

how to convert int received socket into string?

how do you convert an int Socket.Received to a string? i get it received with the ascii number equivalents, but cannot convert those into a string

0
votes
1 answers

how do you get the client's machine name (not in asp.net) in tcp/ip?

i have a simple socket server program that i need to get the client's machine name that just connected. i know i could get it off the client, and then pass it to the server, but is there a way to have the socket get the name of the machine ...

Feedback