Options
IR Module?
Anyone written an IR module that can give a few pointers? I have written my first serial module and it is working just fine. I now want to write a IR module for a satellite receiver and I am not sure where to start.
My beginner questions:
Where do I tell it what IR file to use? Is this passed in from NetLinx or listed somewhere in the java code?
I told the wizard it was an IR module yet it doesn't seem it did anything different? How do I get the correct object reference to use pulse?
Thanks,
Curt
Trikin
My beginner questions:
Where do I tell it what IR file to use? Is this passed in from NetLinx or listed somewhere in the java code?
I told the wizard it was an IR module yet it doesn't seem it did anything different? How do I get the correct object reference to use pulse?
Thanks,
Curt
Trikin
Comments
Fred
Curt
Try to initilize your device as IRDevice (for more information look in help) and not as NetLinx device.
Curt
Trikin