Advertisement

1 - 10 of 24 containing alltags:("Comm port") (0 seconds)
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...
Zones: Windows ProgrammingDate Answered: 02/13/1998 Grade: C Views: 0
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= "...
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
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...
Zones: Windows Batch, Windows XP, Windows OSDate Answered: 06/20/2007 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 03/25/1999 Grade: C Views: 0
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
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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 06/22/2004 Grade: A Views: 4
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 ...
Zones: Windows MFCDate Answered: 05/31/2005 Grade: A Views: 0