Jump to content
Flirc Forums

Recommended Posts

Posted
On 1/7/2025 at 8:38 AM, brm12 said:

Hi. ,
Please help me find documentation on using libflirc.dll with examples.
Thanks.

https://github.com/flirc/sdk

That repo has example code which is the same code that ships with flirc_util. Should compile on anything with GCC / mingw setup properly. Headers are documented and example code should be enough to copy and pasta.

Posted
On 1/8/2025 at 2:00 PM, jason said:

https://github.com/flirc/sdk

That repo has example code which is the same code that ships with flirc_util. Should compile on anything with GCC / mingw setup properly. Headers are documented and example code should be enough to copy and pasta.

Thanks for the answer.
I use flirc_util.exe with the parameter sendir --raw=, and it works. However, I wanted to try calling the functionality via the DLL, as it might work faster. Unfortunately, I couldn't find useful information or examples on how to work with libflirc.dll in the package available at https://github.com/flirc/sdk.

Posted

It wont be faster. The reason it's slow, is it needs to 'open' the device every time it calls sendir. You can use the dll to create an app that leaves it open so you can send it messages? What are you trying to do?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...