I am using 20Mhz crystal with 12pF and i have used same power from USB for UART testing not from external batter source.
Datasheet says 15pF - 33pF..... I think you need to change that.
Yes, try using a separate power supply...
I am using 20Mhz crystal with 12pF and i have used same power from USB for UART testing not from external batter source.
Probably, but I don't like to use components so close to the recommended limits when a range is given.will 15 will do in //?
Please help me to try to find out what is the problem??I can't believe this little UART thing is still not working!!!
Come on!![]()
Is there any problem in this part only or anything else also??Try changing the UART parameters, i.e. BRGH...
I have done this...Plus, and also don't forget to change the Tx pin to output, and the Rx pin to input.
Okay, you have done that.I have done this...
TRISC=0b100000000;
yes it is 0 ....SYNC: USART Mode Select bit
1 = Synchronous mode
0 = Asynchronous mode
it is one i.e. set...How about the BRGH bit?
Yes i detect the hardware and realterm also show for example com 5 and 50 usb serial....like that.Also, when you plug in the UART->USB converter for the first time, have you seen anything, like a "Found new hardware"?
Or, if you can go to My Computer -> Device Manager and check the "Ports" section. There will be another extra port if you have connected the converter. If it said "Prolific USB-to-Serial Port" or the "FTDI" one with COMX (Where X is the port number), then in the RealTerm, you should select the respective port number.
Example in my computer with the converter plugged in, it's COM12, so in the RealTerm, I select the COM12 as the serial port.
And, what is the output on the RealTerm?
it only show null 00 when i do reset many times it comes in series nothing else....And, what is the output on the RealTerm?
Do you have the latest code fragment you can present it here?it only show null 00 when i do reset many times it comes in series nothing else....