Search:

Type: Posts; User: mackrackit

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,616

    I am taking notes. Thank you

    I am taking notes.

    Thank you
  2. Replies
    6
    Views
    2,616

    Changed to and now this...

    Changed <Winbase.h> to <windows.h> and now this will compile---


    #include <windows.h>
    #include <stdio.h>

    HANDLE pic;
    main()
    {
    pic = CreateFile( "COM1", // address of name of the...
  3. Replies
    6
    Views
    2,616

    Thank you, now it looks like I am getting...

    Thank you, now it looks like I am getting somewhere. If I can figure out what
    "544 C:\DEV-CPP\include\Winbase.h `DWORD' does not name a type " means. :confused:
  4. Replies
    6
    Views
    2,616

    serial port read

    Hi,
    I have not been able to find an answer, but I am sure it is here some where. I have tried http://www.iftools.com/ctb.en.html and http://www.codeproject.com/system/serial.asp plus I have read...
Results 1 to 4 of 4