<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>RFID Toys : Parallax RFID reader and linux</title>
  <link>http://www.rfidtoys.net/forum/</link>
  <description>This is an XML content feed of; RFID Toys : RFID Implantation : Parallax RFID reader and linux</description>
  <pubDate>Sat, 25 May 2013 23:27:17 +0000</pubDate>
  <lastBuildDate>Wed, 09 Jan 2013 19:36:11 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 10.11</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.rfidtoys.net/forum/RSS_post_feed.asp?TID=634</WebWizForums:feedURL>
  <image>
   <title>RFID Toys</title>
   <url>http://rfidtoys.net/images/RFIDToys.jpg</url>
   <link>http://www.rfidtoys.net/forum/</link>
  </image>
  <item>
   <title>Parallax RFID reader and linux : Hey if anyone&amp;#039;s looking to...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5549&amp;title=parallax-rfid-reader-and-linux#5549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=9188">bash_guy2</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 09 January 2013 at 7:36pm<br /><br />Hey if anyone's looking to read a single tag's value, here's what made it work for me using bash and the parallax rfid samplers (which are 10 bytes).<br><br>#!/bin/bash<br>#first set terminal settings for /dev/ttyUSB0<br>stty -F /dev/ttyUSB0 cs8 -ixon raw speed 2400&nbsp; <br><br>#then use od to read /dev/ttyUSB0 into the variable RFID (read the manpage to see what all the switches do)<br>RFID=$(od -A n -c -j 1 -N 10 /dev/ttyUSB0 | sed 's/&nbsp;&nbsp; //g') <br><br>#finally print the value of the variable RFID<br>echo "Your rfid tag's value is $RFID"<br>]]>
   </description>
   <pubDate>Wed, 09 Jan 2013 19:36:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5549&amp;title=parallax-rfid-reader-and-linux#5549</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : Apparently the new arduino (possibly...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5355&amp;title=parallax-rfid-reader-and-linux#5355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=7385">wolfdog1987</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 16 June 2012 at 10:33pm<br /><br />Apparently the new arduino (possibly older ones too) are able to function in keyboard mode. So i was thinking, write up a program to throw on it, make my own keyboard wedge. Depending how my other question gets answered, it could have decent range too. We shall see. To be honest, programming is very intimidating to me, so that's why i havent really learned it yet. That and i may be lazy.]]>
   </description>
   <pubDate>Sat, 16 Jun 2012 22:33:05 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5355&amp;title=parallax-rfid-reader-and-linux#5355</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux :  I tested a cheap USB wedge reader...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5351&amp;title=parallax-rfid-reader-and-linux#5351</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=1">amal</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 12 June 2012 at 10:20pm<br /><br />I tested a cheap USB wedge reader and it seemed to work alright with both 2x12 and 3x13 tags;&nbsp;<a href="http://blog.amal.net/?p=3339" target="_blank" rel="nofollow">http://blog.amal.net/?p=3339</a><div><br></div><div>-- let me rephrase that -- it worked alright for an un-implanted 2x12mm tag. I commented in the post about not being able to read a 2x12mm that was implanted, but the test subject had a 2x12mm implant that was implanted very deep into the tissue and nowhere near the surface of the skin, so results may vary.</div><span style="font-size:10px"><br /><br />Edited by amal - 12 June 2012 at 10:22pm</span>]]>
   </description>
   <pubDate>Tue, 12 Jun 2012 22:20:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5351&amp;title=parallax-rfid-reader-and-linux#5351</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : Ah damn. So there&amp;#039;s one thing...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5349&amp;title=parallax-rfid-reader-and-linux#5349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=7385">wolfdog1987</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 12 June 2012 at 9:58pm<br /><br />Ah damn. So there's one thing I could try to work on, a moderately low cost hardware keyboard wedge solution. That would come in handy for me quite often so I'll make that a goal. I guess have a parallax reader or a red bee spit the numbers out to a micro controller and have that do the keyboard emulation? I seriously need to learn some linux  programming...]]>
   </description>
   <pubDate>Tue, 12 Jun 2012 21:58:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5349&amp;title=parallax-rfid-reader-and-linux#5349</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : The PCProx reader doesn&amp;#039;t...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5344&amp;title=parallax-rfid-reader-and-linux#5344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=1">amal</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 12 June 2012 at 9:15am<br /><br />The PCProx reader doesn't work well with 2x12mm glass tags. It does barely work with 3x13mm tags though;&nbsp;<a href="http://blog.amal.net/?p=272" target="_blank" rel="nofollow">http://blog.amal.net/?p=272</a>]]>
   </description>
   <pubDate>Tue, 12 Jun 2012 09:15:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5344&amp;title=parallax-rfid-reader-and-linux#5344</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : I haven&amp;#039;t seen any I can...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5340&amp;title=parallax-rfid-reader-and-linux#5340</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=7385">wolfdog1987</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 12 June 2012 at 1:18am<br /><br />I haven't seen any I can really recommend, but any reader that can emulate a keyboard without any drivers should work. I think the red bee can do this and was designed specifically for the glass ampoules that are popular for implantation. The pcprox one would do fine for any flat antenna tag, not sure on the glass tags though.]]>
   </description>
   <pubDate>Tue, 12 Jun 2012 01:18:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5340&amp;title=parallax-rfid-reader-and-linux#5340</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : the last comment was make during...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5279&amp;title=parallax-rfid-reader-and-linux#5279</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=9099">ArmArcher</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 16 April 2012 at 8:49am<br /><br />the last comment was make during 2009. So aint sure if the TS is still doing this idea, i am also interested in finding out more about RFID with linux and i was wondering if there's any recommend keyboard wedge that is available to use?]]>
   </description>
   <pubDate>Mon, 16 Apr 2012 08:49:14 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=5279&amp;title=parallax-rfid-reader-and-linux#5279</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : Wolfdog, Thanks for the link to...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=2909&amp;title=parallax-rfid-reader-and-linux#2909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=3854">B...</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 30 September 2009 at 8:06pm<br /><br />Wolfdog,<br />Thanks for the link to the wedge program! For some reason I <br />just thought it was the way the reader had to be <br />made/programmed to work.  I'm going to give it a try and <br />see what I can make out of it, even if it can't do login, <br />it will be cool to set as a password or login as you said.<br />B]]>
   </description>
   <pubDate>Wed, 30 Sep 2009 20:06:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=2909&amp;title=parallax-rfid-reader-and-linux#2909</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux :  Btw, anyone looking to get this...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=2882&amp;title=parallax-rfid-reader-and-linux#2882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=7385">wolfdog1987</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 13 September 2009 at 1:12am<br /><br />Btw, anyone looking to get this working on windows: Im sure theres plenty of stuff out there on how to make this work, but i got<span style="text-decorati&#111;n: underline;"></span><a href="http://download.cnet.com/PcWedge/3000-2110_4-10593782.html" target="_blank" target="_blank"></a> <a href="http://www.brothersoft.com/d.php?soft_id=104455&amp;url=http%3A%2F%2Fwww.carabez.com%2Fdownloads%2Fpcwedge.zip" target="_blank">this</a> working in like one minute as a keyboard wedge program. You cant use it to log you in, but it works for things like yahoo logins. Just has no form of pause in between reads.<span style="font-size:10px"><br /><br />Edited by wolfdog1987 - 18 September 2009 at 3:46am</span>]]>
   </description>
   <pubDate>Sun, 13 Sep 2009 01:12:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=2882&amp;title=parallax-rfid-reader-and-linux#2882</guid>
  </item> 
  <item>
   <title>Parallax RFID reader and linux : Ok, so, got both my microchips...</title>
   <link>http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=2881&amp;title=parallax-rfid-reader-and-linux#2881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.rfidtoys.net/forum/member_profile.asp?PF=7385">wolfdog1987</a><br /><strong>Subject:</strong> 634<br /><strong>Posted:</strong> 12 September 2009 at 9:27pm<br /><br />Ok, so, got both my microchips in today, so the experimenting has started. One of the chips is a Phillips Hitag 2 2048 from http://www.sleepallday.org/. I had it programmed to work like a standard glass ampoule from trossen robotics. I loaded up my terminal and ran the Hitag over my parallax reader, and out came my unique code. SUCCESS! Keep in mind that the hitag is programmed a special way to emulate the EM4102 tags. So i am reading up on C++ programming (since i know none, im teaching myself) and plan to write my own keyboard wedge emulation program to use with the parallax line of readers under ubuntu. If anyone has any questions at all, id be more than happy to help out. And if anyone can help me out, shoot me a pm.&nbsp;]]>
   </description>
   <pubDate>Sat, 12 Sep 2009 21:27:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.rfidtoys.net/forum/forum_posts.asp?TID=634&amp;PID=2881&amp;title=parallax-rfid-reader-and-linux#2881</guid>
  </item> 
 </channel>
</rss>