04-23-2013 04:13 AM
Hello
me too I have a problem with that kind of application. I use multithreading communication between my evalboard (stm32F4) and NICVI (my PC equipped with corei3 processors ) I am not using a high baud rate (9600) but the communication is always faster than the cvi code execution. I wonder, if there is someone who can help me in improving execution time and thinks in advance. (the code is not complicated I have just to verify a checksum of every received packet ).
Solved! Go to Solution.
04-23-2013 04:16 AM
...having some code to examine would help us to understand what's happening.
Also, how long is the packet you are receiving? How often is it transmitted?
04-23-2013 05:19 AM
Hello Mr. Roberto
Thinks for answering me. For the code if you are lookig for the CVI one you will find it attached below. the application is an implementation of a protocole similar to the Xmodem (the X modem implemented in CVI doesn't work with my other devices).
( my problem that, my device goes more faster than the application XmodemRcvRoutine) thinks in advance.