Unfortunately, there is no plan to deliver a 64bits version of the 3911B dll for the moment.You can eventually switch to ST25R3916B-DISCO version that has a 64 bits version
the rfalConvMsTo1fc is just a macro that multiply the parameter by 13560#define rfalConvMsTo1fc( t ) ( (t) * 13560 ) /*!< Converts the given t from ms to 1/fc */So just change rfalConvMsTo1fc(5) by (5 * 13560).The 'RFAL' variable corresponds ...
I TOzya. The Dll version number will allow me to check that you are not using an old version that can potentially embedded debug version of QSerialPort (it has been a known bug that has been fixed). The up to date one is v1.2.0 and use the right vers...
Hello TOzya. Can you give me the release nb of the dll? ( right click on the dll and look at 'detail' tab). You can also check dll & exe dependencies with Depends.exe usually distributed with Microsoft visual studio. For the 1.2.0 release, dependenci...