I am using FPW 2.6 and I need get data from COM1 serial Port. How can I do it ?
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_10135912.html
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 ?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10135914.html
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....
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10162957.html
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
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20136842.html
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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20140817.html
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...
http://www.experts-exchange.com/Programming/Languages/Q_20667970.html
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...
http://www.experts-exchange.com/Software/Misc/Q_20864059.html
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...
http://www.experts-exchange.com/Programming/Misc/Q_21083345.html
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...
http://www.experts-exchange.com/Hardware/Networking_Hardware/Modems/Q_22456251.html
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$="" ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22807377.html
Zones:
C#,
Winsock,
.NETDate Answered: 10/24/2007 Rating: 7.2 Views: 0