the internal; oscillator is 4MHZ, by using the DEFINE OSC 20 you tell to PBP to use a 20MHZ oscillator... remove that line and you should be in business. depending if you're using the MAX232, use true mode T2400 in your SEROUT.
the internal; oscillator is 4MHZ, by using the DEFINE OSC 20 you tell to PBP to use a 20MHZ oscillator... remove that line and you should be in business. depending if you're using the MAX232, use true mode T2400 in your SEROUT.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thanks a lot mister_e it works. So I use True because of the MAX232 chip and it inverts it? The reason I put Define OSC 20 is because my chip is a 16F628-20/P so I assumed the internal clock was at 20mhz! Thanks for the simple fix!
Matthew
Bookmarks