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

Thread: Packet

  1. #1

    Question Packet

    Tell me how to send packets to a port pls.
    Thanks,

  2. #2
    Join Date
    Aug 2002
    Posts
    29
    Hi
    You haven't explained in details what you are trying to do. If serial communication means, you can use ReadFile and WriteFile APIs. If TCP/IP means, you have to use sockets to transfer data.

    Hope this helps a bit.

    Thanks,
    Arun.

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