reboot Posted July 1, 2008 Report Posted July 1, 2008 hellodoes anyone knows how to put id 4 in a pic 4620....too long explain but i need this thank you
reboot Posted July 1, 2008 Author Report Posted July 1, 2008 yes i use a core to control a keyboard with the program of julienvoirin with id 0that'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
dj3nk Posted July 2, 2008 Report Posted July 2, 2008 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.htmlIn 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)#endifIt 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
reboot Posted July 2, 2008 Author Report Posted July 2, 2008 thank youi tried but it failed i have to work a bit ...i keep you informed
stryd_one Posted July 3, 2008 Report Posted July 3, 2008 Pasting error messages will help us to figure out what went wrong :)See the GROT (Click "Fix bugs!" in my signature)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now