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: StreaDevice formating problem |
From: | Dirk Zimoch <[email protected]> |
To: | <[email protected]> |
Date: | Wed, 8 Apr 2015 14:07:39 +0200 |
%d On 08.04.2015 12:30, Jörn Wüstenfeld wrote:
Hello, I have a problem with a device, which returns a value with a fixed length of 3 characters, left padded with zero. If the value is below 100, it is interpreted as an octal value by StreamDevice if I use %i as format. Of course I can use %s and a stringin record, but then I do not have the EGU fioeld available for displaying. Is there a way to handle this in StreamDevice? Or is my only chance to write my own asyn driver for this device? Regards Jörn Wüstenfeld