Jump to content

Recommended Posts

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...