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

Compiled into 64 bit , the nrDataProcessor1DataPacket function is invalid, why?

Started by sxbug, September 10, 2018, 11:00:37 am

Previous topic - Next topic

sxbug

Hello
           my Env: Delphi XE10.2, nrComm9.47, win10 64 bits
    A simple program , send a string to the serial port, the serial port returns a string like: 001.673 (plus a 0A0D terminator).  I had set  nrDataProcessor1 to fixed length =9, which program compiles to 32 bits, There is no problem. But when compiled into 64 bits, the  program cannot  execute the function nrDataProcessor1DataPacket ,  when I set nrComm1. terminal = memo1, I could see string 001.673  in memo1, But the function nrDataProcessor1DataPacket  is  also invalid.   why do  nrDataProcessor1DataPacket  packets fail?

Thanks

Roman Novgorodov

Hello

64-bit and 32-bit work identically.
Please send to me a ZIP ашду with source code of simple project that reproduces the problem.

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.

sxbug

Hello
  At first thank you for your reply. It's my problem , I had found  the problem in my program. Thank you for your prompt.



    Thanks


sxbug