06-17-2008 12:02 PM
06-18-2008 09:54 AM
06-20-2008 12:11 PM
Hi,
Closing the port after the receive is not an option since the incoming message data is asynchronous to the LV program and the length of the receive string varies, depending on the response message.
I was able to solve the problem by closing the port only after the send sequence, but leaving it open following the receive.
Thanks again.