Advertisement

1 - 10 of 27 containing alltags:("comport") (0.001 seconds)
How to set comport by c++ program on window project? I want to set comport 1,2,3,4 by c++ program on Visual C++ 6.0 please Help me
Zones: C++Date Answered: 05/03/2000 Grade: B Views: 4
How can i write a string to a com port, without using the mscomm ocx control Thanks in advance
Zones: Visual BasicDate Answered: 03/28/2002 Grade: A Views: 0
Hi, I would like to open two Comport in my Borland C++ Builder 6 programme to communicate with a GPS receiver for receive and a GSM module for send and receive data. Actually I have realised the...
Zones: C++Date Answered: 12/03/2003 Grade: C Views: 0
Hi, I wrote a programme to communicate with a GSM modem using the ComPort component (www.winsoft.sk). To send a sms I use the following code:   ComPort->WriteString("AT+CMGF=1\xd");   ComPor...
Zones: C++Date Answered: 01/08/2004 Grade: B Views: 9
Hi everyone, i have a method: void CSerialPort::ReceiveChar(CSerialPort* port, COMSTAT comstat) {       BOOL  bRead = TRUE;       BOOL  bResult = TRUE;       DWORD dwError = 0;       DWORD BytesRead = 0;       un...
Zones: Windows MFCDate Answered: 06/11/2004 Grade: A Views: 0
I created a a dialog base application to send and receive data throught comport. I worked successfully The main dialog have 1 list box to show data read from port 1 edit box to type anything y...
Zones: Windows MFCDate Answered: 06/21/2004 Grade: B Views: 0
How can I find which process using comport in windows 95/ NT programmaticly? May be this is the same as how to find which process that has opened a file? In that case: how can I find which proce...
Zones: Windows ProgrammingDate Answered: 04/05/1997 Grade: B Views: 0
I am trying to enable at least four comports on a Pentium Pro.  I currently have COM1 and COM2 working and I have added a card for COM3 and COM4.  COM 1 is on IRQ 4, COM2 is on IRQ 3, COM3 is on IR...
Zones: HardwareDate Answered: 07/20/1997 Grade: B Views: 0
How can you find the comport addresses using delphi?
Zones: Delphi ProgrammingDate Answered: 01/14/1999 Grade: A Views: 0
I need to write to and read from the COM port. I have the following code which works under Win98, but fails under Win2k. What on earth I'm doing wrong? Thank you for you help, Levente ------...
Zones: Delphi ProgrammingDate Answered: 07/25/2003 Grade: A Views: 0