Board index » delphi » Serial comm with Delphi 3 under Windows 2000

Serial comm with Delphi 3 under Windows 2000

Hi Folks,

I'm looking for a way to communicate with a serial device
under windows 2000. Are there any free dlls available to
manage this?

I simply have to send a byte and get one in return. Coding and
decoding isn't the problem. But I just can't get any byte to or
from the com port.

Any idea?

Tia

Michael

 

Re:Serial comm with Delphi 3 under Windows 2000


Hello Michael,
You may test my Open Source Component
http://www.domis.de/serialng.htm
The Component runs under all Windows (9x,NT,2K,XP) and compiles from D3
up.
It includes the Source and two Demo-Programs (one very simple, one
complex)
Best regards
Ekkehard Domning

Michael Redmann schrieb:

Quote

> Hi Folks,

> I'm looking for a way to communicate with a serial device
> under windows 2000. Are there any free dlls available to
> manage this?

> I simply have to send a byte and get one in return. Coding and
> decoding isn't the problem. But I just can't get any byte to or
> from the com port.

> Any idea?

> Tia

> Michael

--
DomIS Internet Solution - Ekkehard Domning
Im "mCC": Industriestr. 17 - 49740 Haselnne
Mail: e...@domis.de Internet: http://www.domis.de

Other Threads