I want to have a complete working example to send a string on the communication port and immediatly read the response of the device. My programming environment doesn't support multithreading! So, p...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10036716.html
Hi all!
I am developing a software using VB that is communicating to a GSM Modem..... I have added a comm Control on the form. Now I follow the following sequence.....
mscomm1.output= "...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21027374.html
Zones:
Visual BasicDate Answered: 06/17/2004 Grade: B Views: 0
Hello Experts.
Is it possible in VB to take control of a Comm Port
of another PC through the Network ? (i.e. R/W)
Thank you
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21748182....
Zones:
VB ControlsDate Answered: 02/28/2006 Grade: A Views: 0
We use a program that uses a handheld barcode scanner. The scanner is serial but uses a usb adapter. Quite often the application says it cannot find the scanner. I simply go the properties of th...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_22566769.htm...
I am using TApdComPort from Async Professional 2.5 in my application. After exiting, other application which uses the same communation serial port has an error. Usually, I need to reboot system (NT...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10142366.html
I'm writing a C program and need to attach the code to determine what the address of comm ports on a computer are. Need the code to incorporate within my own code. Apprecite any help.
Cheers
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10266432.html
Zones:
C++,
CYGWINDate Answered: 02/18/2000 Grade: C Views: 0
The following code works fine in Win98, but fails when run on NT:
int nPortNum= 1; // 1 is COM1, 2 is COM2, etc.
HANDLE hCommFile;
CString sDevName; sDevName.Format("\\\\ .\\COM%d", nPortNum...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11132045.htm...
Zones:
Windows MFCDate Answered: 09/15/2000 Grade: A Views: 4
I have an application that polls some equipment over COM1 or COM2. I open the port initially - then continually, poll device 1, wait for response, poll 2, wait for response..
This is a continous l...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_11649998....
Zones:
VB ControlsDate Answered: 05/27/2001 Grade: B Views: 0
I am developing a program,It Read longitude and latitude from GPS,I Connected GPS By Comm Port.
The question is,if a program from third part has open the comm port connected to GPS, How can i get...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20707921.html
I'm using VC++ 6, trying to write to a comm port. I have tested this using Hyperterm, and my message passes to my device correctly. I've attached a line analyzer to monitor the data, and when my ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21442194.htm...
Zones:
Windows MFCDate Answered: 05/31/2005 Grade: A Views: 0