PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Share data between .net framwork and windev  19
Share data between .net framwork and windev 19
Débuté par Dragan Loncar, 27 oct. 2019 16:36 - 2 réponses
Posté le 27 octobre 2019 - 16:36
Hi
I have RFID scanner, and his SDK is written in .net framework.
I wan to transfer that tag value in windev app, so i can validate user via rfid.
So how can i transfer data (string ) from .net console app to windev app ?
Membre enregistré
27 messages
Posté le 16 septembre 2021 - 11:29
Hi, same question as above, I have RFID reader EVO-UHF [R-DT], SDK written in .net framework.

Or is there a way to implement RFID reader in WINDEV app as a keyboard emulation?

If I use example app in Windev (Barcode read) for configuration, for specific serial port there is error

"Error on port detected by WLanguage security mechanism.

Access is denied.
"

How to solve this?
Posté le 16 septembre 2021 - 15:47
your sdk is a .net assembly.

You need to import it in your project, then use its methods, whatever they are
What you will be able to do with it depends on the sdk itself, so that part of your question cannot be answered...

If you do not know how to use a .net assembly in windev, look in the help at .net and/or check fabrice harari's you tube channel. He has a free course available there on that specific subject.