jim jimmy

jim jimmy

  • NA
  • 3
  • 0

TCP/IP in VB.NET

Mar 22 2010 8:49 AM
Hi Guys,

I am trying to send bytes over TCP/IP using the StreamWriter and/or the BinaryWriter.

I am so confused, and tried various other ways.

what I want to do:

send 1st data packet as a Long (47, 4, 0) 
get a reply (automatic one)
then send long (001)

I can open a connection using the Client connect....

using Dim Client as new Net.sockets.TCPclient

then just send the packets as above!

Really could do with some help!

Cheers,

James

Answers (1)