• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 
April 27, 2024, 12:42:17 am

News:

SMF - Just Installed!


Data processing help

Started by trem0r, May 18, 2010, 07:12:17 am

Previous topic - Next topic

trem0r

Hi, Roman!

I am just trying to make a program kind of protocol analyzer that analyzes data frame format in HEX code. But our baseboard sends some comments and headers before each frame starts. So, I need some advice that can help me to get into deep programming. I am just in a shock of how to catch and separate the data coming from RS232.

Any advices or information manuals related to TnrDataProcessor component also be fine.

Thank you,
Sam

Roman Novgorodov

Hello

After installation nrComm Lib you can find following demo project:
Demos\DataProc\dataproc.dpr

It shows detection of different packet types.

If you need add into packet begin or packet end strings with non visible symbols, you can use runtime.

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

trem0r

I saw the demo projects. But they didn't fill my knowledge. So, I wanted nrdataprocessor component manuals in detail.

Would you like to show me some kind of other samples?

Sam

Roman Novgorodov

Hello

If you are registered user you can take a look at source code of nransi.pas;
It implements ANSI terminal commands over inheritance of TnrDataProtocol class.

We will try to improve our documentation in the future versions of library.

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