Page 1 of 2 12 LastLast
Results 1 to 40 of 51

Thread: Acr120u Sdk

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    4

    Acr120u Sdk

    hy ,

    I have a ACR120U SDK, and I want to install it with LINUX (débian), I have just on this link :

    "http://www.acs.com.hk/drivers-manual.php?driver=ACR120" , the API drivers and I don't understand how is it work?.... somebody can help me?

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Acr120u Sdk

    Moved from API forum since this seems like a Linux installation problem.


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Re: Acr120u Sdk

    OK looking at the download, it comes as a RAR file so firstly you'll need to extract that using unrar or a similar utility, then if you cd into the extracted directory, you need to run "install.sh -i" which should install the drivers. Any help?

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    4

    Re: Acr120u Sdk

    Quote Originally Posted by CyberSurfer
    OK looking at the download, it comes as a RAR file so firstly you'll need to extract that using unrar or a similar utility, then if you cd into the extracted directory, you need to run "install.sh -i" which should install the drivers. Any help?

    when I have installed the file .rar download of "http://www.acs.com.hk/drivers-manual.php?driver=ACR120", and I do "install.sh -i" what have I do after in order to do work the ACR120U. I have just installed the librairy. The CD-ROM doesn't have the program of LINUX; Because When I connect the USB to the PC, nothing takes place.

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    4

    Re: Acr120u Sdk

    Quote Originally Posted by CyberSurfer
    OK looking at the download, it comes as a RAR file so firstly you'll need to extract that using unrar or a similar utility, then if you cd into the extracted directory, you need to run "install.sh -i" which should install the drivers. Any help?

    When I extract I have that:

    Extracting from ACR120U_API_Linux-Installer.rar

    Creating ACR120U_API_Linux-Installer OK
    Extracting ACR120U_API_Linux-Installer/ACR120.h OK
    Extracting ACR120U_API_Linux-Installer/libACR120U.so.1.5.0.4 OK
    Extracting ACR120U_API_Linux-Installer/ReadMe.txt OK
    Extracting ACR120U_API_Linux-Installer/setup.sh OK


    Then I install it:

    # ./setup.sh -i
    Please specify the location to install driver library [default: /usr/local]:

    Installing ACR120U Shared Library ...

    Installing driver library to /usr/local/lib ...

    Installing library header to /usr/local/include ...

    Installation is done!


    And after When I connect the contacless, how have I do to work it?

    thanks

  6. #6
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    I think you need to check the API Reference out. I've the same reader but I've used it with Windows and .Net, which was a relatively easy exercise.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  7. #7
    New Member
    Join Date
    May 2009
    Posts
    3

    Re: Acr120u Sdk

    hi i everyone please help me i need sdk for acr 120 usb for developt my final project actually i need source code sample ..... can any people hepl me please........

  8. #8
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    The SDK includes sample code in C++, C# and VB.Net.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  9. #9
    New Member
    Join Date
    May 2009
    Posts
    3

    Re: Acr120u Sdk

    but i'm missing my cd development kit where i can get the new one please?

  10. #10
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    You can find everything here.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  11. #11
    New Member
    Join Date
    May 2009
    Posts
    3

    Re: Acr120u Sdk

    hi iwas develop code for login with acr 120 usb but i have error code -2030
    this is my code :


    vb Code:
    1. Dim sto As Long
    2. Dim LogType As Byte
    3. Dim TagType As Byte
    4. Dim TagLength As Byte
    5. Dim TagSN(0 To 9) As Byte
    6. Dim ResultTagType As Byte
    7. Dim ResultTagLength As Byte
    8.  
    9. ' Select Tag
    10. retcode = ACR120_Select(rHandle, ResultTagType, ResultTagLength, TagSN(0))
    11.  
    12.  
    13. If retcode < 0 Then
    14.     MsgBox ErrDef(retcode)
    15.     HaveTag = False
    16. Else
    17.     HaveTag = True
    18.     MsgBox "selected Success"
    19.     If HaveTag = True Then
    20.        
    21.         If ResultTagType = 4 Or ResultTagType = 5 Then
    22.             SN = ""
    23.             For ctr = 0 To 3
    24.                 SN = SN + Hex(TagSN(ctr)) + " "
    25.             Next
    26.         End If
    27.     End If
    28. End If
    29.  
    30.  
    31.  
    32.  
    33.  
    34. Select Case (Combo1.ListIndex)
    35.       Case 0: LogType = ACR120_LOGIN_KEYTYPE_AA
    36.              
    37.               'Log in using Keytype AA... User Key Input
    38.               'Convert Hex keys to Decimal before storing in Pkey()
    39.              
    40.               pKey(0) = Hex_Dec(Text3, 1)
    41.               pKey(1) = Hex_Dec(Text4, 1)
    42.               pKey(2) = Hex_Dec(Text5, 1)
    43.               pKey(3) = Hex_Dec(Text6, 1)
    44.               pKey(4) = Hex_Dec(Text7, 1)
    45.               pKey(5) = Hex_Dec(Text8, 1)
    46.              
    47.              
    48.       Case 1: LogType = ACR120_LOGIN_KEYTYPE_BB
    49.      
    50.               'Log in using Keytype BB... User Key Input
    51.               'Convert Hex keys to Decimal before storing in Pkey()
    52.              
    53.               pKey(0) = Hex_Dec(Text3, 1)
    54.               pKey(1) = Hex_Dec(Text4, 1)
    55.               pKey(2) = Hex_Dec(Text5, 1)
    56.               pKey(3) = Hex_Dec(Text6, 1)
    57.               pKey(4) = Hex_Dec(Text7, 1)
    58.               pKey(5) = Hex_Dec(Text8, 1)
    59.                
    60.      
    61.       Case 2: LogType = ACR120_LOGIN_KEYTYPE_FF
    62.               'Log in using the Transport Key which is FF FF FF FF FF FF
    63.               pKey(0) = &HFF
    64.               pKey(1) = &HFF
    65.               pKey(2) = &HFF
    66.               pKey(3) = &HFF
    67.               pKey(4) = &HFF
    68.               pKey(5) = &HFF
    69.              
    70.       Case 3: LogType = ACR120_LOGIN_KEYTYPE_STORED_A
    71.               'Login using stored keys A from user specified Register in EEPROM
    72.               sto = CLng(txtStoredNumber.Text)
    73.      
    74.       Case 4: LogType = ACR120_LOGIN_KEYTYPE_STORED_B
    75.               'Login using stored keys B From user specified register in EEPROM
    76.               sto = CLng(txtStoredNumber.Text)
    77.              
    78.       Case Else:
    79.               MsgBox "Please Select Log-in Type", vbExclamation, "Log-In Fail"
    80.               Exit Sub
    81.    End Select
    82.      
    83.      
    84.      'set sector
    85.      Sec = CInt(txtSector.Text)
    86.      
    87.      'MsgBox sto
    88.      'Log in
    89.      
    90.      retcode = ACR120_Login(rHandle, Sec, LogType, sto, pKey(0))
    91.    
    92.     RETCODE ITS ALWAYS GOTO ERROR .... -2030
    93.    
    94.    
    95.     'check if retcode is error
    96.     If retcode < 0 Then
    97.        'Form1.List1.AddItem (ErrDef(retcode))
    98.        MsgBox ErrDef(retcode)
    99.        
    100.     Else
    101.        'Form1.List1.AddItem ("Login Success: " + CStr(retcode))
    102.        'Form1.List1.AddItem ("Log at Sector: " + CStr(Sec))
    103.        Unload Me
    104.     End If
    105.    
    106.    
    107.    
    108.     'autoscroll listbox to the latest added item
    109.     'Form1.List1.ListIndex = Form1.List1.NewIndex
    110.  
    111.     Unload Me
    whats wrong with my code
    Last edited by manavo11; May 26th, 2009 at 01:07 PM. Reason: Added code tags

  12. #12
    New Member
    Join Date
    Jun 2009
    Posts
    2

    Re: Acr120u Sdk

    Quote Originally Posted by ntg View Post
    You can find everything here.
    I can't find the vb.net or even vb6 sample code within the site... Where can i download this? Hope you can help me out on this... I also dont have the SDK CD now...

  13. #13
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Attaching the VB.Net samples I've got.
    Attached Files Attached Files
    Last edited by ntg; Jun 26th, 2009 at 06:03 PM.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  14. #14
    New Member
    Join Date
    Sep 2009
    Posts
    2

    Re: Acr120u Sdk

    I dont have the SDK CD :-(. Please ntg, could you attach the C++ and C# samples too?

    Thanks in advance!

  15. #15
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Here you go.
    Attached Files Attached Files
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  16. #16
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    -2030 means ERR_ACR120_INCORRECT_PARAM. You're passing something incorrect to the Login method. If you can add VBCode tags to your post I can try to see what's wrong, even though it's VB6. Better still, can you dump the contents of the rHandle, Sec, LogType, sto and pKey variables to a new post, plus the type of card you're using?
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  17. #17
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Acr120u Sdk

    Quote Originally Posted by ntg View Post
    -2030 means ERR_ACR120_INCORRECT_PARAM. You're passing something incorrect to the Login method. If you can add VBCode tags to your post I can try to see what's wrong, even though it's VB6. Better still, can you dump the contents of the rHandle, Sec, LogType, sto and pKey variables to a new post, plus the type of card you're using?
    I edited the post to add the code tags.


    Has someone helped you? Then you can Rate their helpful post.

  18. #18
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Thanks manavo, it's clearer now.

    shivavalkyre, the contents of the rHandle, Sec, LogType, sto and pKey variables prior to the would be very helpful ACR120_Login method would be nice ;-)
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  19. #19

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    4

    Re: Acr120u Sdk

    Have you resolved your problem with your code?

  20. #20
    New Member
    Join Date
    Jun 2009
    Posts
    2

    Re: Acr120u Sdk

    Thanks ntg... will be checking it out immediately...

  21. #21
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Kindly note that I've never mentioned that there are Delphi samples.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  22. #22
    New Member
    Join Date
    Jan 2010
    Posts
    2

    Re: Acr120u Sdk

    Dear Ntg,

    Sorry for misunderstanding me. I was making an enquiry, that if you have it i would really appreciate if you shared. i thought you had the SDK CD, which has most of the languages. But if anyone else has please share it with me, i have an application am upgreading in delphi.

    Regards
    Zack

  23. #23
    New Member
    Join Date
    Nov 2010
    Posts
    4

    Re: Acr120u Sdk

    Hi I'm having some problems with the development of one application using my reader ACR120 Usb !
    I saw that some of you posted some sample souce code but even with that I'm not able to read more than the UID of a mifare Ultralight card !

    I'm trying to read the entire memory of the card and also to be able to write inside the user memory but I don't understand how to deal with that !

    Is there anyone of u who would be able to help me !or who would be able to send me the ACR120 Tool program from the sdk disk ???

    Thanks in advance

  24. #24
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Unfortunately I haven't used a mifare Ultralight card.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  25. #25
    New Member
    Join Date
    Nov 2010
    Posts
    4

    Re: Acr120u Sdk

    I read on the documentation of the sdk cd that the ACR120 Tool program would be able to give me some information in a lot of different tags.

    It would be nice if u can provide me that program !!!

  26. #26
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Whatever ACS has posted in this link is available for download. I can't really post one of their own programs from the SDK now, can I?
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  27. #27
    New Member
    Join Date
    Nov 2010
    Posts
    4

    Re: Acr120u Sdk

    Maybe it's not so good to post it directly like that in the forum but u can contact me by personnal message to find a solution !
    thanks in advance !

  28. #28
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Sorry black, bad idea. I'd really love to help you out but posting the code is the only thing I can do.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  29. #29
    New Member
    Join Date
    Nov 2010
    Posts
    4

    Re: Acr120u Sdk

    It's ok ! the sample u already posted helped me a lot but not to finalize what I want to do
    I also contacted the website of the reader's creator to ak them how to use that reader with the mifare ultralight cards but they does'nt seem to care a lot about their customers

  30. #30
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    They just want you to buy the SDK
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  31. #31
    New Member
    Join Date
    May 2009
    Posts
    8

    Re: Acr120u Sdk

    please help me guys.., this is for our thesis.., we used acr120u reader and the problem is we dont know how to write in mifare card, what is the purpose of login?

  32. #32
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Thesis for what?
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  33. #33
    New Member
    Join Date
    May 2009
    Posts
    8

    Re: Acr120u Sdk

    an access control system, we used acr120u for our system.

  34. #34
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    The card has data that is arranged in sectors. To access sector data you need to provide a key (that's what happens with Login). Depending upon the key, you may be able to just read the data or read and write data back to the card. Key distribution depends upon your application (for example, access control is totally different than having a transport wallet like the Oyster Card).

    The mifare cards use what at first inspection appears to be a complex access control system but when you get familiarized it's not that hard. However, in order to get more info you need the ACR SDK documents. I don't know what you've purchased but I suspect that if you only got an ACR contactless reader/writer you didn't get access to the documents. If that is so, you need to purchase an ACR SDK which comes complete with a contactless reader/writer and the SDK CD. That includes the "Mifare Standard Card IC Functional Specification" (without which you have no chance of figuring out the Mifare card scheme) and the "ACR Contactless Reader/Writer API". There are also some other documents but these are the most important ones.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  35. #35
    New Member
    Join Date
    May 2009
    Posts
    8

    Re: Acr120u Sdk

    Thanks ntg for the info, I have the sdk which I downloaded in here. Where do I get that key? What happens if I log in that key? I can now able to write on the card when I login that key? Thanks for your time.
    Last edited by paulren.carpio; Dec 4th, 2010 at 05:52 AM.

  36. #36
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Quote Originally Posted by ntg View Post
    However, in order to get more info you need the ACR SDK documents. I don't know what you've purchased but I suspect that if you only got an ACR contactless reader/writer you didn't get access to the documents. If that is so, you need to purchase an ACR SDK which comes complete with a contactless reader/writer and the SDK CD. That includes the "Mifare Standard Card IC Functional Specification" (without which you have no chance of figuring out the Mifare card scheme) and the "ACR Contactless Reader/Writer API". There are also some other documents but these are the most important ones.
    Quote Originally Posted by paulren.carpio View Post
    Thanks ntg for the info, I have the sdk which I downloaded in here. Where do I get that key? What happens if I log in that key? I can now able to write on the card when I login that key? Thanks for your time.
    I thought you had the SDK. Anyway, you can get the SDK documents by purchasing the SDK from ACR.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  37. #37
    New Member
    Join Date
    May 2009
    Posts
    8

    Re: Acr120u Sdk

    Yes, I have the SDK but it is only a program made on vb.net and I don't have the knowledge to use it especially writing on the card.

  38. #38
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    Mifare cards come with default keys which you can use to later change those keys. Posted samples (like the master key sample) shows the default key.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  39. #39
    New Member
    Join Date
    May 2009
    Posts
    8

    Re: Acr120u Sdk

    Can these be possible?:
    1. write/read generated number in mifare ultralight card.
    2. change mifare ultralight card serial number.
    3. write/read data in mifare ultralight card.
    Hope for the answer. Thanks.. Thanks.. Thanks.. and Thank you!!!

  40. #40
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Re: Acr120u Sdk

    As far as I know, you can't change the Mifare serial number.
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width