Skip to main content
Ivan Smolin
Associate
January 16, 2018
Solved

ST25R3911DiscoComm.dll Need sample code usage

  • January 16, 2018
  • 2 replies
  • 1181 views
Posted on January 16, 2018 at 18:10

Or source code of 'ST25R3911B Discovery.exe' (1.1.16.0)

Yes, I really want some of it because ST25SDK is not applicable for me.

(See my previous question for details)

But it is better to just give me some source code - I waiting too long!

This topic has been closed for replies.
Best answer by Ulysses HERNIOSUS
Posted on January 17, 2018 at 15:48

Hi Ivan,

If you look into the installation directory of ST25R3911B-DISCO GUI you will find: 

  • ST25R3911DiscoComm.dll 
  • ST25R3911DiscoComm.h : prototypes for all functions
  • ST25R3911DiscoComm.lib : lib to be used when the DLL should be used by C/C++
  • iso14443a_select_by_uid.py : Small Python example showing usage of the DLL for ISO14443A only - the second part of it may not so interesting for you - direct select without previous anitcollision is rarely used.

This should enable you to understand the basic usage of the DLL.

Regards, Ulrich

2 replies

Tesla DeLorean
Guru
January 16, 2018
Posted on January 16, 2018 at 18:14

Perhaps contact your local ST sales office and the FAE's working out of there.

https://community.st.com/0D50X00009XkWobSAF

 
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Ulysses HERNIOSUS
ST Technical Moderator
January 17, 2018
Posted on January 17, 2018 at 15:48

Hi Ivan,

If you look into the installation directory of ST25R3911B-DISCO GUI you will find: 

  • ST25R3911DiscoComm.dll 
  • ST25R3911DiscoComm.h : prototypes for all functions
  • ST25R3911DiscoComm.lib : lib to be used when the DLL should be used by C/C++
  • iso14443a_select_by_uid.py : Small Python example showing usage of the DLL for ISO14443A only - the second part of it may not so interesting for you - direct select without previous anitcollision is rarely used.

This should enable you to understand the basic usage of the DLL.

Regards, Ulrich