hello
does anyone knows how to put id 4 in a pic 4620…
too long explain but i need this
thank you
hello
does anyone knows how to put id 4 in a pic 4620…
too long explain but i need this
thank you
change Id application?
yes
i use a core to control a keyboard with the program of julienvoirin with id 0
that’s connect to sid v2 …that’s the problem !
i want to use my midi rear plug to upload but id 0,1,2,3 is used and the new core with id 4 will be better if i don’t want to open the box each time.
in the file "change_id_v1_9d.zip " there’s no id 4 . it’s maybe very easy but i can’t find the clue.
thank you
you have to change the sourcecode and compile it by yourself.
look here for instructions how to compile the sourcecode to your hexfile:
http://ucapps.de/howto_tools_gpasm.html
In the beginning of main.asm you have to change device id to what you want:
;
; Change ID Application
; Details are described in README.txt
;
; ==========================================================================
;
; Copyright 2006 Thorsten Klose (tk@midibox.org)
; Licensed for personal non-commercial use only.
; All other rights reserved.
;
; ==========================================================================
;; ==========================================================================
;; MIOS Settings which are stored in the ID header
;; ==========================================================================
#ifndef MIOS_DEVICE_ID
#define MIOS_DEVICE_ID 0x00 ; the device ID (0x00-0x7f)
#endif
It could be that the changeid app erases your application or mios on the pic (not the bootloader). i dont know. perhaps you need to upload that stuff again after this.
greetz
thank you
i tried but it failed
i have to work a bit …i keep you informed
Pasting error messages will help us to figure out what went wrong ![]()
See the GROT (Click “Fix bugs!” in my signature)