brm12 Posted January 7 Report Posted January 7 (edited) Hi. , Please help me find documentation on using libflirc.dll with examples. Thanks. Edited January 8 by brm12 Quote
jason Posted January 8 Report Posted January 8 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. Quote
brm12 Posted January 15 Author Report Posted January 15 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. Quote
jason Posted January 20 Report Posted January 20 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.