Skip to main content
MBin
Associate
April 13, 2021
Solved

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

  • April 13, 2021
  • 1 reply
  • 766 views

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.

This topic has been closed for replies.
Best answer by Ulysses HERNIOSUS

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

1 reply

Ulysses HERNIOSUS
Technical Moderator
April 13, 2021

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

MBin
MBinAuthor
Associate
April 14, 2021

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.