Search:

Type: Posts; User: sherrel

Search: Search took 0.01 seconds.

  1. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    OK. I think I see in the client transmit code where I would change Dim buffer As Byte() = Me.Encoding.GetBytes(message) to Dim buffer As Byte() = System.Text.Encoding.ASCII.GetBytes(message) in the...
  2. Re: [VB2008/.NET 3.5] Asynchronous TcpListener & TcpClient

    Hi. Newbie here. :confused:

    I would like to try and write a program in VB 2010 that queries and receives data to/from a technical instrument (an RF spectrum analyzer). The analyzer requires that...
  3. Replies
    20
    Views
    29,709

    Re: [2008] Basic TCP Communication

    I'm a newbie to VB 2010 Express and I just wanted to say a :thumb:huge thank you to both :wave:Atheist and :wave:perito for your threads on Basic TCP Communication.

    I had a small project where I...
Results 1 to 3 of 4



Click Here to Expand Forum to Full Width