Reply to thread

Hi!


I am the developer of this multiprotocol USB IR Receiver:

USB IR Remote Receiver - Mikrocontroller.net

(In the download is an english description included)

It support almost every IR protocol as you can see in the list.

It's a selfmade receiver which cost less than 10,- €.


In the download there is already a DLL Plugin included what is supporting DVBViewer, Girder, selfmade software and EventGhost. Now I want to add native Mediaportal support.


But I don't find any real example how to write an remote plugin. The example in wiki shows only a skin plugin.

Is there a description how to handle the inputs to MP? As String, as keyboard event,...?


Is it neccassary to do the IR-Code mapping in the plugin or can this be done in MP?

The USB IR Receiver just send the IR-Code to the host. The mapping to key strokes have to be done by the application itself.

the comunication with the hardware is over USB 1.1 with HID protocol.


thx!


Top Bottom