Now I am having trouble in sending strings to my pc in the same way.What changes I will have to make in order to send strings serially instead of numbers?.Please help!!
Please post code between code tags to preserve it's formatting.
1. remove the entire putst function, it isn't needed.
2. no idea what SPBRG=77.125; is supposed to do, you can't have fractional parts in register values.
3. Treat each character in your string as a single character and pass it to your putch routine.