Baud Rate - SKKCA-21

The default baud rate of SKKCA-21 is 115200bps. I am using Hyperterminal to test.
Hardware: PIC16F877A, 20MHz Resonator.
Programming Language: PICBasicPro
The question is "What is the coding i should set if i want to set it to 9600bps"?
The coding below doesn't work if SPBRG is set to 129 (9600bps).
Nothing is displayed when i typed on the PC's keyboard after establishing communication.
What i tried and didn't work?
1. I set the port's bps in Device Manager as 9600bps and set port settings for Hyperterminal 9600bps.
2. Port's bps in Device Manager is set to 115200bps and port setting for Hyperterminal to 115200bps
The coding works if SPBRG = 10 (115200bps), Port's bps in Device Manager is set to 115200bps and port setting for Hyperterminal to 115200bps.
Ideas?
Hardware: PIC16F877A, 20MHz Resonator.
Programming Language: PICBasicPro
The question is "What is the coding i should set if i want to set it to 9600bps"?
The coding below doesn't work if SPBRG is set to 129 (9600bps).
Nothing is displayed when i typed on the PC's keyboard after establishing communication.
What i tried and didn't work?
1. I set the port's bps in Device Manager as 9600bps and set port settings for Hyperterminal 9600bps.
2. Port's bps in Device Manager is set to 115200bps and port setting for Hyperterminal to 115200bps
Spoiler: show
The coding works if SPBRG = 10 (115200bps), Port's bps in Device Manager is set to 115200bps and port setting for Hyperterminal to 115200bps.
Ideas?