CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2001
    Location
    India
    Posts
    32

    Reading Data from File

    Hi all
    I want to read data from a doc file byte by byte.
    i want to send this data to COM port so i want data to be read BYTE by BYTE.

    How it is possible....to read data byte by byte.

    Thanks in advance

    AbhiDesh




  2. #2
    Join Date
    Apr 2002
    Location
    Devon, England
    Posts
    8

    Re: Reading Data from File

    Hi there

    This should be possible by opening the file for input and using "Get #iFileHandle, , sInByte". Where iFileHandle is the file handle and sInByte is a predimensioned 1 byte string.




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