PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → Share data between .net framwork and windev  19
Share data between .net framwork and windev 19
Iniciado por Dragan Loncar, out., 27 2019 4:36 PM - 2 respostas
Publicado em outubro, 27 2019 - 4:36 PM
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 ?
Membro registado
27 mensagems
Publicado em setembro, 16 2021 - 11:29 AM
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?
Publicado em setembro, 16 2021 - 3:47 PM
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.