INSTRUCTIONS FOR CREATING YOUR OWN HP48.MEM FILE Voyager requires a PC copy of the HP 48 operating system to run. This file must be called HP48.MEM and is a huge 512K text file consisting simply of the entire contents of the HP 48's built-in ROM. Voyager was originally going to have this file on the disk, ready to run. But two problems prohibit this: (1) There are many different versions of the operating system (currently six; there will be more eventually), and you surely want Voyager to unthread Your HP 48, not someone else's; and (2) the HP 48 operating system is copyrighted, which would make disseminating it on disks illegal. So BEFORE YOU RUN VOYAGER, you MUST create your own HP48.MEM file. It only takes half an hour, and costs nothing. You'll only have to do this once, ever. Here's how to do it. INSTRUCTIONS: First, you will need an HP 48 serial I/O cable (HP's or equivalent). Second, you will need some way of capturing 9600-baud ASCII output from the HP 48 into a file on your PC. You may use a telecommunications program (like ProComm) or direct DOS commands (be sure to use the MODE command to set the COM port to 9600 baud). Connect your PC and 48 by serial cable. Set up your PC to receive at 9600 baud; set the 48 to 9600 too. Tell your PC to begin capturing all incoming text into a file called "HP48.DMP". Note: this is NOT a kermit download or any other "download protocol"; it is straight in-coming ASCII text being captured. Now we will begin the memory dump from the HP 48 to the PC. First, turn on the HP 48. Now press ON and hold it down. While holding it down, press and release the D key (4th key, top row). Now let go of the ON key. (This is called ON/D). You should see three vertical lines in the display. The HP 48 is now in the factory test mode. (To exit this mode, at any time during this process, press ON/C). Now press backarrow (the DROP arrow key), then ENTER, then / (divide). You should see 00000: in the display, followed by some hex digits. (If you don't see 00000:, repeat the above until you do.) The HP 48 is now in its Memory Scanner, ready to perform the memory dump. Now press the SPC key to begin a memory dump to your PC. BE SURE NOT TO PRESS ON during this process; it causes digits to be lost from the memory dump, and you'll have to repeat the whole process! You can see the addresses increment- ing in the display, and the memory contents flashing by. In 4 minutes you will send the first 32K (00000 to 0FFFF). All's well if the display stabil- izes showing 10000:. We're one eighth of the way done. Press SPC again to send the next 32K, and so on, until you see 80000 in the display. Don't go any further! (This will take just over half an hour of solid I/O). The memory dump is now complete. Press ON and C at the same time to return your 48 to normal. On the PC, run the DMPTOMEM program by typing "DMPTOMEM HP48". A new file called HP48.MEM will be created containing your 48's operating system. Be sure that it's in the same directory as Voyager. You're now ready to run Voyager.