Back to PIC Interface.

Notes on the Modified Versions of PicLoader


The changes made to Rick Farmer's PicLoader are pretty subtle.
I will briefly mention them here.

Version 1.3 is for those who use the CCS C compiler.
Version 1.5 is for those who are using MPLAB assembler, or PIC Basic Pro.

Modification of [version 1.3] Picld13b.asm (original code here)
Changed name to Picld13M.asm (121 kB) - 'M' for modified
Zipped filed is here PIC13M.zip (19 kB)
;*************************************************************************
;(6/11/03) additons-fixes-and-deletes. Scott Martin
; Removed all conditionals and references to MDROP
; Removed check for CTS/RTS...not needed, now all of portb is available
; Fixed declaration of TX...seems to work both ways
; Changed config - Watch-Dog-Timer-> Off
; Set for 9600 @ 8Mhz
; Removed USRLDR
; Changed value of BOTWAIT for 3 second wait
;*************************************************************************
Modification of [version 1.5] Picldr15.asm (original code here)
Changed name to Picld15M.asm (122 kB) - 'M' for modified
Zipped filed is here PIC15M.zip (17 kB)
;*************************************************************************
;(6/11/03) additons-fixes-and-deletes. Scott Martin
; Removed check for CTS/RTS in BOOTIMR...not needed
; CTS sees its own RTS because pin 7 and 8 are tied together at DB9.
; Fixed declaration of TX...seems to work both ways
; Changed config - Watch-Dog-Timer-> Off
; Osc set for 9600 @ 20Mhz
; change value of BTCNT for 3 second wait
;*************************************************************************

  • Help on setting up HyperTerminal.

  • Back to PIC Interface.