• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

how send/receive with nrcomm

Started by omidan321, November 26, 2013, 10:56:31 am

Previous topic - Next topic

omidan321

hi,
i want send/receive data with com port  . but cant do this job with nrcomm .
so , i waiting for your respond on this topic .

Roman Novgorodov

Hello

You can find several sample projects after installation nrComm Lib.

Demos\Codes\codes_demo.dpr - It receives data and shows HEX|DEC codes of incoming bytes.
Demos\SimplePacket\SimplePacket.dpr - It detects strings in incoming stream.
Demos\DataProc\dataproc.dpr - I detects various data packets with different packet begin, end and length.

Sending data is easy:
  nrComm1.SendString('Test'#13#10);

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.