Help with building a plugin - Phidgets
Posted: Wed May 06, 2009 3:58 am
hi all,
I need a plugin for Phidgets, which is a hobbyist / prototyping hardware interface. Fortunately, they have readily-available API's and python modules. I was able to successfully pull the data from the device by just adding a Python Macro using their sample scripts with some minor changes. It dumps the data to the log, but since it is just "info" lines, I cannot build events off of it, so i really do need the plugin.
If anyone were up to the challenge, I am betting that someone with familiarity with Python could bang out a plugin pretty dang quick. Below is a link to the Phidgets python source, and the device that I need a plugin for is called the "InterfaceKit".
http://www.phidgets.com/downloads.php?example_id=31
Thanks in advance for any assistance!!
I need a plugin for Phidgets, which is a hobbyist / prototyping hardware interface. Fortunately, they have readily-available API's and python modules. I was able to successfully pull the data from the device by just adding a Python Macro using their sample scripts with some minor changes. It dumps the data to the log, but since it is just "info" lines, I cannot build events off of it, so i really do need the plugin.
If anyone were up to the challenge, I am betting that someone with familiarity with Python could bang out a plugin pretty dang quick. Below is a link to the Phidgets python source, and the device that I need a plugin for is called the "InterfaceKit".
http://www.phidgets.com/downloads.php?example_id=31
Thanks in advance for any assistance!!