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
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10337616.html
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
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20281667.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20803709.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20805045.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21021991.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21028422.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10004219.html
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...
http://www.experts-exchange.com/Hardware/Misc/Q_10017351.html
Zones:
HardwareDate Answered: 07/20/1997 Grade: B Views: 0
How can you find the comport addresses using delphi?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10117587.html
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
------...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20287399.html