HP Forums

Full Version: 41CL Routine of the Week - DLD48
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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

Thanks Angel for the handy little routine.

Cheers,

Michael