Hi guys,
Just a post to get peoples opinions and experiences.
I'm looking to get smooth volume (and later channel up/down) control on my TV's using an iTach in combination with an HTML/Ajax/ASP web solution (I don't like HS Touch, too buggy), and I've been thinking about a few different methods and wanted to get peoples opinions based on what they experienced.
So what do people think works best:
- An event that I call on an onMouseDown, and kill the IR's using an onMouseUp.
- A Larger repeat count on the IR signal and kill it on the onMouseUp (problem here is, do you set the count to 100 or 25, if you do 25 and you want to make a larger adjustment, you have to press the button again)
- An asp Do or For loop that runs based on a variable set to True onMouseDown, but False onMouseDown (I foresee problems with properly executing this, don't know why).
Also, on any sort of loop, do I essentially slow down the repeat of the signal, I'm concerned sending too many commands in a short amount of time, essentially hanging up the system or causing other problems.
Thanks, I appreciate the input,
RJ
Just a post to get peoples opinions and experiences.
I'm looking to get smooth volume (and later channel up/down) control on my TV's using an iTach in combination with an HTML/Ajax/ASP web solution (I don't like HS Touch, too buggy), and I've been thinking about a few different methods and wanted to get peoples opinions based on what they experienced.
So what do people think works best:
- An event that I call on an onMouseDown, and kill the IR's using an onMouseUp.
- A Larger repeat count on the IR signal and kill it on the onMouseUp (problem here is, do you set the count to 100 or 25, if you do 25 and you want to make a larger adjustment, you have to press the button again)
- An asp Do or For loop that runs based on a variable set to True onMouseDown, but False onMouseDown (I foresee problems with properly executing this, don't know why).
Also, on any sort of loop, do I essentially slow down the repeat of the signal, I'm concerned sending too many commands in a short amount of time, essentially hanging up the system or causing other problems.
Thanks, I appreciate the input,
RJ
Comment