Something strange is happening from time to time. EG stops getting events from usb-uirt.
Restarting EG issues an error initializing the usb-uirt. indows device manager say that the uirt is enabled and is working fine.
What helps is unplugging/replugging the usb-uirt, then restarting EG and it all ...
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 33 matches
- Fri Aug 05, 2011 10:26 am
- Forum: General Support
- Topic: eg stops getting events from usb-uirt
- Replies: 12
- Views: 3806
- Wed Nov 17, 2010 1:50 pm
- Forum: General Support
- Topic: Slow webserver-plugin?
- Replies: 3
- Views: 1228
Re: Slow webserver-plugin?
I second the question. Webserver plugin is very slow.
I thing the do_GET() function can be optimized, or, instead of relying on httpBaseServer use something else altogether.
I thing the do_GET() function can be optimized, or, instead of relying on httpBaseServer use something else altogether.
- Wed Nov 17, 2010 11:49 am
- Forum: General Support
- Topic: webserver problem
- Replies: 3
- Views: 1454
Re: webserver problem
Thanks, I'm going to try this.
I solved the caching problem using an http-equiv expires=-1,
and the page reloading using jsquery/ajax. But your solution looks much slimmer and more elegant.
BTW, I uploaded my project to google-code at http://code.google.com/p/eventghost-web-remote/
I solved the caching problem using an http-equiv expires=-1,
and the page reloading using jsquery/ajax. But your solution looks much slimmer and more elegant.
BTW, I uploaded my project to google-code at http://code.google.com/p/eventghost-web-remote/
- Mon Nov 15, 2010 11:21 am
- Forum: General Support
- Topic: The plugin forum does not display "new topic" button
- Replies: 2
- Views: 3998
Re: The plugin forum does not display "new topic" button
That's a good answer, except there's no thread for the webserver plugin
(there's one for the dynamic webserver, but my issue is with the standard one)
Dan
(there's one for the dynamic webserver, but my issue is with the standard one)
Dan
- Sun Nov 14, 2010 6:13 pm
- Forum: General Support
- Topic: webserver problem
- Replies: 3
- Views: 1454
Re: webserver problem
Well, I started debugging webserver, and from what I see, the fault is probably the browser's.
It seems that safari on the ipad caches pages. e.g caches my remote.html?back page,
so when I hit the link again, it does not issue a get request to the webserver, and although the
page seemingly loads ...
It seems that safari on the ipad caches pages. e.g caches my remote.html?back page,
so when I hit the link again, it does not issue a get request to the webserver, and although the
page seemingly loads ...
- Sat Nov 13, 2010 10:30 am
- Forum: General Support
- Topic: webserver problem
- Replies: 3
- Views: 1454
webserver problem
I'm using EG 0.3.7.1562. windows XP.
I configured the webserver plugin, set up a page with an area map for my remote (see below),
and configured its events to macros.
I then stopped EG, and started it again. However, now I don't get any HTTP events from the webserver plugin.
I know the webserver is ...
I configured the webserver plugin, set up a page with an area map for my remote (see below),
and configured its events to macros.
I then stopped EG, and started it again. However, now I don't get any HTTP events from the webserver plugin.
I know the webserver is ...
- Sat Nov 13, 2010 10:23 am
- Forum: General Support
- Topic: The plugin forum does not display "new topic" button
- Replies: 2
- Views: 3998
The plugin forum does not display "new topic" button
I'd like to post a question there, but I can't. So I posted this here, and I'll post my question here as well.
- Mon Nov 08, 2010 3:47 pm
- Forum: Coding Corner
- Topic: Control through web server
- Replies: 2
- Views: 2627
Re: Control through web server
Thanks, that's exactly what I need.
- Mon Nov 08, 2010 12:11 pm
- Forum: Coding Corner
- Topic: Control through web server
- Replies: 2
- Views: 2627
Control through web server
I have an ipad, and would love to be able to control through EG (I'm using EG with gbpvr, as well as to blast external devices).
I have no intention writing code for the ipad, however, an idea came to me, develop a web page, serve it from the windows pc that runs EG.
Open the web page from a browser ...
I have no intention writing code for the ipad, however, an idea came to me, develop a web page, serve it from the windows pc that runs EG.
Open the web page from a browser ...
- Sat Sep 19, 2009 7:08 am
- Forum: General Support
- Topic: Remote issues 2 events per button
- Replies: 3
- Views: 853
Re: Remote issues 2 events per button
You are absolutely right. The STB is out of site.
I want to use EG and the blaster to "pass through" its events.
The blasting is actually working fine - I checked by macroing
the learned codes with a simple remote. But I want the original
STB remote to work as well.
Dan
I want to use EG and the blaster to "pass through" its events.
The blasting is actually working fine - I checked by macroing
the learned codes with a simple remote. But I want the original
STB remote to work as well.
Dan
- Fri Sep 18, 2009 2:55 pm
- Forum: General Support
- Topic: Remote issues 2 events per button
- Replies: 3
- Views: 853
Remote issues 2 events per button
Using EG 0.3.6.14, windows XP
Got a new set top box, with a new remote. I'm trying to teach EG to blast.
The problem I have is that each button on the remote issues 2 events.
If I use only one of the events, some other keys blast the same code.
Can I create a blast macro that will wait on the 2 ...
Got a new set top box, with a new remote. I'm trying to teach EG to blast.
The problem I have is that each button on the remote issues 2 events.
If I use only one of the events, some other keys blast the same code.
Can I create a blast macro that will wait on the 2 ...
- Fri Feb 13, 2009 6:59 pm
- Forum: General Support
- Topic: bluetooth remote
- Replies: 1
- Views: 871
Re: bluetooth remote
I have connected the phone to the bluetooth stack. I added it as a generic HID device.
EG receives continuous event from the phone.
How do I generate other events?
I guess I need some java app that will issue HID events over BT. Anyone
knows of such an app?
EG receives continuous event from the phone.
How do I generate other events?
I guess I need some java app that will issue HID events over BT. Anyone
knows of such an app?
- Fri Feb 13, 2009 4:16 pm
- Forum: General Support
- Topic: bluetooth remote
- Replies: 1
- Views: 871
bluetooth remote
I would like to use bluetooth for remote control.
I searched the forums and discovered the PS3 remote control plugin. Great.
However, I don't have a PS3 remote. I could buy one, or some other generic BT remote
(are there any???).
And then I found a question about FMA - some project for controlling a ...
I searched the forums and discovered the PS3 remote control plugin. Great.
However, I don't have a PS3 remote. I could buy one, or some other generic BT remote
(are there any???).
And then I found a question about FMA - some project for controlling a ...
- Thu Feb 12, 2009 9:59 am
- Forum: General Support
- Topic: Transmit IR code format different from receive IR format
- Replies: 3
- Views: 1229
Re: Transmit IR code format different from receive IR format
If we could get the long code list for a given remote, it should be very easy
to create a repeater function without the annoying setup:
for each long code generate the short code, save both in a table. When you get a short
code, find it in the table and blast the long code.
Now, where can we get ...
to create a repeater function without the annoying setup:
for each long code generate the short code, save both in a table. When you get a short
code, find it in the table and blast the long code.
Now, where can we get ...
- Thu Feb 12, 2009 9:53 am
- Forum: General Support
- Topic: A place for example configurations?
- Replies: 2
- Views: 954
Re: A place for example configurations?
How about using the wiki to post these configs?