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

    File Transfer thru Serial Port

    Hi All,

    i want to write an Application which transfers files from one computer to an another through the serial port (RS232).

    if any one of u have done this before...please send it to me..
    or if u have any idea how it can be done please give me the URL where i can find it.

    Thanks in advance,
    Bye
    Information Is Wealth

  2. #2
    Join Date
    Mar 2004
    Posts
    43
    Generally ,the serial communication is not very difficult,you can use the mscomm control to help you complete this job,and you can alse use the WriteFile() directly,search "Serial Communications in Win32" in the msdn,hope this will give you some help,good luck

  3. #3
    Join Date
    Feb 2002
    Posts
    5,757
    Check out MSDN. Here is the link previously mentioned.

    http://msdn.microsoft.com/library/de...sdn_serial.asp

    Kuphryn

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