X10 remote.question
#1
Hello, is it possible to disable the X10 control for windows XP while leaving the X10 active for another application?
Thank.
Big GrinRoflRolleyes
Reply
#2
I have exactly the same problem.

I would also like to know how to MAP X10 remote keys into XBMC functions.
Reply
#3
tomorrow I post one new update REMOTEXBMC 2.0 for X10 remote
Reply
#4
did you manage to disable the windows xp control? i read somewhere that firefly drivers might work like this.
Reply
#5
Kill X10net.exe process & remote is not working anymore.
You have to find a solution to use the DLL without x10net.exe.

If you have a solution, let us know how to do this ;-)
Reply
#6
For disabled X10 control XP or VISTA edit the file : portcommands.x10
Reply
#7
mode2006 Wrote:For disabled X10 control XP or VISTA edit the file : portcommands.x10

Ok, but ...

Huh Where is locate that file Huh

I tryed to find all *.x10 files -> Zero Confused
Reply
#8
C:\Program Files\X10 Hardware
Reply
#9
mode2006 Wrote:C:\Program Files\X10 Hardware

Hummmm Interressant !
Thanks Mode2006 Wink
Reply
#10
En mettant les data="000000" la telecommande n'as plus le control de windows mais reste quand meme actif et donc du coup c'est a toi de jouer.
Reply
#11
REMOTEXBMC 2.0 gère trés bien les telecommandes X10 mais bon ca me fait chier car je sors un peu du context de base, en plus ca demande la creation d'un point ini + des modifs sur le keymap pour le mode eventclient aucuns soucis.
Reply
#12
Pas besoin de changer le keymap original.
Par contre j'en suis encore a étudier le fichier que tu m'a filé.
Il faudrait que je trouve comment piloter la DLL, car si tout se trouve
dans le *.x10, il faudrait encore que je trouve le moyen de l'exploiter.

Si tu as la méthode, tu peux envoyer, ca pourra tjr servir Wink
Tu peux tjr tester X10-BMC, pour voir si ta télécommande fonctionne.
De mon coté j'avais déjà testé REMOTEXBMC 2.0, mais sans succès avec
celle que je possède. C'est la raison pour laquelle j'ai démarer X10-BMC.
Reply
#13
Dav. Wrote:Pas besoin de changer le keymap original.
Par contre j'en suis encore a étudier le fichier que tu m'a filé.
Il faudrait que je trouve comment piloter la DLL, car si tout se trouve
dans le *.x10, il faudrait encore que je trouve le moyen de l'exploiter.

Si tu as la méthode, tu peux envoyer, ca pourra tjr servir Wink
Tu peux tjr tester X10-BMC, pour voir si ta télécommande fonctionne.
De mon coté j'avais déjà testé REMOTEXBMC 2.0, mais sans succès avec
celle que je possède. C'est la raison pour laquelle j'ai démarer X10-BMC.

Peus tu me donner ton NUmero IDVENDOR et PRODUCTID
Reply
#14
Dav tu peus me filer les sources de ton prog pour que je vois un peu comment tu communiques avec xbmc ?
Reply
#15
mode2006 Wrote:Peus tu me donner ton NUmero IDVENDOR et PRODUCTID

Tu le trouve ou le IDVENDOR ?

Ce qui se trouve sur ma télécommande :
P/N : 20017670
FCC ID :B4S20016398

Pour communiquer avec XBMC, je passe par les ctl X10 via :
Code:
Private Sub X10Control_X10Command(ByVal bszCommand As String, _
                                    ByVal eCommand As X10Ctl.EX10Command, _
                                    ByVal lAddress As Long, _
                                    ByVal EKeyState As X10Ctl.EX10Key, _
                                    ByVal lSequence As Long, _
                                    ByVal eCommandType As X10Ctl.EX10Comm, _
                                    ByVal varTimestamp As Variant)
                                    
    Call X10Remote(bszCommand, eCommand, lAddress, EKeyState, lSequence, eCommandType, varTimestamp)

End Sub


Et toi, comment tu pilotes la DLL via les commandes du fichier portcommands.x10 ?
Perso, j'ai pas compris comment tu arrives à piloter la DLL à partir de ce fichier.
Reply

Logout Mark Read Team Forum Stats Members Help
X10 remote.question0