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: Asyn support |
From: | <[email protected]> |
To: | <[email protected]>, <[email protected]> |
Date: | Thu, 29 Dec 2016 14:57:30 +0000 |
Hi, Using asyn will make developing a driver easier, but in most cases you can use StreamDevice (a separate install which works with asyn) and you only then need
to provide a text based protocol definition file for new devices. See
http://www.aps.anl.gov/epics/modules/soft/asyn/ for links to versions of asyn compatible with your EPICS base as well as links to using SteamDevice. If you will be installing other EPICS modules too, you may want to consider the synApps collection
https://www1.aps.anl.gov/BCDA/synApps which includes asyn and StreamDevice as well as many other useful EPICS modules Regards,
From: [email protected] [mailto:[email protected]]
On Behalf Of Stefen Paul Hi All, I have downloaded and built epics base 3.14.12.4 for windows, on a PC running winXP. I wanna use serial COM ports from epics application. I believe I will be needing asyn support to make that happen. plz suggest which asyn version will work with my epics version, how to integrate asyn in my setup and how to use it in application. Thanks, Stefen |