Hi,

I seek a person that has built the Gecko error/reset controller card with old PIC 16C55 that I have found on this site : www.aree.com/gecko/err.html
Can you to specify me what is the exact model of the Pic 16C55 that is used on this setting. It seems that this is a version JW (with UV windows erasing). Perhaps can i use any 16C55 (like -HSP, RCP or RCI/P)

If you 've build this, How have you programming this Pic from source code provided on the site ?
In first time i have used cvasm16 version 5.8 (find on Techtool site) but this version generates a simple file .obj
I don't how use this object code because i want produce an hex code
For this i have use cvasm16 version 6.2. I have modified the program of this manner to adapt the new directives
programming of this new version

include '16c55.inc'
FUSE _XT_OSC & _WDT_OFF & _CP_OFF
reset start
;------------------- -----------------
; equates
;------------------- -----------------
; For compatibily with MPASM
; (hex program produce with /M option of cvasm16 6.2)
; RTCC Timer change for TMR0
RTCC equ TMR0
... no other change


I have compiled the source code with the option /M to produce a file .hex compatible with my PIC hardware programer (It's a Tait's with PP5X software)

What do you think of this and could you explain me how can i use initial obj file (without modification code)

With my thanks for your help

Frederic