Vista x64 protects the system by stopping any unsigned device driver from working. In addition there is also the 32/64 bit issue around the device driver.
The only way I have got around this is to run IR on a virtual PC within Vista x64 i.e. make use of VMWare or similar. Within this virtual PC ...
Search found 27 matches
- Wed Apr 23, 2008 5:19 pm
- Forum: JP1 - Software
- Topic: win vista x64 and ir.exe
- Replies: 8
- Views: 18041
- Wed Aug 29, 2007 3:48 pm
- Forum: JP1 - Software
- Topic: IR in Vista x64 fails to talk to the device
- Replies: 1
- Views: 3651
- Tue Aug 28, 2007 5:04 pm
- Forum: JP1 - Software
- Topic: IR in Vista x64 fails to talk to the device
- Replies: 1
- Views: 3651
IR in Vista x64 fails to talk to the device
Hi, the current version of IR fails to talk to the JP1 device. The reason behind this is that Vista x64 requires a signed 64 bit .sys file in order for the sys file to be loaded. From what I can see, the gwiopm.sys is very x86 specific (uses undocumented APIs) and is also not signed. I don't own the ...
- Sun Oct 23, 2005 6:00 pm
- Forum: JP1 - Hardware
- Topic: Docking station for the Kameleon?
- Replies: 1
- Views: 4868
Docking station for the Kameleon?
Given the way that the 9960 eats batteries, I was wondering if anyone had thought of a way of creating a docking station for it that could charge let say some AA NiMH cells.
- Sat Jul 16, 2005 12:52 pm
- Forum: JP1 - Hardware
- Topic: The new Motorola HCS08 Flash processor (JP1.2)
- Replies: 115
- Views: 159336
WAV Workaround until connector developed?
In order to provide some ability to program the new remotes, wouldn't it be possible to use the wav import / export function? If a RDF can be created from the flash memory, we should be able to create our own device and protocol files.
- Tue Sep 14, 2004 6:25 am
- Forum: JP1 - Software
- Topic: Bug with RM 1.04 and saving files?
- Replies: 2
- Views: 4148
- Tue Sep 14, 2004 5:05 am
- Forum: JP1 - Extenders
- Topic: Screen (& start dev.) specific macro protocol for 8060
- Replies: 0
- Views: 3039
Screen (& start dev.) specific macro protocol for 8060
I have recompiled the 9960's experimental SSM/CODS protocol for the 8060. As I don't have an 8060, let me know if it works.
For more information, look at the "Screen (& start dev.) specific macro protocol for 9960 e" topic in this forum
The way the screen/current O_group dev index specific macro ...
For more information, look at the "Screen (& start dev.) specific macro protocol for 9960 e" topic in this forum
The way the screen/current O_group dev index specific macro ...
- Tue Sep 14, 2004 4:41 am
- Forum: JP1 - Extenders
- Topic: Screen (& start dev.) specific macro protocol for 9960 e
- Replies: 9
- Views: 9024
Hi Paul, I agree that it can be confusing in a case where you have set the O_,M_,T_ etc. at different devices and don't make use of X_ (which won't effect the dev value). If you tend like me to try to keep all the groups against the same device and use the X_ to initiate keymoves, then it is a lot ...
- Tue Sep 14, 2004 1:13 am
- Forum: JP1 - Extenders
- Topic: Screen (& start dev.) specific macro protocol for 9960 e
- Replies: 9
- Views: 9024
Previously, when I tested the 9960 extender, the macro seemed to override the keymove rather than the other way around. (I might be wrong and will need to retest to confirm this).
In any event, the ability to create a number of "if then else" chained scenarios based upon device index and screens ...
In any event, the ability to create a number of "if then else" chained scenarios based upon device index and screens ...
- Mon Sep 13, 2004 4:25 pm
- Forum: JP1 - Extenders
- Topic: Screen (& start dev.) specific macro protocol for 9960 e
- Replies: 9
- Views: 9024
Hi pgk. The concept of the original device is to allow for cases like:
I want macro 1 to behave one way if the device is a TV and another way for all other devices. I could do this by putting a keymove on all the devices but it is simpler to create a macro that just calls a keymove (for instance via ...
I want macro 1 to behave one way if the device is a TV and another way for all other devices. I could do this by putting a keymove on all the devices but it is simpler to create a macro that just calls a keymove (for instance via ...
- Mon Sep 13, 2004 6:25 am
- Forum: JP1 - Extenders
- Topic: Screen (& start dev.) specific macro protocol for 9960 e
- Replies: 9
- Views: 9024
Thanks, I have now corrected the description of the command to read for the true and false cases.
R03 and R2D both start off referring to the same value, so the result is fine. (In fact this part of the code is directly copied from the LKP/DKP).
I have checked the 8060 extender asm, and this code ...
R03 and R2D both start off referring to the same value, so the result is fine. (In fact this part of the code is directly copied from the LKP/DKP).
I have checked the 8060 extender asm, and this code ...
- Mon Sep 13, 2004 5:19 am
- Forum: JP1 - Extenders
- Topic: Screen (& start dev.) specific macro protocol for 9960 e
- Replies: 9
- Views: 9024
Screen (& start dev.) specific macro protocol for 9960 e
Hi, I put together a protocol for screen / and start device specific protocol for the 9960 extender. The reason for this is to allow me to change a behavior of a key move depending which screen it is on or which device the original macro/key move started on.
The way the screen/orig dev index ...
The way the screen/orig dev index ...
- Mon Sep 13, 2004 3:54 am
- Forum: JP1 - Extenders
- Topic: Question on coding of DKP/LKP in extenders
- Replies: 2
- Views: 4308
- Sun Sep 12, 2004 8:45 pm
- Forum: JP1 - Extenders
- Topic: Question on coding of DKP/LKP in extenders
- Replies: 2
- Views: 4308
Question on coding of DKP/LKP in extenders
Having had a look thorough the code for for these in the 9960 & other extenders, they are all similar in terms of the way that they handle the hex commands eg. (from 9960 extender):
Protocol_1F9:
db 00,00,01
org Ram
LD R4A, R03 ;Get the "HEX command" from the KeyMove
SWAP R4A ;Timeout value in ...
Protocol_1F9:
db 00,00,01
org Ram
LD R4A, R03 ;Get the "HEX command" from the KeyMove
SWAP R4A ;Timeout value in ...
- Sat Sep 11, 2004 8:48 pm
- Forum: JP1 - Software
- Topic: Bug with RM 1.04 and saving files?
- Replies: 2
- Views: 4148
Bug with RM 1.04 and saving files?
I have having a problem saving certain device files with RM 1.04. To replicate this problem, run RM 1.04. Open the attached file and do a save as (eg. dgtec_4). If you then look at or re-open the newly created .rmdu file, it is blank. At no stage is an error message produced.
Dgtec DH2000A_3.rmdu ...
Dgtec DH2000A_3.rmdu ...