Enter Keywords:
1 - 10 of 157(0.013 seconds)
Sort By:
 
I am using FPW 2.6 and I need get data from COM1 serial Port. How can I do it ?
Zones: FoxProDate Answered: 04/05/1999 Rating: 6.6 Views: 0
I need one example application (with font)that read information from serial port( com1 ). Which component should I use ?
Zones: Delphi ProgrammingDate Answered: 03/08/1999 Rating: 8.6 Views: 0
I success builduig driver under NT4.0 (PC Intel) without debugger. But NOW, I would like to display debug message from my driver on a local machine or on a distant machine through NULL MODEM cable....
Zones: Windows NTDate Answered: 07/04/1999 Rating: 6.6 Views: 0
I would like to get com1 and com2,com communication examples,using Delphi 5.0!   can you guide me what WinControl of api should be understood and used?   Examples ,the best.   thanks
Zones: Delphi ProgrammingDate Answered: 04/15/2003 Rating: 6.4 Views: 0
Can you post a working example program on C, that waits until 'someone' sends a '*' from the serial port (COM1), then display a menu with '0','1','2',and '3', and if the user hits the '0' key, it ...
Zones: C++Date Answered: 06/29/2001 Rating: 8.2 Views: 0
I wrote a C++ progam that writes to the com port for a set amount of time and then closes. When run on it's own it works fine. I also wrote a java server that opens a program. The java server succe...
Zones: LanguagesDate Answered: 04/14/2004 Rating: 7.4 Views: 0
I am in need of code that will "turn-on and later off" the COM1 port when an email with a certain subject is received.  I am familiar with VB 6.0, but don't have access to it currently.  Is there a...
Zones: Misc SoftwareDate Answered: 01/30/2004 Rating: 7.0 Views: 0
Ok here is the situation.  I have a wire feed coming from a satellite reciever which outputs data to my computer at 38400.  The problem is that the software I need to read this data is only capable...
Zones: ProgrammingDate Answered: 09/13/2004 Rating: 7.0 Views: 0
PC is a Sony VAIO laptop PCG R505B running XP SP2. I want to connect a data logger to COM1, but its program cannot read COM1. It works OK on a desktop. The problem seems to be that the internal mod...
Zones: Modems, Windows XPDate Answered: 04/14/2007 Rating: 6.0 Views: 0
Can anyone help me translate this piece of code from BAsic to C# 10 OPEN "COM1:9600,N,8,1" AS #1 20 IF LOC(1)=0 THEN 60 30 A$=INPUT$(1,1) 40 PRINT A$;" "; 50 GOTO 20 60 B$=INKEY$ :IF B$="" ...
Zones: C#, Winsock, .NETDate Answered: 10/24/2007 Rating: 7.2 Views: 0