06-08-2007 03:43 AM
06-08-2007 04:06 AM
Hi,
Although I am unable to give you an exact answer I would suggest you to try this utility to check whats happening at the COM port when you read/write each time. Portmon can probably help you to debug your application. Hope it helps!
Regards,
Deepu.
06-08-2007 05:45 AM
06-08-2007 08:01 PM
Did you try reading the buffer one time immediately after clearing it ? May be this will ensure if the buffer actually cleared or not. You may also monitor the Rx line using a scope to ensure the data is sent with the specified interval only.
06-09-2007 11:05 AM
06-11-2007 02:51 AM
But the device isn't sending in continious, It is sending a data each second, so waiting 1.2 seconds only one data should be received.
In ither hand, on the loop, if some data is received when data stored is been readed the loop will execute again till there will be no data to read.
And on third place, yes, if I delete the 1.2 seconds delay it stills happends the same
06-11-2007 04:16 AM
Hi
Why don't you post your VI here so that we can look at it and see if there anything else that could be going wrong. Meanwhile, could you try to see what happens if you remove the RS232 cable from PC after some reads ?
Regards
06-11-2007 05:51 AM
06-20-2008 01:38 PM
06-20-2008 03:00 PM