The Museum of HP Calculators

HP Forum Archive 21

[ Return to Index | Top of Index ]

41CL Routine of the Week - DLD48
Message #1 Posted by Ángel Martin on 14 Feb 2013, 12:37 p.m.

Here's a handy and super-short routine to make your serial transfer ROM downloading from PC easier and error-free (well, there you go).

Download-48

Simply type all the parameters in the DOS Command window,
execute DLD48, enter the hex address of the page in sRAM (3 digits)
and type "return" on the PC keyboard. Done.

It uses 4800 baud. Change the program as per your best settings (will require some experimentation).

Line 05 is YINPT, from the PowerCL module.

01. LBL "DLD48"
02 SERINI
03 BAUD48
04 "ADR: _"
05 YINPT
06 "|-000-0FFF"
07 TURBO50
08 YIMP
09 END

Enjoy! ''AM

      
Re: 41CL Routine of the Week - DLD48
Message #2 Posted by Michael Lopez on 15 Feb 2013, 8:30 p.m.,
in response to message #1 by Ángel Martin

Thanks Angel for the handy little routine.

Cheers,

Michael


[ Return to Index | Top of Index ]

Go back to the main exhibit hall