flirc / sdk

Flirc SDK and Example Applications
Other
54 stars 20 forks source link

Sample Documentation #7

Open BobbyShoe opened 3 years ago

BobbyShoe commented 3 years ago

Hello,

Do you have any documentation or code samples on how to receive input from the Flirc USB IR receiver? We would like to capture the IR signals from within our application.

Our application is written in C#, but we can wrap the C DLLs if needed to invoke the necessary functions.

Ideally we would like to map raw IR signals to commands in our application. However we could also possibly map the command buttons using your tool, and use the mapped keys. We would need to be able to identify the key command came from your USB IR device instead of a keyboard. Any suggestions?

Thanks, Bobby

t9mike commented 2 years ago

@BobbyShoe what did you end up doing for your application? One hack seems to be to setup global keyboard capture handled in C# (such as https://github.com/jasemagee/KeyLogger) and then just map FLIRC IR to keyboard presses.