ST25 SDK for .NET
Is there a .NET SDK for ST25 NFC tags that will let me read and write ISO 15693 Type 5 tags in C#? I have the ST25R3911B-DISCO reader/writer board.
The closest I've found so far is a COMMS dll which appears to be taken from the demo app and will not load under 64-bit .NET. I've also seen the Java SDK but that looks like it is using the same DLL under the covers and is again 32-bit only, so I can't use it in my 64-bit app.
I would ideally like to be able to use these tags from a modern (.net 8 64-bit) app. Any suggestions appreciated.

