<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the USART of AVR Microcontrollers.</title>
	<atom:link href="http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:41:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sa'eed Uthman Ahmad</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-37280</link>
		<dc:creator>Sa'eed Uthman Ahmad</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-37280</guid>
		<description>Good Afternoon sir, thanks for your assistance that you have been rendering to many people, please sir i want a concise and comprehensive tutorial on PIC MICROCONTROLLERS because i am facing my final year project which is based on this type of MCU also i am appreciating the kind of simplicity of language you are using on this AVR MCu tutorial, Pls sir I need also the basics of LCD tutorial which is this part of your tutorials hoping my problems will be solved. Thanks Sir Avinash</description>
		<content:encoded><![CDATA[<p>Good Afternoon sir, thanks for your assistance that you have been rendering to many people, please sir i want a concise and comprehensive tutorial on PIC MICROCONTROLLERS because i am facing my final year project which is based on this type of MCU also i am appreciating the kind of simplicity of language you are using on this AVR MCu tutorial, Pls sir I need also the basics of LCD tutorial which is this part of your tutorials hoping my problems will be solved. Thanks Sir Avinash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesus</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-34461</link>
		<dc:creator>jesus</dc:creator>
		<pubDate>Sun, 04 Dec 2011 05:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-34461</guid>
		<description>Man I&#039;m from mexico and my english is not the best but my congratuelations to you, this really helped me with my projects</description>
		<content:encoded><![CDATA[<p>Man I&#8217;m from mexico and my english is not the best but my congratuelations to you, this really helped me with my projects</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-31462</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 04 Nov 2011 13:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-31462</guid>
		<description>Hello.How can I get/make a serial bootloader for an ATMEG16-16PU running at 16MHz? If the  microcontroller has a bootloader (for 13.5Mhz) cold it be erase? Sorry if the subject is off topic.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello.How can I get/make a serial bootloader for an ATMEG16-16PU running at 16MHz? If the  microcontroller has a bootloader (for 13.5Mhz) cold it be erase? Sorry if the subject is off topic.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armen</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-25483</link>
		<dc:creator>Armen</dc:creator>
		<pubDate>Fri, 08 Jul 2011 11:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-25483</guid>
		<description>Seems that UBRR is no longer directly handled via AVR Studio 5, immediate 16bit (2xregister) writing on UBRR doesn&#039;t work, you should specify UBRRH,UBBRL independently.</description>
		<content:encoded><![CDATA[<p>Seems that UBRR is no longer directly handled via AVR Studio 5, immediate 16bit (2xregister) writing on UBRR doesn&#8217;t work, you should specify UBRRH,UBBRL independently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-22893</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Wed, 08 Jun 2011 02:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-22893</guid>
		<description>&lt;strong&gt;@Mahadi,

See this

http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/

Also remembering one fact will help you

&quot;We are writing programs in C&quot;

So you must know C language (this is NOT a magical advice!)
&lt;/strong&gt;
If you knew C you already understood the above line !!!</description>
		<content:encoded><![CDATA[<p><strong>@Mahadi,</p>
<p>See this</p>
<p><a href="http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/" rel="nofollow">http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/</a></p>
<p>Also remembering one fact will help you</p>
<p>&#8220;We are writing programs in C&#8221;</p>
<p>So you must know C language (this is NOT a magical advice!)<br />
</strong><br />
If you knew C you already understood the above line !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahdi</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-22835</link>
		<dc:creator>Mahdi</dc:creator>
		<pubDate>Tue, 07 Jun 2011 14:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-22835</guid>
		<description>Hi dear Avinash
Where can I find some tutorial to better understand of bitwise operations you use in functions? For example, what does this mean?   !(UCSRA &amp; (1&lt;&lt;RXC))   or    UCSRB=(1&lt;&lt;RXEN)&#124;(1&lt;&lt;TXEN);</description>
		<content:encoded><![CDATA[<p>Hi dear Avinash<br />
Where can I find some tutorial to better understand of bitwise operations you use in functions? For example, what does this mean?   !(UCSRA &amp; (1&lt;&lt;RXC))   or    UCSRB=(1&lt;&lt;RXEN)|(1&lt;&lt;TXEN);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PradeepKumar P</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-22004</link>
		<dc:creator>PradeepKumar P</dc:creator>
		<pubDate>Wed, 25 May 2011 12:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-22004</guid>
		<description>Hi
   It is very usefull to us....</description>
		<content:encoded><![CDATA[<p>Hi<br />
   It is very usefull to us&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marylou Lapar</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-21891</link>
		<dc:creator>Marylou Lapar</dc:creator>
		<pubDate>Sat, 21 May 2011 21:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-21891</guid>
		<description>I love your blog, great article, many thanks!</description>
		<content:encoded><![CDATA[<p>I love your blog, great article, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-19401</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 28 Mar 2011 04:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-19401</guid>
		<description>&lt;strong&gt;@Sam Joshua,

Please ask Uniboard dealer or your college for any help. Because they are the one who are getting paid from your Pocket.
We are not here to do the real magic for free.&lt;/strong&gt;

Yes I may sound rude. But I cannot do a free tech support for Other Companies Board.

So please keep away such topics from here.</description>
		<content:encoded><![CDATA[<p><strong>@Sam Joshua,</p>
<p>Please ask Uniboard dealer or your college for any help. Because they are the one who are getting paid from your Pocket.<br />
We are not here to do the real magic for free.</strong></p>
<p>Yes I may sound rude. But I cannot do a free tech support for Other Companies Board.</p>
<p>So please keep away such topics from here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam joshua</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-19400</link>
		<dc:creator>sam joshua</dc:creator>
		<pubDate>Mon, 28 Mar 2011 04:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-19400</guid>
		<description>sir 
i have gone through your tutorials all were very nice and helpful. as i am new to this uart i have a atmega 128 kit (uniboard) given from my college. i need to transmit a data from hyper terminal to the microcontroller and need to display the value in the lcd provided in it. can you give me some guidance in it.
thanking you 
dam</description>
		<content:encoded><![CDATA[<p>sir<br />
i have gone through your tutorials all were very nice and helpful. as i am new to this uart i have a atmega 128 kit (uniboard) given from my college. i need to transmit a data from hyper terminal to the microcontroller and need to display the value in the lcd provided in it. can you give me some guidance in it.<br />
thanking you<br />
dam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achal Agrawal</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-19369</link>
		<dc:creator>Achal Agrawal</dc:creator>
		<pubDate>Sun, 27 Mar 2011 07:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-19369</guid>
		<description>Brilliant series of microcontroller tutorials...!!! Hats off...!!
You must seriously write a book.. :-)

Btw, I wanted to ask if i can use a normal bluetooth dongle instead of a dedicated bluetooth module. My bluetooth dongle has an ISSC chipset that supports HCI UART. So can I use HCI on ATMega16..?</description>
		<content:encoded><![CDATA[<p>Brilliant series of microcontroller tutorials&#8230;!!! Hats off&#8230;!!<br />
You must seriously write a book.. <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Btw, I wanted to ask if i can use a normal bluetooth dongle instead of a dedicated bluetooth module. My bluetooth dongle has an ISSC chipset that supports HCI UART. So can I use HCI on ATMega16..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vish</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-18205</link>
		<dc:creator>vish</dc:creator>
		<pubDate>Mon, 28 Feb 2011 12:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-18205</guid>
		<description>very useful conccept....</description>
		<content:encoded><![CDATA[<p>very useful conccept&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: broheim</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-17956</link>
		<dc:creator>broheim</dc:creator>
		<pubDate>Sun, 20 Feb 2011 11:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17956</guid>
		<description>Nice tut</description>
		<content:encoded><![CDATA[<p>Nice tut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A M Morawala</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-17472</link>
		<dc:creator>A M Morawala</dc:creator>
		<pubDate>Sat, 12 Feb 2011 05:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17472</guid>
		<description>Hi Alex. Glad to help:)</description>
		<content:encoded><![CDATA[<p>Hi Alex. Glad to help:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-17450</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 11 Feb 2011 10:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17450</guid>
		<description>@ A M Morawala

Thanks man! Your comment made me turn my attention to the development board, and I realised the connection was somehow overrided by a pin setting for the RS232 chip (the board has both USB UART and RS232 ), so I turned that OFF and now my communication works both ways! :D</description>
		<content:encoded><![CDATA[<p>@ A M Morawala</p>
<p>Thanks man! Your comment made me turn my attention to the development board, and I realised the connection was somehow overrided by a pin setting for the RS232 chip (the board has both USB UART and RS232 ), so I turned that OFF and now my communication works both ways! <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A M Morawala</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-17443</link>
		<dc:creator>A M Morawala</dc:creator>
		<pubDate>Fri, 11 Feb 2011 06:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17443</guid>
		<description>Hi Alex,
SOmetimes, we geeks look at simple problems in a complex manner. If you say that the terminal allows data reception, it means the terminal is OK. Have you checked the transmit wire? Is it showing continuity from end to end? 
You know there are 3 wires,Rx, Tx &amp; ground. All 3 have to be connected.</description>
		<content:encoded><![CDATA[<p>Hi Alex,<br />
SOmetimes, we geeks look at simple problems in a complex manner. If you say that the terminal allows data reception, it means the terminal is OK. Have you checked the transmit wire? Is it showing continuity from end to end?<br />
You know there are 3 wires,Rx, Tx &amp; ground. All 3 have to be connected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-17410</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 10 Feb 2011 08:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17410</guid>
		<description>Well, I&#039;ve used several terminals: Realterm, one provided by the manufacturer of the board (Mikroelectronika) and a third one made by myself. And all with the same result. 

The board I&#039;m using comes equiped with a FT232RL chip, for which I didn&#039;t install any special driver, I just let Windows 7 do the job. It all seemd OK, and Windows asigned it COM9.

Could it be a driver based problem? Or maybe a hardware one?</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve used several terminals: Realterm, one provided by the manufacturer of the board (Mikroelectronika) and a third one made by myself. And all with the same result. </p>
<p>The board I&#8217;m using comes equiped with a FT232RL chip, for which I didn&#8217;t install any special driver, I just let Windows 7 do the job. It all seemd OK, and Windows asigned it COM9.</p>
<p>Could it be a driver based problem? Or maybe a hardware one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-1/#comment-17401</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Thu, 10 Feb 2011 02:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17401</guid>
		<description>@Alex

&gt;&gt; On PC you are using which terminal program?
&gt;&gt; What type of USB to Serial Convertor you are using?</description>
		<content:encoded><![CDATA[<p>@Alex</p>
<p>>> On PC you are using which terminal program?<br />
>> What type of USB to Serial Convertor you are using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-1/#comment-17385</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 09 Feb 2011 16:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17385</guid>
		<description>Hey!

First of all, great tutorial! I am new to AVR and UART communications and your tutorial helped a lot.
I used your code and it seems to work OK, with one problem. I am able to send data to the PC, but not from the PC to the controller... The program seems to get stuck in the waiting loop :
 while(!(UCSRA&amp;(1&lt;&lt;RXC)) {}

I think this means that it is waiting for a character to arrive, but I keep on feeding it characters from the PC terminal, but nothing changes. So it seems I have a one way communication only.

What do you think the source of this problem might be? Thank you in advance!

Alex</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>First of all, great tutorial! I am new to AVR and UART communications and your tutorial helped a lot.<br />
I used your code and it seems to work OK, with one problem. I am able to send data to the PC, but not from the PC to the controller&#8230; The program seems to get stuck in the waiting loop :<br />
 while(!(UCSRA&amp;(1&lt;&lt;RXC)) {}</p>
<p>I think this means that it is waiting for a character to arrive, but I keep on feeding it characters from the PC terminal, but nothing changes. So it seems I have a one way communication only.</p>
<p>What do you think the source of this problem might be? Thank you in advance!</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-1/#comment-17369</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Wed, 09 Feb 2011 03:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-17369</guid>
		<description>@Morawala
See
http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%E2%80%93-part-iii/</description>
		<content:encoded><![CDATA[<p>@Morawala<br />
See<br />
<a href="http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%E2%80%93-part-iii/" rel="nofollow">http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%E2%80%93-part-iii/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 8/36 queries in 0.010 seconds using apc
Object Caching 556/562 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-02-08 10:57:14 -->
