I'm using HSEROUT to send data to Hyperterminal from a 12F1822 running at 16 mhz. It works fine with these parameters from the PBP3 Manual:
'Define hserout parameters
define hser_txsta 20h
define hser_baud 2400
define hser_spbrg 25
define hser_spbrgh 0
If I overwrite 2400 baud to anything else,e.g.,4800 or 9600, the circuit continues to transmit at 2400 baud. Why is this? Is 2400 a fixed baud rate for HSEROUT?
Bookmarks