
August 25th, 2006, 07:27 AM
|
|
Contributing User
|
|
Join Date: Jun 2006
Posts: 58

Time spent in forums: 1 Day 3 h 36 m 31 sec
Reputation Power: 3
|
|
|
Sending data as hex over a socket
Hey there. I am developing a small telnet type application. I have the connection and data send functions fully working, however I need to be able to send the data as hex, I am able to convert data to hex but not send it over the socket as hex. My code for sending data to the remote host is quite simple:
Code:
Socket.SendData txtdata.Text
With txtdata.text being the text input field. Anybody got any suggestions on this one?
Thanx
|