CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2012
    Posts
    1

    Serial Port Communication

    Hi Experts,

    I want to connect to serial port and get the data from that using vb.net
    how to do this.........

    please send me samples

    i have found one sample and i tried that but in that datareceived event is not firing


    Any help would be greatly appreciated


    Thanks
    Shafi

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Serial Port Communication

    Make sure that the receive threshold is set to something other than 0. Normally a setting of 1 is best for testing.

    A google search should turn up many samples.
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured