Jump to content

Recommended Posts

Posted

Hello. I am trying to change the baudrate of my pic to connect the serial port, but unfortunately I am not getting success. I made a change by the id_change to file maim.asm

(This is the original)

#define MIOS_TO_COM_FLAG 0 ; IMPORTANT: never alternate this flag if you don't

; own a to-COM interface, otherwise you won't be

; able to reset this flag w/o a PIC programmer

(And this was the change I made)

#define MIOS_TO_COM_FLAG 1 ; IMPORTANT: never alternate this flag if you don't

; own a to-COM interface, otherwise you won't be

; able to reset this flag w/o a PIC programmer

After making the change, re compiling the file by MPBLAB to a file. Hex and did the upload the pic using MIOS. I right? Or should have done by uploading pic burner?

Posted

It should work. After the change_id application has been uploaded successfully via MIDI (you should see the appr. response messages in MIOS Studio), the core should reset, thereafter the MIDI Out should only send garbage (mostly pitch bender events) due to the wrong baudrate.

The LCD will print the new ID - it should be 0000000000000100

Best Regards, Thorsten.

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...