Hier gibt es eine neue L├Âsung, einen neuen Treiber (nicht von mir getestet)
http://0xef.wordpress.com/2012/07/21/ig ... ows-7-x64/
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.
Search found 5 matches
- Tue Sep 11, 2012 1:14 pm
- Forum: Hilfe und Support
- Topic: Eventghost und IgorUsb unter Win7 x64 --> So gehts
- Replies: 10
- Views: 20668
- Thu Jun 18, 2009 8:22 pm
- Forum: General Support
- Topic: IgorPlug on Vista x64 - I found a replacement driver, but...
- Replies: 6
- Views: 6174
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.
- Sat Jan 24, 2009 4:30 pm
- Forum: General Support
- Topic: IgorPlug on Vista x64 - I found a replacement driver, but...
- Replies: 6
- Views: 6174
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:
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, ())
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, ())
- Sat Jan 24, 2009 12:04 am
- Forum: Hilfe und Support
- Topic: Igorplug-USB unter Vista
- Replies: 6
- Views: 3739
Re: Igorplug-USB unter Vista
Vielleicht läuft es auch unter x64 Vista:
http://www.eventghost.org/forum/viewtop ... &sk=t&sd=a
Den Treiber hab ich jetzt schon mal, konnte ihn aber nicht aktivieren im Eventghost.
http://www.eventghost.org/forum/viewtop ... &sk=t&sd=a
Den Treiber hab ich jetzt schon mal, konnte ihn aber nicht aktivieren im Eventghost.
- Fri Jan 23, 2009 11:59 pm
- Forum: General Support
- Topic: IgorPlug on Vista x64 - I found a replacement driver, but...
- Replies: 6
- Views: 6174
IgorPlug on Vista x64 - I found a replacement driver, but...
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 ...
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 ...