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

Search:

Type: Posts; User: VictorN

Search: Search took 0.26 seconds.

  1. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    Are they not included by default? :confused:
    Besides, please read About Communications Resources in MSDN.
  2. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    Please, read the documentation in MSDN!
  3. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    What "why"?
    Just add the classes from this essay to your project...

    Note that you also will need to properly set the DCB and Timeouts, See SetCommState function, SetCommTimeouts function
  4. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    Did you read the Serial Port I/O essay?
  5. Re: MFC GUI-setting COMPort and read hex data from pic (ASCII)

    Well, you have to read/understand how serial communications work in Windows.
    Then implementing something similar to Serial Port I/O would be a good start!
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured