Dear all,
I want to know if it is possible to use a dll file in a program that is going to compile for an AVR micro controller (including Tiny, Mega, XMega, UC3 families.) in any way?
Kindly Regards.
Dear all,
I want to know if it is possible to use a dll file in a program that is going to compile for an AVR micro controller (including Tiny, Mega, XMega, UC3 families.) in any way?
Kindly Regards.
No way. However if the code can be built as a static lib you may be able to use that. What DLL are you thinking about anyway?
Actually I bought an RFID module (more clear an RLM 100 UHF RFID module). I has some library to communicate with it in Windows, but there is no library to make a communication with it using ARV microControllers. So I asked the question to see if it is possible to use those dll libraries or not?
I checked the datasheet and it seems that this module use the UART protocol to communicate with the outside world, but I couldn't find the list of supported commands. Can you shed any light on this issue please? (Should I ask it in a new topic?)
Thanks in advance.