Hello,
after a long search i found a x64 driver for my IgorPlug USB device (Cesko, the creator, doesnt wont to develop a x64 driver):
http://www.promixis.com/forums/showthread.php?t=17118
But how to use this driver with Eventghost? It claims not to recognice the present IgorPlug-Device.
How can i fix this? With a kind of renaming the driver?
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.
IgorPlug on Vista x64 - I found a replacement driver, but...
-
Der_Ventilator
- Posts: 5
- Joined: Tue Aug 05, 2008 6:40 pm
IgorPlug on Vista x64 - I found a replacement driver, but...
- Attachments
-
- igor64.rar
- (183.68 KiB) Downloaded 914 times
-
Der_Ventilator
- Posts: 5
- Joined: Tue Aug 05, 2008 6:40 pm
Re: IgorPlug on Vista x64 - I found a replacement driver, but...
OK, i fixed it. You just have to rename in the Igor PythonScript windll.IgorUSB:
Code: Select all
def __start__(self):
self.dll = None
self.threadShouldStop = False
try:
self.dll = windll.[b]EZMCUSB[/b]
except:
raise eg.Exception("No IgorPlug-USB driver installed!")
start_new_thread(self.ReceiveThread, ()) Re: IgorPlug on Vista x64 - I found a replacement driver, but...
hey,
i had the same problerm...
and i installed the driver
and the igorplug apperas as an EZMC USBIR Riever in the device manager!
than i changed the code in the pythonscript...
as u wirte it obove...shure with out the bold tags...!
but than i startet eventghost new an than this appears
sorry its german:
i need help please 
i had the same problerm...
and i installed the driver
and the igorplug apperas as an EZMC USBIR Riever in the device manager!
than i changed the code in the pythonscript...
as u wirte it obove...shure with out the bold tags...!
but than i startet eventghost new an than this appears
sorry its german:
Code: Select all
Fehler beim Laden der Plugin-Datei IgorPlugUSB.
Traceback (most recent call last) (851):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginManager.py", line 178, in LoadPluginInfo
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInfo.py", line 116, in ImportPlugin
File "C:\Program Files (x86)\EventGhost\plugins\IgorPlugUSB\__init__.py", line 29, in <module>
ImportError: No module named egf
IgorPlugUSB
Fehler beim Laden der Plugin-Datei IgorPlugUSB.
Traceback (most recent call last) (851):
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginManager.py", line 178, in LoadPluginInfo
File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInfo.py", line 116, in ImportPlugin
File "C:\Program Files (x86)\EventGhost\plugins\IgorPlugUSB\__init__.py", line 29, in <module>
ImportError: No module named egf-
Der_Ventilator
- Posts: 5
- Joined: Tue Aug 05, 2008 6:40 pm
Re: IgorPlug on Vista x64 - I found a replacement driver, but...
Auch unter Vista x64?
Das mit den Fetttags ist nat├╝rlich richtig.
Im Grunde verstehe ich davon nicht viel, nur dass eben in der Zeile self.dll = windll.EZMCUSB der Name der dll stehen muss, ohne die Dateiendung.
Das mit den Fetttags ist nat├╝rlich richtig.
Im Grunde verstehe ich davon nicht viel, nur dass eben in der Zeile self.dll = windll.EZMCUSB der Name der dll stehen muss, ohne die Dateiendung.
Re: IgorPlug on Vista x64 - I found a replacement driver, but...
Sory but y don't speack a god english
Here is the modified file, just copy and replace the old igor py and pyc files
rename the old folder of the plugin IGOR in EZMCUSB
i tested and work
i have another proble: if i pres any buton of remote i don't have a individual code for every buton, i have a lot of codes for one buton
Here is the modified file, just copy and replace the old igor py and pyc files
rename the old folder of the plugin IGOR in EZMCUSB
i tested and work
i have another proble: if i pres any buton of remote i don't have a individual code for every buton, i have a lot of codes for one buton
- Attachments
-
- __init__.py
- (4.13 KiB) Downloaded 605 times
Re: IgorPlug on Vista x64 - I found a replacement driver, but...
here is the pyc file
- Attachments
-
- __init__.rar
- (1.84 KiB) Downloaded 478 times
Re: IgorPlug on Vista x64 - I found a replacement driver, but...
Hello,
is this driver usable also for serial version of this IRDA receiver of Igor ?
Is the USB version really functional ?
Thank you for help
is this driver usable also for serial version of this IRDA receiver of Igor ?
Is the USB version really functional ?
Thank you for help