Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Simple code to read and write sle 4428

Status
Not open for further replies.

carduser1

Newbie level 1
Joined
Aug 23, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,291
Can someone provide an idiots guide to reading and writing a SLE-4428.

I would like to write a 6 digit number into the card, this number will be permanent.

Also would like to use a different portion of memory to hold a temporory number that will
not rmain after power down.

Is their a step by step process for this.

Actually anything on reading and writing would help.

what is the first step?

I have already established Hevse the reader the card, and software to communicate PCSC.



Anyone help is appreciated.

Thanks

JN:???:
 

Your SLE 4428 card has default PIN = FFFF.
First you need to verify PIN USING below COMMAND :-
FF 20 00 00 02 FFFF
Then you can write data to SLE 4428 card.
If data is "My name is Kashyap" then in hex it is 4D79206E616D65206973204B617368796170.
Write Data:-
FF D0 00 20 12 4D79206E616D65206973204B617368796170.
You can also change default PIN. Suppose I want to chagne PIN to 1234 from FFFF then
use below Command:-
FF D0 03 FD 03 FF 1234.

To read data below command:-
FF B0 00 20 12

Thanks,
Kashyap
 
  • Like
Reactions: joebee

    joebee

    Points: 2
    Helpful Answer Positive Rating
Hello guys

I need to read and write SLE 4428 data in my .net application, for example to read a string stored in a memory location.
Is there any libraries available for .net platform?

Regards
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top