cancel
Showing results for 
Search instead for 
Did you mean: 

Need C# command to get "STM32 UID" and to do "Identify" as per ST25R3911B Discovery GUI.

MBin
Associate II

Hi,

Im developing an app that use more than one ST25R3911B-Disco reader boards at the same time and I need a way to differentiate between them.

As such, does anyone know if I can use any of the command provided by "ST25R3911_Interface.cs" file and if so, what is the syntax to do the following:

1) get STM32 UID

2) Identify

Please do help.

p/s: My last resort is to figure out using "DISCO-STM32L4x6" firmware folder but i hope there is a faster way.

1 ACCEPTED SOLUTION

Accepted Solutions
Ulysses HERNIOSUS
ST Employee

Hi MBin,

unfortunately the mentioned functions are not exported into DLL. So you won't be able to use them from C# either.

Best Regards, Ulysses

View solution in original post

2 REPLIES 2
Ulysses HERNIOSUS
ST Employee

Hi MBin,

unfortunately the mentioned functions are not exported into DLL. So you won't be able to use them from C# either.

Best Regards, Ulysses

Hi Ulysses,

Thanks for your reply. I even tried to retrieve USB product serial number from the readers - they are all identical. This is very unfortunate indeed.