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: Ignore a welcome message in a telnet connection using StreamDevice |
From: | Ralph Lange via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS Tech Talk <tech-talk at aps.anl.gov> |
Date: | Tue, 1 Dec 2020 12:39:56 +0100 |
I am working on an IOC for a device that has its control interface through telnet. The problem is there is a welcome message that appears once every time I connect to the device using any telnet interface. The welcome message is in this form:
Hello world command shell
Type ‘?’ for help
>
And then I have to send “scpi>” in order to start the SCPI mode. Is it possible to ignore this one-time message and send “scpi>” just once in StreamDevice?