08-06-2010 11:16 AM
Here's a print screen of the PortMon of a command that I send, the front panel and diagram of my modified Serial Communication.
I get the right answer from the query, but you can see that the timeout came at the reading.
Have you ever see something like that?
Thanks,
Francis
08-06-2010 11:39 AM - edited 08-06-2010 11:40 AM
Don't set 'enable termination character' to False. The property that is being set only applies to reads. You want to stop the VISA Read when it sees the LF character. Otherwise, you need to moify your program to see how many bytes are available and pass that to the VISA Read.
08-06-2010 11:47 AM
@Dennis Knutson wrote:
Don't set 'enable termination character' to False.
Indeed. StarFiber: I explicitly said to set the "write" one, not the "read" one.
08-06-2010 01:09 PM
Hi,
It works fine now.
Thanks
Francis
08-23-2010 09:41 PM
my god, why i can not lauch a topic?
08-23-2010 09:48 PM
Well, you did but you did not post a question. Have you tried clicking on Help (same line as your user id)?