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: | comedi :) |
From: | Heinrich du Toit <[email protected]> |
To: | TechTalk EPICS <[email protected]> |
Date: | Tue, 28 Aug 2007 15:14:24 +0200 |
Just to let you know (I have an idea somebody out there might be interested) I've started working on a Comedi asyn device support layer for epics. http://www.comedi.org I know there is some people out there that would like to either use this and maybe contribute also. I will hopefully setup a project on sourceforge soon. If you have ideas you feel very strong about regarding this "driver" please email me :) I'm currently doing a c++ setup where 3 types of ports are available. SingleAnalog SingleDigital Command - this is Comedi speak for streams And then all options can be altered controlled by PVs or drvparams or using asynOption interface. It will support all of the asyn interfaces. Even Octet - for string options/feedback - and also for digital stream I/O. The comedi instruction interface will not be supported at this stage. ok well... beter get to programming :D -Heinrich