Tiny PIC bootloader download

 

Download Tiny PIC Bootloader tinybld198 Nov,2008
 

 

History

Sometimes may happen that a new version breaks code for older devices. Until the fix, an older version may come in handy.

tinybld1106
beta PConly
Aug,2011
PC ...
PIC below
tinybld198
Nov,2008
PC  - fixbug: WriteFlash form terminal on different baud.
- fixbug: COM disappearing -> terminal crashing problem (mod syna)
- fixbug: CodeToSendFirst field
+ Changed all controls to the top for easier access
+ Macros to quick send strings (use \xHH to send any ascii hex code)
+ default mode is "Char\" that allows inserting escaped hex codes ^
+ auto switch between modes "Type" and "Char\"
PIC  
tinybld197
May,2008
PC
  • 1.9.7
    + another CCS fix for pic18 (removed first nop)
    + interface: SearchCOM + modified combo + detect COMs + progressbar
    + add&fix input modes (Mix1,Mix2)
    + accept Drag&Drop hex files
  • 1.9.6
    + TERMINAL:
    + Mix2 mode for data input: 71 47h, 0x47 $47 , "ood"
    + graphic view
    + scale
    + right mouse click freezes displaying new data (still accumulating)
    + translation for Char view (e.g. replace 0Dh with 0Dh+0Ah)
    (do not remove the entry for code 0)
    + clear screen on receiving specific command
PIC  
tinybld195
Sep,2007
PC
  • changes in RemoteReset customisable DTR/RTS, ResetButton
  • external list of PIC codes
  • add UDP debug
  • internal try to add Channel
  • debug controls shown in Options
  • fix for MIKRO and CCS compilers
  • easier access to LogDetails (checkbox)
PIC  
tinybld193
Dec,2006
PC
  • add NOP fix for buggy chip 252
  • generic PIC types (based on flash size)
  • Command line options:
    • tinybldwin test.hex /com1 /b115200
    • exit codes: 0=OK 1=bad_param 3=ErrWrite
    • try not to toggle RTS/DTR at open port
  • separate baud for terminal
  • option to use DRT for reset
  • fix hex for mikro C/pascal
  • fix recent-list
PIC  
tinybld191
Nov,2005
PC
  • dsPIC support - the first dsPIC bootloader available.
PIC
  • 16F88 rewritten to fit in 100 words (that was a tough one).
  • 18F*55 usb
  • some hex files for dsPIC
tinybld19
July,2005
PC
  • dsPIC support - the first dsPIC bootloader available.
PIC
  • 16F88 rewritten to fit in 100 words (that was a tough one).
  • 18F*55 usb
  • some hex files for dsPIC
tinybld18
May,2005
PC
  • Terminal
  • Timeouts; Search for COMs
PIC
  • source for: 1320, 2620, 4320
tinybld173
Apr,2005
PC
  • RTS pulse option; Abort button, detailed logging
  • fixed bugs for large memory PICs (like 8720)
PIC
  • 2620
tinybld17
Oct,2004
PC
  • use any COM port, and any baud rate
  • command line
  • Many additions to the interface (options)
PIC
  • 16F873, 16F88
  • fix final RCSTA bank
tinybld16
Nov,2003
PC
  • all structures modified to be byte-oriented
  • fixed read_hex: for particularities of MPLAB C18 and CCS C.
PIC
  • tinybld.asm (for PIC16) - fixed write_eeprom
tinybld14
June,2003
PC  
PIC