Search:

Type: Posts; User: mayuri_608

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    22,131

    serial port communication using c++

    i m passng COM1 as argument..i m doong dat in project properties
    - Configuration Properties - Debugging - Command Arguments, in Visual Studio

    is it correct?
    if not den pls provide some solution...
  2. Replies
    7
    Views
    22,131

    serial port communication using c++

    // serial.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"


    int _tmain(int argc, _TCHAR* argv[])
    {
    return 0;
    }
  3. Replies
    7
    Views
    22,131

    see i am using win CE and microsoft visual...

    see i am using win CE
    and microsoft visual studio
    pls provide a solution instead of making things difficult
  4. Replies
    7
    Views
    22,131

    serial port communication using c++

    sir,
    i have been asked to do serial port programming using C++

    it should include opening port, close and view the status of the serial port. You should also be able to control speed,...
Results 1 to 4 of 4