OK, OK. I know but if you know a better name for it, let me know!
A remote-program for automatic commands on the HP
Document-Source: http://www.Karl-Voit.at/unmaintained/alphair/
Program-Source: http://www.Karl-Voit.at/unmaintained/alphair/A-IR11.ZIP
Preface
Installation
Working with Alpha-IR
Hints
MISC
Contacting me
PREFACE
This Program works with the Program REMOTE from Bjorn Gahm:
You should download this program from a ftp-site, btw it's very good!
With REMOTE, your HP is able to control several devices which are able to
be controlled per infrared-red-remotes (some older versions not).
I once found REMOTE on a terminal on the university. So I copied on my HP48GX
and - nothing. No command, only errors
So far so good.
I have a SONY MHC-C50 Mini-HiFi-Tower (only at my student-
room!) which has got a remote-control with 30 functions on it.
With the pre-defined database from REMOTE, I was able to use 63 commands!!!
There are several commands which I am able to use on my HP48 but not with
my remote-control AND not on the SONY itself!
OK. But how could I use the HP for automatic alarms?
Reading the doc-files, I found a hint for sending commands (Hex-numbers) with
TRANSMIT.
I wanted to program my HP since I got it and so I began my first program!
BTW I like the 'HP48G Series User's Advanced Reference Manual' very well!
As I finished the project, I thought, that YOU want to have this too for a perfect control of your HiFi-Tower. So you got it ...
OK, let's explain the basics:
There are several presuppositions, which you have to read:
HOME BATCHES
but you can copy
them elsewhere as long as you replace in every file the words HOME
BATCHES
into your names (e.g.: HOME BATCHES
->
HOME MYDIR1 MYDIR2
).
NOTE: IRCODES can also be generated *by hand* for the first time. You have to
use CODES to enter all your IR-hex-commands! You get your commands from
rem34bg by pressing Shift-right and the normal command. After the menu for
the screen-character, you'll be shown the hex-code!
There are also many codes in the readmes from your rem34bg-command-dir.
HOME PROGRAMME REMOTE REMOTES VK
into the
directory of your DEVICE!
If you want to use more than one device, create with REMOTE a new device with the most important codes of every device. If there are problems (devices which needs different modes of transmission) please mail to Bjorn Gahm (d89-bga@nada.kth.se).
Once the program is installed (correctly) it is much more easy to generate alarms with IR-commands. You can type *batch-files* with several commands in it such as start the amp, turn on cd-player, change to CD no.3, play song number 8, ...
Example:
I'll wake up with Pink Floyd "Wish You Were Here"
(CD-Nr.3; Track 3) and after 6 Minutes and 20 Seconds I wish to hear the news on
tuner-channel 2.
You generate an alarm ( ->, TIME,
lIR ... the name of Alpha-IR on my HP
Everything alright?
Maybe you're wondering, why you have to call Alpha-IR after each command. If
you have a better algorithm, mail me!
PS: Don't flame, if you find, that I can't speak english - I know it!
<<
"AMP.ON" lIR
"CD.ON" lIR
"CD.DISC3" lIR
"CD.TRACK3" lIR
"CD.PLAY" lIR
6.3 60 * WAIT
"TUNER.2" lIR
OFF
>>
"..." ... IR-CODES
6.3 60 * ... because the WAIT
-command wants to get seconds
OFF ... turn off your HP, and mine :-)
HINTS
MISC
Contacting me
Email: alphaIR@Karl-Voit.at
I hope this program can help you... Shine on !