<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Irving De la Cruz's Blog</title><subtitle type="html">Musings, ideas, and information</subtitle><id>http://blogs.msdn.com/irvingd/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/irvingd/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/irvingd/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2007-04-26T16:06:00Z</updated><entry><title>New BizTalk DSPI sample for Phidget devices available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/irvingd/archive/2007/05/12/new-biztalk-dspi-sample-for-phidget-devices-available.aspx" /><id>http://blogs.msdn.com/irvingd/archive/2007/05/12/new-biztalk-dspi-sample-for-phidget-devices-available.aspx</id><published>2007-05-13T01:30:00Z</published><updated>2007-05-13T01:30:00Z</updated><content type="html">&lt;P&gt;I finally got around to finish and post the first release of the Phidget devices.&lt;/P&gt;
&lt;P&gt;It is available here: &lt;A href="http://blogs.msdn.com/irvingd/pages/biztalk-rfid-device-provider-dspi-for-phidget-devices.aspx" mce_href="http://blogs.msdn.com/irvingd/pages/biztalk-rfid-device-provider-dspi-for-phidget-devices.aspx"&gt;http://blogs.msdn.com/irvingd/pages/biztalk-rfid-device-provider-dspi-for-phidget-devices.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Additional updates will be posted in this blog.&lt;/P&gt;
&lt;P&gt;I'll be posting sample snippets on how to access the devices using BizTalk's synchronous command model.&lt;/P&gt;
&lt;P&gt;The code is based on a managed hardware abstraction layer I wrote to deal with the low-level hardware commands. I'll describe it and demonstrate how to use it in future articles and posts.&lt;/P&gt;
&lt;P&gt;Please post comments and questions in my blog!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2581556" width="1" height="1"&gt;</content><author><name>irvingd</name><uri>http://blogs.msdn.com/members/irvingd.aspx</uri></author></entry><entry><title>Phidget RFID BizTalk RFID coming soon</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/irvingd/archive/2007/04/26/phidget-rfid-biztalk-rfid-coming-soon.aspx" /><link rel="enclosure" type="image/x-png" length="55681" href="http://blogs.msdn.com/irvingd/attachment/2291814.ashx" /><id>http://blogs.msdn.com/irvingd/archive/2007/04/26/phidget-rfid-biztalk-rfid-coming-soon.aspx</id><published>2007-04-27T02:29:00Z</published><updated>2007-04-27T02:29:00Z</updated><content type="html">&lt;P&gt;A while back I wrote a proof-of-concept DSPI for the &lt;A class="" href="http://www.phidgets.com/index.php?module=pncommerce&amp;amp;func=itemview&amp;amp;KID=1177630350131.107.0.73&amp;amp;IID=48" target=_blank mce_href="http://www.phidgets.com/index.php?module=pncommerce&amp;amp;func=itemview&amp;amp;KID=1177630350131.107.0.73&amp;amp;IID=48"&gt;PhidgetRFID&lt;/A&gt; reader from &lt;A href="http://www.phidgets.com/"&gt;www.phidgets.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've received a lot of requests for this DSPI and I wanted&amp;nbsp;to post a quick update to let you all know that I've redone it and will be posting it shortly in my blog.&lt;/P&gt;
&lt;P&gt;Currently, I'm doing some finishing touches, some testing, and writing up the deployment document. I'll expect to post this in the next few days.&lt;/P&gt;
&lt;P&gt;Attached is&amp;nbsp;a&amp;nbsp;screenshoot on the Phidget provider in the BizTalk RFID management console.&lt;/P&gt;
&lt;P&gt;Stay tuned for updates. Suggestions welcome.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2291814" width="1" height="1"&gt;</content><author><name>irvingd</name><uri>http://blogs.msdn.com/members/irvingd.aspx</uri></author><category term="BizTalk RFID" scheme="http://blogs.msdn.com/irvingd/archive/tags/BizTalk+RFID/default.aspx" /></entry><entry><title>New BizTalk DSPI sample for DLP Design devices available</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/irvingd/archive/2007/04/26/new-biztalk-dspi-sample-for-dlp-design-device-avaialble.aspx" /><id>http://blogs.msdn.com/irvingd/archive/2007/04/26/new-biztalk-dspi-sample-for-dlp-design-device-avaialble.aspx</id><published>2007-04-27T02:06:00Z</published><updated>2007-04-27T02:06:00Z</updated><content type="html">&lt;P&gt;The new sample for developing BizTalk RFID drivers has been posted.&lt;/P&gt;
&lt;P&gt;It is available here: &lt;A href="http://blogs.msdn.com/irvingd/pages/biztalk-rfid.aspx" mce_href="http://blogs.msdn.com/irvingd/pages/biztalk-rfid.aspx"&gt;http://blogs.msdn.com/irvingd/pages/biztalk-rfid.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Additional updates will be posted in this blog.&lt;/P&gt;
&lt;P&gt;I'll be posting sample snippets on how to access the device using BizTalk's synchronous command model.&lt;/P&gt;
&lt;P&gt;The code is based on a managed hardware abstraction layer I wrote to deal with the low-level hardware commands. I'll describe it and demonstrate how to use it in future articles and posts.&lt;/P&gt;
&lt;P&gt;Please post comments and questions in my blog!&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2291730" width="1" height="1"&gt;</content><author><name>irvingd</name><uri>http://blogs.msdn.com/members/irvingd.aspx</uri></author><category term="BizTalk RFID" scheme="http://blogs.msdn.com/irvingd/archive/tags/BizTalk+RFID/default.aspx" /></entry></feed>