Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Unanswered

custom control to read USB cardreader - error on pkcs11 module

(0) ShareShare
ReportReport
Posted on by 595

Dear,

I am trying to build a simple PCF control to read data (firstname, lastname,...) from an USB cardreader.

I haved been able to create a stand-alone nodejs application that reads the data from a card using the following library:

kolllor33/eid-lib: An eid library for interacting with the belgian eid middelware for nodejs (github.com)

 

var http = require("http");
http.createServer(function (request, response) {
 const CardReader = require("eid-lib");
 const cardReader = new CardReader("beidpkcs11.dll");
 var slots = (cardReader.GetSlotList(true));
 var session = cardReader.CreateSession(slots[1]);
 slots.forEach(element => {
 console.log(cardReader.GetNationalNumber() );
 console.log(cardReader.GetFullName());
 });
 cardReader.Finalize();
}).listen(8081);
console.log('Server running at http://127.0.0.1:8081/');

 

However, I am now trying to do the same in a PCF control, but when trying to build the control, I get a lot of errors about the used library pkcs11.node 

KoenJanssensPD_0-1688732653980.png

this goes beyond my knowledge...

any tips on how I can get this working?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 55 Super User 2025 Season 1

Overall leaderboard