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.
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
Re: SoundGraph iMON plugin
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().
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
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.
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
Sorry but for me is not interest 
And also I doesn't have HW to test.
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.
Re: SoundGraph iMON plugin
to Moderator
Please (if it possible) rename topic from "SoundGraph iMON plugin" to "SoundGraph iMON HID plugin"
Please (if it possible) rename topic from "SoundGraph iMON plugin" to "SoundGraph iMON HID plugin"
Re: SoundGraph iMON HID plugin
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.
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 |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Re: SoundGraph iMON HID plugin
to zeeke
Please inform me about operability. If it work post yours Device ID and Version ID.
Please inform me about operability. If it work post yours Device ID and Version ID.
Re: SoundGraph iMON HID plugin
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
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 |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Re: SoundGraph iMON HID plugin
IÔÇÖm very sorry but PID_FFDC isn't HID device and not supported by plugin yetzeeke wrote:Device ID
USB\VID_15C2&PID_FFDC\5&132358D2&0&2
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
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
Is there any way to get the IRSS to generate events in EG?Johnson wrote:IÔÇÖm very sorry but PID_FFDC isn't HID device and not supported by plugin yetzeeke wrote:Device ID
USB\VID_15C2&PID_FFDC\5&132358D2&0&2
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.
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 |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Re: SoundGraph iMON HID plugin
hmm, so what is the point of using IRSS over the IMON drivers then?Johnson wrote:no way
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 |
Server: Antec P180m | X6800 | XFX GF7100 | Corsair 4GB 6400CL5 | 3TB |
Stuff: LG 50PS3000 | Sanyo Z3 | Marantz SR7200 | B&W 683, B&W HTM61 | PS3 |
Re: SoundGraph iMON HID plugin
It's only like another software that MAYBE work with iMON.zeeke wrote:hmm, so what is the point of using IRSS over the IMON drivers then?Johnson wrote:no way
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
Does anyone know if this plugin works with the Antec Veris Multimedia Station EZ?
http://www.antec.com/Detail.bok?no=626
http://www.antec.com/Detail.bok?no=626
Re: SoundGraph iMON HID plugin
It's a new device so plugin must work.