‎07-29-2008 07:25 AM
Solved! Go to Solution.
‎07-29-2008 07:46 AM
muks wrote:
due to time out .....
muks wrote:
lack of processing data
‎07-29-2008 08:02 AM
‎07-29-2008 08:04 AM
muks wrote:
lack of processing data
‎07-29-2008 08:46 AM - edited ‎07-29-2008 08:48 AM
If you are processing lots of data through the COM port, you should use a producer consumer loop arrangement in order to read the port consistently.
How are you doing your port read? What else are you doing (at the same time)? Are you using an architecture which uses the loop efficiently? Not just spinning the loop while waiting for data...
Something in the code may be causing LV to crash....
Maybe if you posted your code we could have a look at it.
R
‎07-29-2008 09:08 AM
‎07-30-2008 07:08 AM
‎07-30-2008 07:12 AM
Glad you found it. 🙂
I would have been very surprised that something related to serial communication would cause LV to crash.. 😉
R