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]>, Dirk Zimoch <[email protected]>, EPICS Tech Talk <[email protected]> |
Date: | Wed, 30 May 2012 14:00:43 +0000 |
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, |