1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 <2012> 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 <2012> 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: [StreamDevice] parsing rapid inputs |
From: | Mark Rivers <[email protected]> |
To: | "'Pavel Masloff'" <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Wed, 30 May 2012 14:10:32 +0000 |
I don’t know about the output EOS, that depends what the scope expects. But it looks like it is definitely sending you \n\r, so you should set the InputEos
to “\n\r”. Mark From: Pavel Masloff [mailto:[email protected]]
Hi Mark, On Wed, May 30, 2012 at 6:00 PM, Mark Rivers <[email protected]> wrote: How have you set the input EOS on your asyn port? Have you overridden this by explicitly defining a terminator
in your stream protocol file? If you define the terminator as “\n\r” for the asyn port and don’t define it in your protocol file then I don’t
think you should have this problem, because the read won’t complete until it finds and consume the \r (CR) character. Mark From:
[email protected] [mailto:[email protected]]
On Behalf Of Pavel Masloff Hello,
|