Topic: Source: Using LibNFC 1.3.9 with C#

Dear readers,


I saw a request to have a c# function, and I recently also got a similar question in my emailbox, so I created a first example.
You can download it at
http://www.huuf.info/LibNFCdotNet.rar


I'll expand the library over time, if people want it to be expanded.

Re: Source: Using LibNFC 1.3.9 with C#

Thanks for this. I was just about to post a question for VB.net implimentation.

If you dont mind posting a vb.net source that would be great.

Re: Source: Using LibNFC 1.3.9 with C#

Nice port Anon122. Do you have a more recent version  already?

Re: Source: Using LibNFC 1.3.9 with C#

Anon122 wrote:

Dear readers,


I saw a request to have a c# function, and I recently also got a similar question in my emailbox, so I created a first example.
You can download it at
http://www.huuf.info/LibNFCdotNet.rar


I'll expand the library over time, if people want it to be expanded.

Hello,

through your work with C # I understand how to implement the libraries.

Currently, I try to rewrite similar code with my DLL (libnfc 1.5.1).

So I change the code in C # but I am having some problems.

Can you help me?

Re: Source: Using LibNFC 1.3.9 with C#

i would love to help and write a wrap for c# for 1.5.1 however.. i can't seem to get the DLL (not able to cmake mingw etc)
so if someone can post the 1.5.1 DLL for 32bit x86 win xp  that would be great... thanks!

Re: Source: Using LibNFC 1.3.9 with C#

lnfccrc wrote:

i would love to help and write a wrap for c# for 1.5.1 however.. i can't seem to get the DLL (not able to cmake mingw etc)
so if someone can post the 1.5.1 DLL for 32bit x86 win xp  that would be great... thanks!

I can provide a DLL 1.5.1. But I designed it in win7 64bit.

You can create a wrapper for the management of the libnfc library in c #?

that would be great !!!

Re: Source: Using LibNFC 1.3.9 with C#

If you need it I can provide a 1.5.1 32bit DLL !
Please tell me if you need it smile

Leo

Re: Source: Using LibNFC 1.3.9 with C#

rleo79 wrote:

If you need it I can provide a 1.5.1 32bit DLL !
Please tell me if you need it smile

Leo

it would be possible to run this wrapper with an application in c # win7 64-bit?

Re: Source: Using LibNFC 1.3.9 with C#

Hi, i'm new to vb.net programming. I need to develop in Visual Basic an authentication application that reads from a phone a couple of data trough NFC. I use an ACR122u reader.

Do you think your library can help me?
I downloaded your code, and opened with visual basic studio 2010. I see an empty form, how i can use it?

Thanks

PS: i'm under win7 64-bit

Re: Source: Using LibNFC 1.3.9 with C#

I just tried out the original post project. and it works!
I Have been seaching for this for about a week, and it seems to work smoothly. so just all kinds of thumbs up from me.