Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

SoundGraph iMON HID plugin

Questions and comments specific to a particular plugin should go here.
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON plugin

Post 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().
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: SoundGraph iMON plugin

Post 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.
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON plugin

Post by Johnson »

Sorry but for me is not interest :wink:
And also I doesn't have HW to test.
Last edited by Johnson on Tue Mar 02, 2010 9:52 pm, edited 1 time in total.
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON plugin

Post by Johnson »

to Moderator
Please (if it possible) rename topic from "SoundGraph iMON plugin" to "SoundGraph iMON HID plugin"
zeeke
Posts: 15
Joined: Thu Apr 02, 2009 10:19 am

Re: SoundGraph iMON HID plugin

Post 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.
HTPC:Silverstone LC16M | E7200 | Gigabyte GA-EG45M-DS2H | Corsair 2GB 6400CL4 | Hauppauge HVR930C |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON HID plugin

Post by Johnson »

to zeeke

Please inform me about operability. If it work post yours Device ID and Version ID.
zeeke
Posts: 15
Joined: Thu Apr 02, 2009 10:19 am

Re: SoundGraph iMON HID plugin

Post 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
HTPC:Silverstone LC16M | E7200 | Gigabyte GA-EG45M-DS2H | Corsair 2GB 6400CL4 | Hauppauge HVR930C |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON HID plugin

Post 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.
kricker
Experienced User
Posts: 147
Joined: Thu Oct 12, 2006 5:49 am
Contact:

Re: SoundGraph iMON HID plugin

Post 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.
zeeke
Posts: 15
Joined: Thu Apr 02, 2009 10:19 am

Re: SoundGraph iMON HID plugin

Post 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?
HTPC:Silverstone LC16M | E7200 | Gigabyte GA-EG45M-DS2H | Corsair 2GB 6400CL4 | Hauppauge HVR930C |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON HID plugin

Post by Johnson »

no way
zeeke
Posts: 15
Joined: Thu Apr 02, 2009 10:19 am

Re: SoundGraph iMON HID plugin

Post by zeeke »

Johnson wrote:no way
hmm, so what is the point of using IRSS over the IMON drivers then?
HTPC:Silverstone LC16M | E7200 | Gigabyte GA-EG45M-DS2H | Corsair 2GB 6400CL4 | Hauppauge HVR930C |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON HID plugin

Post 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...
EricJD
Posts: 8
Joined: Thu Jan 21, 2010 7:53 pm

Re: SoundGraph iMON HID plugin

Post by EricJD »

Does anyone know if this plugin works with the Antec Veris Multimedia Station EZ?

http://www.antec.com/Detail.bok?no=626
Johnson
Posts: 48
Joined: Sun May 24, 2009 9:05 pm

Re: SoundGraph iMON HID plugin

Post by Johnson »

It's a new device so plugin must work.
Post Reply