brm12 Posted January 7, 2025 Report Posted January 7, 2025 (edited) Hi. , Please help me find documentation on using libflirc.dll with examples. Thanks. Edited January 8, 2025 by brm12 Quote
jason Posted January 8, 2025 Report Posted January 8, 2025 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 13, 2025 Author Report Posted January 13, 2025 (edited) - Edited January 15, 2025 by brm12 Quote
brm12 Posted January 15, 2025 Author Report Posted January 15, 2025 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, 2025 Report Posted January 20, 2025 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
sullymin Posted December 15, 2025 Report Posted December 15, 2025 There isn’t much standalone documentation for libflirc.dll; the best reference is the official Flirc SDK on GitHub, which includes source code and example tools showing how the library is used in practice. On 1/7/2025 at 11:38 PM, brm12 said: Hi. , SoFlo Wheelie Life Please help me find documentation on using libflirc.dll with examples. Thanks. There isn’t much standalone documentation for libflirc.dll; the best reference is the official Flirc SDK on GitHub, which includes source code and example tools showing how the library is used in practice. 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.