Page 2 of 7
Re: SoundGraph iMON plugin
Posted: Tue Mar 02, 2010 9:35 pm
by Johnson
to kricker
Writing this plugin I use a code of IR Server Suite (IRSS). It is a part of MediaPortal project.
Now I looking a code of "Imon USB Receivers.cs" and see that they can read both HID and non-HID devices. In the second case they use DeviceIoControl() to reading the driver.
So you can use IRSS or modify my plugin for DeviceIoControl().
Re: SoundGraph iMON plugin
Posted: Tue Mar 02, 2010 9:38 pm
by kricker
IRSS eh? I think XBMC uses that as well now.
If I only knew how to modify your plugin to use DeviceIoControl(). I'm a graphics guy not a programmer guy. Thanks for taking all the time to look into it.
Re: SoundGraph iMON plugin
Posted: Tue Mar 02, 2010 9:50 pm
by Johnson
Sorry but for me is not interest

And also I doesn't have HW to test.
Re: SoundGraph iMON plugin
Posted: Tue Mar 02, 2010 9:52 pm
by Johnson
to Moderator
Please (if it possible) rename topic from "SoundGraph iMON plugin" to "SoundGraph iMON HID plugin"
Re: SoundGraph iMON HID plugin
Posted: Wed Mar 03, 2010 8:24 pm
by zeeke
Thank you!
I will try this out as soon as I get an hour over. I have the Silverstone LC16M with IMON Inside i think it was called.
Re: SoundGraph iMON HID plugin
Posted: Wed Mar 03, 2010 9:48 pm
by Johnson
to zeeke
Please inform me about operability. If it work post yours Device ID and Version ID.
Re: SoundGraph iMON HID plugin
Posted: Thu Mar 04, 2010 6:23 pm
by zeeke
It doesn't show up in the config list so no luck
from the driver i got this info (I run a swedish OS so it might be different names):
Device ID
USB\VID_15C2&PID_FFDC\5&132358D2&0&2
Machine ID
USB\Vid_15c2&Pid_ffdc&Rev_0000
USB\Vid_15c2&Pid_ffdc
Re: SoundGraph iMON HID plugin
Posted: Fri Mar 05, 2010 9:36 pm
by Johnson
zeeke wrote:Device ID
USB\VID_15C2&PID_FFDC\5&132358D2&0&2
IÔÇÖm very sorry but PID_FFDC isn't HID device and not supported by plugin yet
You can try IR Server Suite (IRSS). It is a part of MediaPortal project.
According his code non-HID iMON also supported.
If it work please say it for me. May be I can inplement it in future.
Re: SoundGraph iMON HID plugin
Posted: Fri Mar 05, 2010 9:58 pm
by kricker
I'll try out the IRSS and let you know if it works for my devices. I'm pretty sure zeeke's uses a similar driver to mine.
Re: SoundGraph iMON HID plugin
Posted: Fri Mar 05, 2010 11:35 pm
by zeeke
Johnson wrote:zeeke wrote:Device ID
USB\VID_15C2&PID_FFDC\5&132358D2&0&2
IÔÇÖm very sorry but PID_FFDC isn't HID device and not supported by plugin yet
You can try IR Server Suite (IRSS). It is a part of MediaPortal project.
According his code non-HID iMON also supported.
If it work please say it for me. May be I can inplement it in future.
Is there any way to get the IRSS to generate events in EG?
Re: SoundGraph iMON HID plugin
Posted: Sat Mar 06, 2010 9:50 am
by Johnson
no way
Re: SoundGraph iMON HID plugin
Posted: Sun Mar 07, 2010 8:07 am
by zeeke
Johnson wrote:no way
hmm, so what is the point of using IRSS over the IMON drivers then?
Re: SoundGraph iMON HID plugin
Posted: Sun Mar 07, 2010 9:25 am
by Johnson
zeeke wrote:Johnson wrote:no way
hmm, so what is the point of using IRSS over the IMON drivers then?
It's only like another software that MAYBE work with iMON.
Also if it work I can use it's code in my plugin if future to support non-HID iMON.
I don't test it by self as have only HID device...
Re: SoundGraph iMON HID plugin
Posted: Thu Mar 11, 2010 9:26 pm
by EricJD
Does anyone know if this plugin works with the Antec Veris Multimedia Station EZ?
http://www.antec.com/Detail.bok?no=626
Re: SoundGraph iMON HID plugin
Posted: Fri Mar 12, 2010 6:50 am
by Johnson
It's a new device so plugin must work.