- This topic has 2 replies, 3 voices, and was last updated 11 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Unable to interface USART with hyper terminal.
Hey i am connecting PIC16f917 with hyterterminal using USART. Its running fine on proteus and virtual ports with hyperterminal. But when i am actually implementing its not running. I have also tested the cable by ‘LoopBack Test’.
Here is the code.
How u caclulate the baudrate.. i think problem in baudarate
I have reffer the Datasheet and selected the baudrate from there. SPBRG=25; for baud= 2400. I am using MAX232 can the problem be in it??…..And also i am using controller in DTE mode and expecting hyperterminal to work in DSE mode.