Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spooky7

    Problem in Serial Communication

    Jeffray , Thank you for your help.I managed to write a function which sends string to serial.The code I wrote is below. int CMC35ProjectDlg::Send(CString szBuf) { /////////// //Begin ////////// //Send Data to serial Port DWORD dwBytes=0; // BYTE d=data; // int ret=d; int ret; //...
  2. spooky7

    question in serial communication in vc++

    Hi I am new in programming in Visual c++ but i have written a small programm which transmits integers to serial port.Below is the code of tree functions 1)CreateCommunication which open a serial port , 2)Send which sends integers to serial port and 3)Get whinh receives integers from serial...
  3. spooky7

    Problem in Serial Communication

    Hi,Iam new to programming in Visual C++.I am trying tobuild a programm which sends string to serial port.I have managed to open and configure the serial port.A friend of mine wrote a code for me which send integers to serial port.Below is this code. int CMC35ProjectDlg::Send(BYTE data) {...

Part and Inventory Search

Back
Top