Posted: 08:47am 20 Jan 2016 |
Copy link to clipboard |
 Print this post |
|
Assuming this is the same project as in EPE May2011 (they normally publish the same projects two years behind) then you can change the source as follows:
Change this line:
MOVLW h'33' ; now set SPBRG reg for 4800 baud async serial comms
mode
to:
MOVLW h'19' ; now set SPBRG reg for 9600 baud async serial comms
mode
With a bit of detective work you could upload the hex file from the chip into your programmer, find the relevant hex number 33 and patch it to 19 and then reprogram the chip. Alternatively recompile the source - you would need to download the relevant development environment from Microchip
Edited by matherp 2016-01-21 |