<?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>Sat, 19 May 2012 21:55:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: sai</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-41435</link>
		<dc:creator>sai</dc:creator>
		<pubDate>Wed, 16 May 2012 13:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-41435</guid>
		<description>i have that basic c prog ,but i still dont understand
3&lt;&lt;ucsz0</description>
		<content:encoded><![CDATA[<p>i have that basic c prog ,but i still dont understand<br />
3&lt;&lt;ucsz0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40852</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Fri, 04 May 2012 13:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40852</guid>
		<description>first of all great tutorials.. all of them. learned a lot from them, thanks for that :)
 i have question ,i am making a temperature data logger means i have used LM35 to measure the temperature and display it on lcd, till now its fine and i have also checked rs232 separetly its also working fine...thanks to your tuts. 
Now i want to send these readings of temperature to PC using rs232 only..where i can display it on excel sheet with time HOW CAN I DO THIS?? ..PLZZ GUIDE ME..</description>
		<content:encoded><![CDATA[<p>first of all great tutorials.. all of them. learned a lot from them, thanks for that <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
 i have question ,i am making a temperature data logger means i have used LM35 to measure the temperature and display it on lcd, till now its fine and i have also checked rs232 separetly its also working fine&#8230;thanks to your tuts.<br />
Now i want to send these readings of temperature to PC using rs232 only..where i can display it on excel sheet with time HOW CAN I DO THIS?? ..PLZZ GUIDE ME..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soumyajit</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40843</link>
		<dc:creator>Soumyajit</dc:creator>
		<pubDate>Fri, 04 May 2012 07:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40843</guid>
		<description>I am using Atmega128 MCU</description>
		<content:encoded><![CDATA[<p>I am using Atmega128 MCU</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soumyajit</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40842</link>
		<dc:creator>Soumyajit</dc:creator>
		<pubDate>Fri, 04 May 2012 07:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40842</guid>
		<description>HI, i just wanted to know if there are any specific library files i NEED to include as whatever program i am writing for USART communication, my AVRSTUDIO is returting errors like :
../usart.c:10: error: &#039;UCSRB&#039; undeclared (first use in this function)
../usart.c:10: error: (Each undeclared identifier is reported only once
../usart.c:10: error: for each function it appears in.)
../usart.c:11: error: &#039;UCSRC&#039; undeclared (first use in this function)
../usart.c:11: error: &#039;URSEL&#039; undeclared (first use in this function)
../usart.c:12: error: &#039;UBRRH&#039; undeclared (first use in this function)
../usart.c:13: error: &#039;UBRRL&#039; undeclared (first use in this function)
../usart.c:16: error: &#039;UCSRA&#039; undeclared (first use in this function)
../usart.c:17: error: &#039;UDR&#039; undeclared (first use in this function)</description>
		<content:encoded><![CDATA[<p>HI, i just wanted to know if there are any specific library files i NEED to include as whatever program i am writing for USART communication, my AVRSTUDIO is returting errors like :<br />
../usart.c:10: error: &#8216;UCSRB&#8217; undeclared (first use in this function)<br />
../usart.c:10: error: (Each undeclared identifier is reported only once<br />
../usart.c:10: error: for each function it appears in.)<br />
../usart.c:11: error: &#8216;UCSRC&#8217; undeclared (first use in this function)<br />
../usart.c:11: error: &#8216;URSEL&#8217; undeclared (first use in this function)<br />
../usart.c:12: error: &#8216;UBRRH&#8217; undeclared (first use in this function)<br />
../usart.c:13: error: &#8216;UBRRL&#8217; undeclared (first use in this function)<br />
../usart.c:16: error: &#8216;UCSRA&#8217; undeclared (first use in this function)<br />
../usart.c:17: error: &#8216;UDR&#8217; undeclared (first use in this function)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zissan</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40724</link>
		<dc:creator>zissan</dc:creator>
		<pubDate>Tue, 01 May 2012 09:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40724</guid>
		<description>Sir can i send a message from atmega8l connected to a mobile or we need a pc to interface this to device?</description>
		<content:encoded><![CDATA[<p>Sir can i send a message from atmega8l connected to a mobile or we need a pc to interface this to device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atmega 32 programming for data transfer with clock synchronisation.</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40710</link>
		<dc:creator>Atmega 32 programming for data transfer with clock synchronisation.</dc:creator>
		<pubDate>Mon, 30 Apr 2012 20:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40710</guid>
		<description>[...] (Master mode) or external (Slave mode). The XCK pin is only active when using Synchronous mode.   http://extremeelectronics.co.in/avr-...rocontrollers/ http://www.avrfreaks.net/index.php?n...=18526&amp;start=0  As I said I haven&#039;t used synchronous [...]</description>
		<content:encoded><![CDATA[<p>[...] (Master mode) or external (Slave mode). The XCK pin is only active when using Synchronous mode.   <a href="http://extremeelectronics.co.in/avr-...rocontrollers/" rel="nofollow">http://extremeelectronics.co.in/avr-&#8230;rocontrollers/</a> <a href="http://www.avrfreaks.net/index.php?n...=18526&#038;start=0" rel="nofollow">http://www.avrfreaks.net/index.php?n&#8230;=18526&#038;start=0</a>  As I said I haven&#039;t used synchronous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Ghuman</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40396</link>
		<dc:creator>Sunny Ghuman</dc:creator>
		<pubDate>Sun, 22 Apr 2012 15:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40396</guid>
		<description>look you need to sync the pwm with ac waves. So u need to sense the ac waves with an opto isolator. See this

http://extremeelectronics.co.in/avr-projects/avr-project-remote-controlled-fan-regulator/</description>
		<content:encoded><![CDATA[<p>look you need to sync the pwm with ac waves. So u need to sense the ac waves with an opto isolator. See this</p>
<p><a href="http://extremeelectronics.co.in/avr-projects/avr-project-remote-controlled-fan-regulator/" rel="nofollow">http://extremeelectronics.co.in/avr-projects/avr-project-remote-controlled-fan-regulator/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Ghuman</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40395</link>
		<dc:creator>Sunny Ghuman</dc:creator>
		<pubDate>Sun, 22 Apr 2012 15:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40395</guid>
		<description>see this post
http://extremeelectronics.co.in/avr-tutorials/programming-in-c-tips-for-embedded-development/</description>
		<content:encoded><![CDATA[<p>see this post<br />
<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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal G.Meshram</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40381</link>
		<dc:creator>Vishal G.Meshram</dc:creator>
		<pubDate>Sun, 22 Apr 2012 09:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40381</guid>
		<description>Dear Sir


    I want to control the speed of 230 V AC motor (submersible water Pump)through AVR 32A Mc. I have used PWM as well as also tried with 8 bit DAC (DAC0808) to Drive (BT12 A) TRIAC,  but could not get the desired Output. Therefore need your help in this regard. What ckt should i use for controlling the speed of the AC motor,along with AVR 32A Mc. 

    please send me the solution on vishalmeshram2007@rediffmail.com       OR
vishalgmeshram@gmail.com

     Waiting eagerly for your reply

Regards
Vishal</description>
		<content:encoded><![CDATA[<p>Dear Sir</p>
<p>    I want to control the speed of 230 V AC motor (submersible water Pump)through AVR 32A Mc. I have used PWM as well as also tried with 8 bit DAC (DAC0808) to Drive (BT12 A) TRIAC,  but could not get the desired Output. Therefore need your help in this regard. What ckt should i use for controlling the speed of the AC motor,along with AVR 32A Mc. </p>
<p>    please send me the solution on <a href="mailto:vishalmeshram2007@rediffmail.com">vishalmeshram2007@rediffmail.com</a>       OR<br />
<a href="mailto:vishalgmeshram@gmail.com">vishalgmeshram@gmail.com</a></p>
<p>     Waiting eagerly for your reply</p>
<p>Regards<br />
Vishal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rkb</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-40295</link>
		<dc:creator>rkb</dc:creator>
		<pubDate>Thu, 19 Apr 2012 16:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-40295</guid>
		<description>( 3&lt;&lt;ucsz0)

i can&#039;t ubderstand it</description>
		<content:encoded><![CDATA[<p>( 3&lt;&lt;ucsz0)</p>
<p>i can&#039;t ubderstand it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalex</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-39489</link>
		<dc:creator>kalex</dc:creator>
		<pubDate>Sat, 10 Mar 2012 15:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-39489</guid>
		<description>If you&#039;re looking for PIC samples go to mikroe.com but if you know &quot;C&quot; or &quot;Pascal&quot; the codes here are the same for PIC &amp; AVR when you set the baud_rate and TX or RX a byte. the difference is in assembler code.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re looking for PIC samples go to mikroe.com but if you know &#8220;C&#8221; or &#8220;Pascal&#8221; the codes here are the same for PIC &amp; AVR when you set the baud_rate and TX or RX a byte. the difference is in assembler code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RS232 Communication &#8211; The Level Conversion &#124; eXtreme Electronics</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers/comment-page-2/#comment-38121</link>
		<dc:creator>RS232 Communication &#8211; The Level Conversion &#124; eXtreme Electronics</dc:creator>
		<pubDate>Sat, 04 Feb 2012 07:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=78#comment-38121</guid>
		<description>[...] Using the USART of AVR Microcontrollers. [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the USART of AVR Microcontrollers. [...]</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 14/38 queries in 0.011 seconds using apc
Object Caching 552/562 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-05-22 08:49:29 -->
