cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing UART functionality in ST25R3911B-DISCO board.

JKSah
Associate II

We are trying to implement UART functionality in ST25R3911B-DISCO board.

In firmware side we have implemented all the functionality on the board and it is working properly, we have tested it by sending data (formed using frame structure) by serial terminal to the board and receiving proper data frame from the board to the PC.

But we are facing issue on the host side of the software we are trying to implement. We have ST25R3911DISCOComm.dll file which implement host side of code. All the code related to device communication is implemented inside .dll file which can't be changed without source code. Is there any way to get .dll source code?

Also is the source code of QT GUI(STSW-ST25R001) of the board is also available to download?

Further we have planned to implement wifi over this board using uart connectivity.

@Ulysses HERNIOSUS_O​ 

1 ACCEPTED SOLUTION

Accepted Solutions
Ulysses HERNIOSUS
ST Employee

Hi JKSah,

The DLL is also contained in the GUI source. Please beware that the DLL itself is relying on the GUI function - thus requiring also the various QT DLLs.

Regards, Ulysses

View solution in original post

2 REPLIES 2
Ulysses HERNIOSUS
ST Employee

Hi JKSah,

The DLL is also contained in the GUI source. Please beware that the DLL itself is relying on the GUI function - thus requiring also the various QT DLLs.

Regards, Ulysses

Deleted