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

    Help me please! (transfer files over COM PORT)

    I want a program transfer file over COM PORT, simple is good, write on VB or VC++
    Have you got it?
    Thank you very much.

  2. #2
    Join Date
    Oct 2000
    Location
    Ithaca, NY
    Posts
    206
    Use CreateFile to connect ( open ) to COMx port ( use filename "\\\\.\\COMx" )
    Then use Write/ReadFile for that file.
    Eddi.

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