May 3, 20188 yr comment_15212 I did create simple c++ sample, but I get a message [D] lib/libflirc/flirc_driver.c determine_iface(226): unsupported fw v:4.4 Please help, I use latest versions github SDK and fw 4.4.2. int main() { int rq = 0; rq = fl_open_device(0x20A0, "flirc.tv"); if(rq > -1) fl_close_device(); return 0; } Report
May 4, 20188 yr comment_15213 Thanks, I'm going to be issuing an update to the SDK soon. Should fix this. Sorry for the inconvenience. Releasing something new next week. Feel free to follow up here again if the problem persists. Give me till next Friday. Report
May 5, 20188 yr Author comment_15214 Maybe it is possible to downgrade fw to 4.4, and use a older GUI version? This week I have some extra time for experimenting. Report
May 12, 20188 yr Author comment_15221 With current SDK and lib, same problem. Is the current DLL 64bit? Did some reverse engineering, and now I use HID solution. (getversion, ir_state, debug_pipe, dmesg_pkv) Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.