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: Input "1" does not match format %1r |
From: | Dirk Zimoch <[email protected]> |
To: | [email protected] |
Date: | Tue, 22 Nov 2011 17:14:47 +0100 |
Martin Konrad wrote:
Hallo, I get the following error from StreamDevice (StreamDevice 2.5 with asyn R4-17 and base 3.14.11): 2011/10/31 14:15:24.807 a1sc01rfamp A1SC01:RFAmp:inStatus: Input "1" does not match format %1r As far as I understand the documentation every one-byte input should match %1r. So why does StreamDevice complain? The error message is printed in StreamCore.cc:1314. See the attached file for debugging output of StreamDevice. Any help appreciated Martin
The problem was a mismatch between the record type (stringin) and the data type of the %r converter (integer). I have to improve the error message.
Dirk