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

Search:

Type: Posts; User: abhinav123

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    9,756

    Re: problem with serial port communication

    ohk fine,but anyways its working now...:)
    i will change it now...:)
  2. Can i change a static text in a Dialog after window came up in vc++ mfc application??

    I am initialising a Dialog by using OnInitDialog and i initialized a static text as "loading"

    and i called a thread in the OnInitDialog method,when it returns i want to change static text in the...
  3. Replies
    13
    Views
    9,756

    Re: problem with serial port communication

    I found solution for this,
    I need to initialize all members in the DCB structure,thankyou all

    i need to add this code..........

    dcbSerialParams.fBinary = FALSE;
    dcbSerialParams.fParity =...
  4. Replies
    13
    Views
    9,756

    Re: problem with serial port communication

    i am reading from the port continuosly in a while(1) loop till i read some bytes so there is no problem that data may arrive late.

    and my program is running correctly when i first open the port...
  5. Replies
    13
    Views
    9,756

    problem with serial port communication

    I am working on an embeeded device.i connect to it using COM port.
    It gives the list of all files when i send a command "LIST" to it.

    so i wrote an "hello world" which will connect to the port...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured