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?