|
-
May 28th, 2011, 12:30 PM
#1
Thread Starter
Member
Connect and Communicate with a server
...
What I am trying to do is to connect to a server and be able to send and receive data packets in hex.
How?!
I am using Vb.NET 2010.
-
May 30th, 2011, 02:32 AM
#2
Re: Connect and Communicate with a server
Use the TcpClient class to connect to the server.
Just a FYI, hexadecimal is just a way to represent an integer. You do not send and receive hex, you send and receive bytes. How you choose to format these for display is another story.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|