PIC32MX795F521l UART operation problem

General discussion on mikroElektronika website & forums.
Post Reply
Author
Message
vutung2808
Posts: 2
Joined: 14 Dec 2015 09:36

PIC32MX795F521l UART operation problem

#1 Post by vutung2808 » 15 Dec 2015 02:45

Hello every one.
I have problem about RS232 communication with PIC32MX795F512L.
I write an simple PGM. I use Mirko C PRO for PIC32 v3.6.0. This is my code

void main()
{
UART1_Init(9600);
while(1)
{
UART1_Write_Text("Hello World");
Delay_ms(100)
}
}
But when I use virtual serial to show message. It's only sent: Helo?? in firstime.
With same code I use for PIC16F876A. It's run normally.
So some body can help me find out this problem.
Thanks

User avatar
Aleksandar.Mitrovic
mikroElektronika team
Posts: 1697
Joined: 11 Mar 2015 12:48

Re: PIC32MX795F521l UART operation problem

#2 Post by Aleksandar.Mitrovic » 15 Dec 2015 15:59

Hi,

I believe that I answered you here:
http://www.mikroe.com/forum/viewtopic.php?f=11&t=66361

Best regards,
Aleksandar

Post Reply

Return to “Website & Forums General Discussion”