CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DataMiser

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    13,647

    Re: VB6 and VB.NET Serial (COM1) data error

    TCP Sockets do the same thing.
    If you read the data from a file using Binaryreader and send it to the port as binary no encoding takes place.

    I struggled with this for a while before I found...
  2. Replies
    14
    Views
    13,647

    Re: VB6 and VB.NET Serial (COM1) data error

    Hmm... I have did a bit of serial in both. I found I needed to use a bytearray to send in several cases. If you send the binary values you should get the results that would would have gotten in VB6
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured