1
Answer

TCP/IP in VB.NET

Ask a question
jim jimmy

jim jimmy

14y
2.6k
1
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)