2021-01-13 08:55 AM
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
Solved! Go to Solution.
2021-01-14 11:19 PM
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
2021-01-14 11:19 PM
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
2021-01-15 01:47 AM
Deleted