<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[libnfc developers community]]></title>
	<link rel="self" href="http://www.libnfc.org/community/feed/atom/"/>
	<updated>2012-02-08T13:28:53Z</updated>
	<generator>PunBB</generator>
	<id>http://www.libnfc.org/community/</id>
		<entry>
			<title type="html"><![CDATA["no device found" with SCL3711 / linux]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/564/no-device-found-with-scl3711-linux/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I successfully compiled libnfc1.5.1 using ubuntu 11.10 with package libusb-dev and an SCL3711 USB reader. But, when testing with utils/nfc-list, I get a message &quot;no device found&quot;. </p><p>dmesg only says &quot;usb 6-1: new full speed USB device number 5 using uhci_hcd&quot;. </p><p>Is there anything to do in order to get libusb working with the SCL3711?</p><br /><p>Thank you!</p>]]></summary>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/2582/</uri>
			</author>
			<updated>2012-02-08T13:28:53Z</updated>
			<id>http://www.libnfc.org/community/topic/564/no-device-found-with-scl3711-linux/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Why ACR122 devices are not recommended with libnfc ?]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/510/why-acr122-devices-are-not-recommended-with-libnfc/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello,</p><p>As there are many users who ask about ACR122, I would like to clarify why this is a bad idea to use ACR122 (and derivated like Touchatag), at least with libnfc.</p><p>First, I have to say these devices are well-packaged, are cheap, have a nice look and work perfectly as RFID @13.56Mhz reader using PC/SC on common platforms as these devices are CCID compliant.</p><p>Internally, an ACR122 device is made with an MCU, a NFC chip (PN532) and an antenna.<br />MCU made the device CCID compliant and provide an USB connection.</p><p>Now let&#039;s talk about NFC and underlying requierements: to do more than RFID reader, you will need to:<br /> - Poll for different targets (NFC-A, NFC-B, NFC-F and DEP)<br /> - Act as target in ISO/IEC 14443-4 emulation mode (optionnal regarding NFC Forum but very useful to be backward compatible with device that are not able to do P2P)<br /> - Do P2P as defined in &quot;Logical Link Control Protocal&quot; (LLCP) from NFC-Forum</p><p>Polling and acting as target need to be cancellable, ie. you start a target emulation but no initiator comes, you will have to abort the target emulation.<br />Next, LLCP defines some timeouts for command sending/receiving but long timeouts relies on &quot;abortable&quot; commands.</p><p>In actual architecture, libnfc directly talk to NFC Chip (PN532).<br />To do that, libnfc&#039;s ACR122 driver passthrough PC/SC (and internal MCU) by using some special commands that allow to send frames directly to the PN532.<br />So with ACR122, the libnfc relies on PC/SC but there is no timeout on command and no way to cancel a running command in PC/SC API.</p><p>Conclusion, we can&#039;t do reliable and robust NFC with ACR122 and libnfc.</p><p>Of course, any contributions are more than welcome to fully support ACR122 devices in libnfc.</p>]]></summary>
			<author>
				<name><![CDATA[Cave Creek Water Damage]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2012-02-08T08:35:03Z</updated>
			<id>http://www.libnfc.org/community/topic/510/why-acr122-devices-are-not-recommended-with-libnfc/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[PN512 card emulation mode]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/580/pn512-card-emulation-mode/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,<br />I am going to implement the card emulation mode using PN512.<br />NXP documents are not sufficient to implement this functionality.<br />Can anyone describe this functionality and give documents to the same.<br />Thanks to all to see this message.............</p>]]></summary>
			<author>
				<name><![CDATA[arul]]></name>
				<uri>http://www.libnfc.org/community/user/2781/</uri>
			</author>
			<updated>2012-02-08T04:45:01Z</updated>
			<id>http://www.libnfc.org/community/topic/580/pn512-card-emulation-mode/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Recycling old Mifare-Cards - Formatting does not work]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/460/recycling-old-mifarecards-formatting-does-not-work/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello!</p><p>I started experimenting around with my touchatag and some mifare cards. As I still<br />have some old cards from which are not in use anymore I wanted to clear or format them<br />to put my own data on them.</p><p>Sadly, they have no default keys but I managed to get around this problem and got <br />them with mfoc. I put them into the default_keys[] array in the mifare-classic-format.c <br />but it still complains about having no valid key:</p><p>&quot;No known authentication key for sector 0&quot;</p><p>I double-checked the keys I got from mfoc with the ones I put into the source but still<br />no success.</p><p>Is there some way to just check if the key I used was correct?</p><p>Or maybe another way to &quot;clear&quot; a mifare-card to default values?</p><p>Greetings,<br />Gesar</p>]]></summary>
			<author>
				<name><![CDATA[custom hats]]></name>
				<uri>http://www.libnfc.org/community/user/1194/</uri>
			</author>
			<updated>2012-02-08T02:41:18Z</updated>
			<id>http://www.libnfc.org/community/topic/460/recycling-old-mifarecards-formatting-does-not-work/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[dpkg-shlibdeps Problem building deb Package]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/577/dpkgshlibdeps-problem-building-deb-package/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello everyone,</p><p>maybe someone can give me a hint what I am missing but I have a problem getting libnfc build in a package. I am running a Ubuntu 10.04 system and I follow the steps described at this link: <a href="http://www.libnfc.org/documentation/installation">http://www.libnfc.org/documentation/installation</a><br />I would like to create a package, so here are the steps I performed:<br /></p><div class="codebox"><pre><code>wget hxxp://libnfc.googlecode.com/files/libnfc-1.5.1.tar.gz
tar -xvzf libnfc-1.5.1.tar.gz
cd libnfc-1.5.1/
svn checkout hxxp://libnfc.googlecode.com/svn/tags/libnfc-1.5.1/debian
dpkg-buildpackage -b -us -uc</code></pre></div><p>I some point of the last step, I get the following error:<br /></p><div class="codebox"><pre><code>   ...
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libpcsclite.so.1 (used by debian/libnfc2/usr/lib/libnfc.so.2.0.0).
dh_shlibdeps: dpkg-shlibdeps -Tdebian/libnfc2.substvars debian/libnfc2/usr/lib/libnfc.so.2.0.0 returned exit code 2
make: *** [binary] Error 9
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2</code></pre></div><p>I tried to fix that with a file &quot;shlibs.local&quot; but I am not quite sure where to put it neither what the content should be. So far I tried to put it in the folder &quot;libnfc-1.5.1/debian&quot; as well as in &quot;libnfc-1.5.1/&quot;<br />As content I tried<br /></p><div class="codebox"><pre><code>libpcsclite 2 libnfc</code></pre></div><p>and<br /></p><div class="codebox"><pre><code>libpcsclite 2 libnfc.so.2.0.0</code></pre></div><p>unfortunatelly without success ... <img src="http://www.libnfc.org/community/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>When I am doing pcscd -v I get the following:<br /></p><div class="codebox"><pre><code>pcsc-lite version 1.8.2.
Copyright (C) 1999-2002 by David Corcoran &lt;corcoran@linuxnet.com&gt;.
Copyright (C) 2001-2011 by Ludovic Rousseau &lt;ludovic.rousseau@free.fr&gt;.
Copyright (C) 2003-2004 by Damien Sauveron &lt;sauveron@labri.fr&gt;.
Report bugs to &lt;muscle@lists.musclecard.com&gt;.
Enabled features: Linux i686-pc-linux-gnu serial usb libudev usbdropdir=/usr/local/lib/pcsc/drivers ipcdir=/var/run/pcscd configdir=/usr/local/etc/reader.conf.d</code></pre></div><p>So I assume libpcsclite is installed, and libusb-config --version gives me 0.1.12, what also should be fine.<br /></p><div class="codebox"><pre><code>sudo apt-get install libusb-dev libpcsclite-dev
sudo apt-get install libusb-0.1-4 libpcsclite1 libccid pcscd</code></pre></div><p>tells me everything is already the newest version ...</p><p>Does anyone has an idea?<br />cheers <img src="http://www.libnfc.org/community/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></summary>
			<author>
				<name><![CDATA[rconty]]></name>
				<uri>http://www.libnfc.org/community/user/2775/</uri>
			</author>
			<updated>2012-02-07T12:48:00Z</updated>
			<id>http://www.libnfc.org/community/topic/577/dpkgshlibdeps-problem-building-deb-package/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[SCL3711 "No NFC device found" on Windows 7]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/579/scl3711-no-nfc-device-found-on-windows-7/new/posts/"/>
			<summary type="html"><![CDATA[<p>I am attempting to use the SCL3711 on Windows 7. The device shows up when running testlibusb, so it would seem that&nbsp; LibUSB is functioning correctly. However, when I run nfc-list I get the message &quot;No NFC device found&quot;. Any suggestions on how to fix this problem would be greatly appreciated.</p>]]></summary>
			<author>
				<name><![CDATA[Luke Waldron]]></name>
				<uri>http://www.libnfc.org/community/user/2779/</uri>
			</author>
			<updated>2012-02-07T11:43:48Z</updated>
			<id>http://www.libnfc.org/community/topic/579/scl3711-no-nfc-device-found-on-windows-7/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[libnfc and CLRC632]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/578/libnfc-and-clrc632/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello,<br />I made my own pcb with NXP CLRC632 reader and uC MC9S08JM32 (working as SPI-UART bridge).<br />Is possible to use my reader chip with libnfc?</p><p>Thanks</p>]]></summary>
			<author>
				<name><![CDATA[maciek717]]></name>
				<uri>http://www.libnfc.org/community/user/753/</uri>
			</author>
			<updated>2012-02-07T11:34:30Z</updated>
			<id>http://www.libnfc.org/community/topic/578/libnfc-and-clrc632/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[concept about card emulation]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/498/concept-about-card-emulation/new/posts/"/>
			<summary type="html"><![CDATA[<p>Currenly, I am using acr122U(initiator) + blackberry bold 9900(target) to do card simulation, and&nbsp; my target is to let blackberry simulate the mifare 1K. </p><br /><p>Regarding to card emulation, I have the following questions</p><p>a. For mifare card emulation, is there necessary a secure element, say a &quot;mifare card&quot; inside the device? Can we just simulate the transaction of mifare commands through APDU. For example:</p><p>ACR122U-&gt; APDU command (read value block 0x5: FF B1 00 05 00)-&gt;ISO 14443 frame (encapsulate the APDU) -&gt; device -&gt; software on device handled the APDU, and return the simulated result<br />b. Currenty, I can let my blackberry enter into card emulation ISO144434-A, and recognized as &quot;mifare 1k&quot; (modified the history byte to be as same as a real mifare card). Based on my assumption, when I send command, which is not a real APDU (0x11, 0x12, 0x13, 0x14),&nbsp; &nbsp;the software inside the phone &quot;can&quot; recevice my command and processs it. Also, the reader can get the dummy response <br />c. But if I send a real mifare APDU command (FF B1 00 05 00), the card reader always return 0x63 0x00, and my software inside the phone never receivced the command sequence from the reader. </p><p>ACR122U-&gt; APDU command (read value block 0x5: FF B1 00 05 00)-&gt;ISO 14443 frame (encapsulate the APDU) -&gt; device&nbsp; ---X--&gt; software on device handled the APDU, and return the simulated result</p><p>Is there anything wrong with my concept ? or there must be a really mifare card inside the device, and let NFC controller route the real mifare APDU command to the secure element. Due to blackberry didn&#039;t provide a sign key for NFC secure element APIs. I just can let the phone simulate as a pure ISO14443-A type device.</p>]]></summary>
			<author>
				<name><![CDATA[softy342]]></name>
				<uri>http://www.libnfc.org/community/user/1368/</uri>
			</author>
			<updated>2012-02-06T17:07:43Z</updated>
			<id>http://www.libnfc.org/community/topic/498/concept-about-card-emulation/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Seeedstudio NFC Shield as UART target]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/495/seeedstudio-nfc-shield-as-uart-target/new/posts/"/>
			<summary type="html"><![CDATA[<p>I&#039;m having trouble connecting my NFC Shield (<a href="http://www.seeedstudio.com/depot/nfc-shield-p-916.html?cPath=132_134">1</a>,<a href="http://www.seeedstudio.com/wiki/index.php?title=NFC_Shield">2</a>) to PC through UART. Basically I just want to make NFC Shield available to libnfc.</p><p>I resoldered SEL1 to GND to force PN532 into UART mode. Then I connected J8 (POWER) and J4 (PC1) to CP2102-based USB-to-UART converter like this:</p><div class="codebox"><pre><code>GND -&gt; J8-2 (GND)
GND -&gt; J8-3 (GND)
+5V -&gt; J8-4 (+5V)
RXD -&gt; J4-5 (MOSI/SDA_)
TXD -&gt; J4-6 (SCL/RX/SS_)</code></pre></div><p>No luck. That&#039;s what nfc-list says in debug mode:</p><div class="codebox"><pre><code>lt-nfc-list: DBG pn532_uart.c:97
lt-nfc-list:     Trying to find PN532 device on serial port: /dev/ttyUSB0 at 115200 bauds.
lt-nfc-list: DBG uart_posix.c:106
lt-nfc-list:     Serial port speed requested to be set to 115200 bauds (86 µs).
TX: 55  55  00  00  00  00  00  00  00  00  00  00  00  00  00  00  ff  03  fd  d4  14  01  17  00  
lt-nfc-list: DBG uart_posix.c:219
lt-nfc-list:     iExpectedByteCount == 6
lt-nfc-list: ERROR: No ACK.
lt-nfc-list: DBG uart_posix.c:219
lt-nfc-list:     iExpectedByteCount == 9
lt-nfc-list: ERROR: Unable to wakeup the PN532.
TX: 00  00  ff  09  f7  d4  00  00  6c  69  62  6e  66  63  be  00  
lt-nfc-list: DBG uart_posix.c:219
lt-nfc-list:     iExpectedByteCount == 22
lt-nfc-list: ERROR: Unable to receive data. (RX)</code></pre></div><p>Tried 1.4.x and 1.5.x. Did I miss something?</p><p><span class="postimg"><img src="http://www.seeedstudio.com/forum/download/file.php?id=822" alt="http://www.seeedstudio.com/forum/download/file.php?id=822" /></span></p>]]></summary>
			<author>
				<name><![CDATA[ktownsend]]></name>
				<uri>http://www.libnfc.org/community/user/1364/</uri>
			</author>
			<updated>2012-02-06T10:53:06Z</updated>
			<id>http://www.libnfc.org/community/topic/495/seeedstudio-nfc-shield-as-uart-target/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[MFOC error (nfc_initiator_select_passive_target)]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/511/mfoc-error-nfcinitiatorselectpassivetarget/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello world,</p><p>When trying to run mfoc -O [card_dump] it gives me the following error:<br /><em>nfc_initiator_select_passive_target: Success</em><br />nfc-list tells me my reader (ACR122U 203 - PN532 v1.4) is connected. </p><p>If I remember correctly this function is called in nfc.c, but I can&#039;t figure out what is going wrong.<br />System I&#039;m using is openSUSE 11.4, mfoc-0.10.2, libnfc-1.4.2, libusb-1.0.8 and pcsc-lite-1.7.4.</p><p>-TM</p>]]></summary>
			<author>
				<name><![CDATA[TheMerciless]]></name>
				<uri>http://www.libnfc.org/community/user/2035/</uri>
			</author>
			<updated>2012-02-05T23:20:17Z</updated>
			<id>http://www.libnfc.org/community/topic/511/mfoc-error-nfcinitiatorselectpassivetarget/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Call for Windows contributors]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/341/call-for-windows-contributors/new/posts/"/>
			<summary type="html"><![CDATA[<p>Dear NFC-enthusiasts, hackers and developers!</p><p>The libnfc team is proud to announce major enhancements for the 1.6 serie, and development is moving forward quickly:<br /><a href="http://code.google.com/p/libnfc/updates/list">http://code.google.com/p/libnfc/updates/list</a></p><p>However, the core team is composed of GNU/Linux and FreeBSD hackers only, and some architecture changes totally broked the library down on Microsoft Windows. With no particular knowledge not interest in that Operating System, we are unfortunatelly unlikely to resurect it ourself, but we are aware that the Microsoft Windows support is a requirement for the libnfc.<br />We are therefore kindly requesting your contribution to port the changes we made to the library so that we can ship libnfc-1.6.0 with Microsoft Windows support.</p><p>If you like libnfc, use Windows and would like to contribute, feel free to write us a line!</p><p>Thanks!</p><p>The Libnfc Team</p>]]></summary>
			<author>
				<name><![CDATA[ephie]]></name>
				<uri>http://www.libnfc.org/community/user/26/</uri>
			</author>
			<updated>2012-02-05T19:33:37Z</updated>
			<id>http://www.libnfc.org/community/topic/341/call-for-windows-contributors/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[r1314 ACR122S bugs]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/576/r1314-acr122s-bugs/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,</p><p>I&#039;ve just registered here to tell you about some discovery. Me and my friend were stuck for like 3 hours digging what is wrong.<br />For support of ACS ACR122S (firmware 1.4) we downloaded latest svn commit r1314. When trying nfc-list we&#039;ve seen that device returning not all characters, just pseudo apdu for SUCCESS &quot;02 00 00 03&quot;. While sending manually command over serial was returning complete one with firmware bytes, as it was specified.<br />So here&#039;s the faii:<br /></p><div class="codebox"><pre><code>Index: libnfc/drivers/acr122s.c
===================================================================
--- libnfc/drivers/acr122s.c    (wersja 1314)
+++ libnfc/drivers/acr122s.c    (kopia robocza)
@@ -251,9 +251,9 @@
 acr122s_recv_frame(nfc_device *pnd, uint8_t *frame, size_t frame_size, void *abort_p, int timeout)
 {
   if (frame_size &lt; 13)
-    pnd-&gt;last_error = NFC_EINVARG;
+  {  pnd-&gt;last_error = NFC_EINVARG;
     return pnd-&gt;last_error;
-
+    }
   int ret;
   serial_port port = DRIVER_DATA(pnd)-&gt;port;</code></pre></div><p>Someone forgot the bloody brackets! :-D But that&#039;s not all. The leftover was a strange situation that we&#039;ve seen about the command returned showing the success bytes result for pn53x_init, but it was claiming as fail. <br />Success was 0, so making negation of 0 gives 1, so True.<br /></p><div class="codebox"><pre><code>@@ -621,7 +621,7 @@
   }
 #endif
 
-  if (!pn53x_init(pnd)) {
+  if (pn53x_init(pnd)) {
     log_put(LOG_CATEGORY, NFC_PRIORITY_ERROR, &quot;%s&quot;, &quot;Failed initializing PN532 chip.&quot;);
     acr122s_close(pnd);
     return NULL;</code></pre></div><p>After all that I was surprised, because with the lib mfoc was able to recover all keys. Unlike my previous trial with ACR122U (firmware 1.6) with Input/Output error while exploting, but I think it still might be fixed :-)</p>]]></summary>
			<author>
				<name><![CDATA[mastier]]></name>
				<uri>http://www.libnfc.org/community/user/2769/</uri>
			</author>
			<updated>2012-02-04T06:10:26Z</updated>
			<id>http://www.libnfc.org/community/topic/576/r1314-acr122s-bugs/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Anyone interested in working on the TRF7970A ?     77TRF7970A]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/448/anyone-interested-in-working-on-the-trf7970a-77trf7970a/new/posts/"/>
			<summary type="html"><![CDATA[<p>This is a TI part that supports peer to peer ( which is my main interest ) .<br />TI has a kit for $99.<br /><a href="http://focus.ti.com/docs/toolsw/folders/print/trf7970aevm.html?DCMP=nfc&amp;HQS=nfc-em-tf">http://focus.ti.com/docs/toolsw/folders &#133; =nfc-em-tf</a><br />If anyone is interested in developing FLOSS for this chip, let me know.<br />I will see if I can get you hardware to work with.&nbsp; &nbsp;Hardware can be a *USB to parallel interface* or *USB to SPI interface* or some other scheme we work out.&nbsp; &nbsp;I am willing to have PCBs made and populated.</p><p>The TRF7970A uses either an SPI or parallel interface.</p><p>Gus S. Calabrese<br />99guspuppet</p>]]></summary>
			<author>
				<name><![CDATA[TitanMKD]]></name>
				<uri>http://www.libnfc.org/community/user/638/</uri>
			</author>
			<updated>2012-02-02T20:18:46Z</updated>
			<id>http://www.libnfc.org/community/topic/448/anyone-interested-in-working-on-the-trf7970a-77trf7970a/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[MFCUK execution issue]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/575/mfcuk-execution-issue/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hello,</p><p>Working on Win XP SP3 and MacOSX:</p><p>Getting the revision R62, executing the win 32 binary from old-bin directory, works fine.<br />Compiling mfcuk using libnfc-1.5.1 dones not get any keys, on Win32 and MacOSX.</p><p>Anyone share the same experience ?</p><p>Regards,</p>]]></summary>
			<author>
				<name><![CDATA[gusASK]]></name>
				<uri>http://www.libnfc.org/community/user/611/</uri>
			</author>
			<updated>2012-02-02T16:39:55Z</updated>
			<id>http://www.libnfc.org/community/topic/575/mfcuk-execution-issue/new/posts/</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Reg:Writing ID to Mifare classic 1K card]]></title>
			<link rel="alternate" href="http://www.libnfc.org/community/topic/346/regwriting-id-to-mifare-classic-1k-card/new/posts/"/>
			<summary type="html"><![CDATA[<p>Hi,<br />Good day to all!</p><p>I am using Mifare classic 1K card in one of my RFID based project for college.<br />I want to store register number of the student in the tag , so that the reader should read this number for authentication &amp; link to his database in back-end PC . </p><p>I tried to change the ID of the Tag its not possible to change . reader will always reads the deafault ID (58C4E09C) .</p><p>How can I store the data in the&nbsp; tag so that the reader&nbsp; will read at the data ( register number )whatever i stored during authentication time.</p><p>Please help...<br />Regards,<br />Girish Kuamr</p>]]></summary>
			<author>
				<name><![CDATA[Homes for sale]]></name>
				<uri>http://www.libnfc.org/community/user/752/</uri>
			</author>
			<updated>2012-02-01T03:37:43Z</updated>
			<id>http://www.libnfc.org/community/topic/346/regwriting-id-to-mifare-classic-1k-card/new/posts/</id>
		</entry>
</feed>

