<?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 : Reading and Writing Data</title>
	<atom:link href="http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/</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-reading-and-writing-data/comment-page-2/#comment-41537</link>
		<dc:creator>sai</dc:creator>
		<pubDate>Fri, 18 May 2012 07:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-41537</guid>
		<description>stud level explanation 
can u tell me how to use the value transmitted to the pc as a input for some other program say a c program</description>
		<content:encoded><![CDATA[<p>stud level explanation<br />
can u tell me how to use the value transmitted to the pc as a input for some other program say a c program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: how to display ADC to LCD and send to computer via USART</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-39774</link>
		<dc:creator>how to display ADC to LCD and send to computer via USART</dc:creator>
		<pubDate>Sat, 24 Mar 2012 09:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-39774</guid>
		<description>[...]  http://www.engineersgarage.com/embed...rrupts-circuit  http://extremeelectronics.co.in/avr-...-writing-data/      I Respect You             Reply With Quote              + Post New Thread     &#171; AT89S52 [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://www.engineersgarage.com/embed...rrupts-circuit" rel="nofollow">http://www.engineersgarage.com/embed&#8230;rrupts-circuit</a>  <a href="http://extremeelectronics.co.in/avr-...-writing-data/" rel="nofollow">http://extremeelectronics.co.in/avr-&#8230;-writing-data/</a>      I Respect You             Reply With Quote              + Post New Thread     &laquo; AT89S52 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-39147</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Wed, 07 Mar 2012 09:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-39147</guid>
		<description>Thanks a lot sir ,whatever u are discussing it really boost us and makes feel good for learning and lost interest  come back after reading the article sir please contiue like this &quot;Very Very useful for  New Beginners like us &quot;

Thanks a lot Sir........</description>
		<content:encoded><![CDATA[<p>Thanks a lot sir ,whatever u are discussing it really boost us and makes feel good for learning and lost interest  come back after reading the article sir please contiue like this &#8220;Very Very useful for  New Beginners like us &#8221;</p>
<p>Thanks a lot Sir&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38420</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38420</guid>
		<description>Hi

That was just the basic demo to show you how you can read the encoder data into a variable.

&quot;but how will I get the readings in the PC?&quot;

So you want the encoder data on PC, so please let me know the following.

&gt;&gt;Interface between PC and your Robot (Most probably UART).
&gt;&gt;If USART the USART number (ATmega2560 has 4 USART viz USART0,USART1,USART2,USART3)
&gt;&gt;Since PCs now a days don&#039;t have a RS232 (COM Port), so their must be a convertor between your PC and the Robot, what is the type of it ? Is it built into the board?
&gt;&gt; Have you installed the drivers for the above?
&gt;&gt; What reading do you want on PC (the raw encoder data as shown on LCD, The distance in CM or velocity in CM/sec)
&gt;&gt; You somewhere told that you wanted to plot some graph, so please describe the graph what will be in x and y axises.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>That was just the basic demo to show you how you can read the encoder data into a variable.</p>
<p>&#8220;but how will I get the readings in the PC?&#8221;</p>
<p>So you want the encoder data on PC, so please let me know the following.</p>
<p>&gt;&gt;Interface between PC and your Robot (Most probably UART).<br />
&gt;&gt;If USART the USART number (ATmega2560 has 4 USART viz USART0,USART1,USART2,USART3)<br />
&gt;&gt;Since PCs now a days don&#8217;t have a RS232 (COM Port), so their must be a convertor between your PC and the Robot, what is the type of it ? Is it built into the board?<br />
&gt;&gt; Have you installed the drivers for the above?<br />
&gt;&gt; What reading do you want on PC (the raw encoder data as shown on LCD, The distance in CM or velocity in CM/sec)<br />
&gt;&gt; You somewhere told that you wanted to plot some graph, so please describe the graph what will be in x and y axises.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TANISHA</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38419</link>
		<dc:creator>TANISHA</dc:creator>
		<pubDate>Fri, 17 Feb 2012 10:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38419</guid>
		<description>hi avinash!!
the 2nd zip file worked out.It is giving the readings as I manually rotate d wheels!!but how will I get the readings in the PC?</description>
		<content:encoded><![CDATA[<p>hi avinash!!<br />
the 2nd zip file worked out.It is giving the readings as I manually rotate d wheels!!but how will I get the readings in the PC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38417</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 17 Feb 2012 07:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38417</guid>
		<description>Hello,


Download the Basic Encoder Data Reading Demo from here


http://extremeelectronics.co.in/temp/PositionEncoderTest2.zip

This demo shows you how to get the raw encoder data to a variable.

the two variables are

enc_left_value      
enc_right_value

for left and right encoders.

This demo simply shows the contents of these variables on the LCD

L: 00028 R: 00092

L stands for Left and R for right.

It is an AVR Studio 5 Project.

The hex file is in the location

\PositionEncoderTest\Debug\PositionEncoderTest.hex
Burn the hex file and see if  works.

After burning the program. Rotates the wheels by your hands.
The LCD should update the counters.

Tell me the results. So that we can proceed.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Download the Basic Encoder Data Reading Demo from here</p>
<p><a href="http://extremeelectronics.co.in/temp/PositionEncoderTest2.zip" rel="nofollow">http://extremeelectronics.co.in/temp/PositionEncoderTest2.zip</a></p>
<p>This demo shows you how to get the raw encoder data to a variable.</p>
<p>the two variables are</p>
<p>enc_left_value<br />
enc_right_value</p>
<p>for left and right encoders.</p>
<p>This demo simply shows the contents of these variables on the LCD</p>
<p>L: 00028 R: 00092</p>
<p>L stands for Left and R for right.</p>
<p>It is an AVR Studio 5 Project.</p>
<p>The hex file is in the location</p>
<p>\PositionEncoderTest\Debug\PositionEncoderTest.hex<br />
Burn the hex file and see if  works.</p>
<p>After burning the program. Rotates the wheels by your hands.<br />
The LCD should update the counters.</p>
<p>Tell me the results. So that we can proceed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38415</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 17 Feb 2012 05:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38415</guid>
		<description>Hi,


Just configured my LCD library according to your platform.


Please check if it works on your board.


I have already tested on simulation software.


Just confirm me. So that I can move on to write the code for position encoder test.


Attached is the AVR Studio 5 Project.

http://extremeelectronics.co.in/temp/PositionEncoderTest.zip


The hex file is in the location

\PositionEncoderTest\Debug\PositionEncoderTest.hex


Burn the hex file and see if LCD works.
:)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just configured my LCD library according to your platform.</p>
<p>Please check if it works on your board.</p>
<p>I have already tested on simulation software.</p>
<p>Just confirm me. So that I can move on to write the code for position encoder test.</p>
<p>Attached is the AVR Studio 5 Project.</p>
<p><a href="http://extremeelectronics.co.in/temp/PositionEncoderTest.zip" rel="nofollow">http://extremeelectronics.co.in/temp/PositionEncoderTest.zip</a></p>
<p>The hex file is in the location</p>
<p>\PositionEncoderTest\Debug\PositionEncoderTest.hex</p>
<p>Burn the hex file and see if LCD works.<br />
 <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TANISHA</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38397</link>
		<dc:creator>TANISHA</dc:creator>
		<pubDate>Thu, 16 Feb 2012 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38397</guid>
		<description>Hi avinash!!
Provided all the information u asked on ur mail id!!
Eagerly waiting for ur reply!!
Regards,
Tanisha</description>
		<content:encoded><![CDATA[<p>Hi avinash!!<br />
Provided all the information u asked on ur mail id!!<br />
Eagerly waiting for ur reply!!<br />
Regards,<br />
Tanisha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38367</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Wed, 15 Feb 2012 11:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38367</guid>
		<description>Your encoder just sends a pulse for each slot that passes under it. They are connected to 

external interrupt lines (INT4 &amp; INT5). So your first task is to initiallize the INT4 and INT5. 

Now in the Interrupt service routine (ISR) you need to increment a varriable. After that you 

need some basic mathematics. You need to find out total number of slots in the encoder wheel. 

And using the radius of the main driving wheel you need to find out how much (in centimeters) 

your robot moves for each slot. So you can calculate the displacemnet easily. 

Tell me the following if you want me to write some working code for you.
&gt;&gt; Number of slots in your encoder wheel.
&gt;&gt; Circuit diagram of wiring of MOC7811 (does it gives high or low logic for slot)
&gt;&gt; Are you using a ready made board for ATmega2560?
&gt;&gt; If yes the make and model.
&gt;&gt; Does it have a LCD module (will make our life easier)
&gt;&gt; If yes the connection.
&gt;&gt; The frequency at which your ATmega2560 is running (see the marking on crytal)
&gt;&gt; How you are programming the ATmega2560 (which hardware/software you are using)
&gt;&gt; Is your robot ready made or you have made all these (I mean encoder etc)
&gt;&gt; Give me the photo of the encoder arrangement.
&gt;&gt; If ready made name the make and model.</description>
		<content:encoded><![CDATA[<p>Your encoder just sends a pulse for each slot that passes under it. They are connected to </p>
<p>external interrupt lines (INT4 &#038; INT5). So your first task is to initiallize the INT4 and INT5. </p>
<p>Now in the Interrupt service routine (ISR) you need to increment a varriable. After that you </p>
<p>need some basic mathematics. You need to find out total number of slots in the encoder wheel. </p>
<p>And using the radius of the main driving wheel you need to find out how much (in centimeters) </p>
<p>your robot moves for each slot. So you can calculate the displacemnet easily. </p>
<p>Tell me the following if you want me to write some working code for you.<br />
>> Number of slots in your encoder wheel.<br />
>> Circuit diagram of wiring of MOC7811 (does it gives high or low logic for slot)<br />
>> Are you using a ready made board for ATmega2560?<br />
>> If yes the make and model.<br />
>> Does it have a LCD module (will make our life easier)<br />
>> If yes the connection.<br />
>> The frequency at which your ATmega2560 is running (see the marking on crytal)<br />
>> How you are programming the ATmega2560 (which hardware/software you are using)<br />
>> Is your robot ready made or you have made all these (I mean encoder etc)<br />
>> Give me the photo of the encoder arrangement.<br />
>> If ready made name the make and model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TANISHA</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38362</link>
		<dc:creator>TANISHA</dc:creator>
		<pubDate>Wed, 15 Feb 2012 05:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38362</guid>
		<description>Avinash,
I am truly confused.
&quot;Please specify the type of encoders you are having may be the part number&quot;
Optical encoder MOC7811 is used for position encoder on the robot. It consists of IR LED and
the photo transistor mounted in front of each other separated by a slot.
Regarding the WL sensors I think that using the following code can give me the value of the sensor data.Awaiting ur expert opinion!mailing you the code!</description>
		<content:encoded><![CDATA[<p>Avinash,<br />
I am truly confused.<br />
&#8220;Please specify the type of encoders you are having may be the part number&#8221;<br />
Optical encoder MOC7811 is used for position encoder on the robot. It consists of IR LED and<br />
the photo transistor mounted in front of each other separated by a slot.<br />
Regarding the WL sensors I think that using the following code can give me the value of the sensor data.Awaiting ur expert opinion!mailing you the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38343</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Tue, 14 Feb 2012 11:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38343</guid>
		<description>@Tanisha,


First of all thanks for your compliments!
:)

Sorry to tell but you&#039;re confused!

Please specify the type of encoders you are having may be the part number.

White line sensors are usually simple IR pairs that uses reflectance to sense. Since these are raw IR led + Receiver pair. Their output need to be calibrated for the current application (due to change in parameters like the reflectance of the white surface in use, distance from the sensor, ambient IR intensity etc). These are usually connected to the ADC (Analog to Digital convertor port) of MCU. Reading the ADC channels will just give you the amount of IR radiation falling on them. You can then either make a auto calibrate function that scans the surface and finds the values sent by sensor for black and them white areas.</description>
		<content:encoded><![CDATA[<p>@Tanisha,</p>
<p>First of all thanks for your compliments! <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sorry to tell but you&#8217;re confused!</p>
<p>Please specify the type of encoders you are having may be the part number.</p>
<p>White line sensors are usually simple IR pairs that uses reflectance to sense. Since these are raw IR led + Receiver pair. Their output need to be calibrated for the current application (due to change in parameters like the reflectance of the white surface in use, distance from the sensor, ambient IR intensity etc). These are usually connected to the ADC (Analog to Digital convertor port) of MCU. Reading the ADC channels will just give you the amount of IR radiation falling on them. You can then either make a auto calibrate function that scans the surface and finds the values sent by sensor for black and them white areas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TANISHA</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38318</link>
		<dc:creator>TANISHA</dc:creator>
		<pubDate>Mon, 13 Feb 2012 09:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38318</guid>
		<description>Hi Avinash,
Ur tutorial is wonderful!!hats off to you!!
I am currently doing a line follower project where i have to capture the data of the encoders,white line sensors and send them to pc!
USARTReadChar() reads the data from USART buffer.But if i want to collect the data of encoders/WL sensors do i need to call the function USARTReadChar() using a port number??
Please suggest!! cant understand really!!</description>
		<content:encoded><![CDATA[<p>Hi Avinash,<br />
Ur tutorial is wonderful!!hats off to you!!<br />
I am currently doing a line follower project where i have to capture the data of the encoders,white line sensors and send them to pc!<br />
USARTReadChar() reads the data from USART buffer.But if i want to collect the data of encoders/WL sensors do i need to call the function USARTReadChar() using a port number??<br />
Please suggest!! cant understand really!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suheb Naik</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38111</link>
		<dc:creator>Suheb Naik</dc:creator>
		<pubDate>Fri, 03 Feb 2012 07:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38111</guid>
		<description>Hello sir,
i am very grateful for valuable information you have shared with us. However Our project is about encryption n decryption. and we are  trying for PC-PC communication. First we will encrypt the msg &amp; through the RF link pass it to another PC. There we will decrypt &amp; then display. its wireless communication. Coding we are trying 2 do through Twofish algorithm. &amp; the software for coding we are suppose 2 use is MATLAB. can you please guide us about coding part?</description>
		<content:encoded><![CDATA[<p>Hello sir,<br />
i am very grateful for valuable information you have shared with us. However Our project is about encryption n decryption. and we are  trying for PC-PC communication. First we will encrypt the msg &amp; through the RF link pass it to another PC. There we will decrypt &amp; then display. its wireless communication. Coding we are trying 2 do through Twofish algorithm. &amp; the software for coding we are suppose 2 use is MATLAB. can you please guide us about coding part?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manfred</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-38092</link>
		<dc:creator>manfred</dc:creator>
		<pubDate>Wed, 01 Feb 2012 21:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-38092</guid>
		<description>Thank you soooo much.Very Helpful.Very Good. Greetings Manfred</description>
		<content:encoded><![CDATA[<p>Thank you soooo much.Very Helpful.Very Good. Greetings Manfred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-36496</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Sun, 25 Dec 2011 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-36496</guid>
		<description>Hello Sir,
I am totally thankful for ur tutorials ,but i have a question,I have got ur CP2102 Based Module,which has successfully worked on Windows ,I have project to be implemented in Linux so would u please hint me about its use in Linux.Atlest some refrences,thanks .</description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
I am totally thankful for ur tutorials ,but i have a question,I have got ur CP2102 Based Module,which has successfully worked on Windows ,I have project to be implemented in Linux so would u please hint me about its use in Linux.Atlest some refrences,thanks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-29344</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Wed, 05 Oct 2011 03:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-29344</guid>
		<description>@Shahgufta,

To send 32 bit int using USART, use following snippet.

uint32_t value=11998652; //32 bit unsigned int value

USARTWriteChar(value);
USARTWriteChar(value&gt;&gt;8);
USARTWriteChar(value&gt;&gt;16);
USARTWriteChar(value&gt;&gt;24);

on receiving side. Write

uint32_t USARTReadUINT32();
{
 uint8_t b1,b2,b3,b4; 
 
 b1=USARTReadChar();
 b2=USARTReadChar();
 b3=USARTReadChar();
 b4=USARTReadChar();

 return ((b4&lt;&lt;24)&#124;(b3&lt;&lt;16)&#124;(b2&lt;&lt;8)&#124;(b1));
}

for furthur discussion please use the forum.
http://forum.extremeelectronics.co.in/</description>
		<content:encoded><![CDATA[<p>@Shahgufta,</p>
<p>To send 32 bit int using USART, use following snippet.</p>
<p>uint32_t value=11998652; //32 bit unsigned int value</p>
<p>USARTWriteChar(value);<br />
USARTWriteChar(value>>8);<br />
USARTWriteChar(value>>16);<br />
USARTWriteChar(value>>24);</p>
<p>on receiving side. Write</p>
<p>uint32_t USARTReadUINT32();<br />
{<br />
 uint8_t b1,b2,b3,b4; </p>
<p> b1=USARTReadChar();<br />
 b2=USARTReadChar();<br />
 b3=USARTReadChar();<br />
 b4=USARTReadChar();</p>
<p> return ((b4< &lt;24)|(b3<&lt;16)|(b2<&lt;8)|(b1));<br />
}</p>
<p>for furthur discussion please use the forum.<br />
<a href="http://forum.extremeelectronics.co.in/" rel="nofollow">http://forum.extremeelectronics.co.in/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahgufta</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-29314</link>
		<dc:creator>Shahgufta</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-29314</guid>
		<description>Hai...
Great work sir. Iam doing a project to send 32 bit data from atmega32 to pc using RS232 serial communication. I know to transfer 8 bit data but I dont know how to transfer 32 bit data. Please help me.

Regards,
Shahgufta</description>
		<content:encoded><![CDATA[<p>Hai&#8230;<br />
Great work sir. Iam doing a project to send 32 bit data from atmega32 to pc using RS232 serial communication. I know to transfer 8 bit data but I dont know how to transfer 32 bit data. Please help me.</p>
<p>Regards,<br />
Shahgufta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jk bawa</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-27767</link>
		<dc:creator>jk bawa</dc:creator>
		<pubDate>Thu, 25 Aug 2011 09:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-27767</guid>
		<description>hi, avinash.
we are planing to make pressure horn melody, in the market many people make it, can you let us know how can we load songs in processor, that trigers the 6 relays and relays switch on the air pressure controllers.
pls mail me the details</description>
		<content:encoded><![CDATA[<p>hi, avinash.<br />
we are planing to make pressure horn melody, in the market many people make it, can you let us know how can we load songs in processor, that trigers the 6 relays and relays switch on the air pressure controllers.<br />
pls mail me the details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using the USART of AVR Microcontrollers. &#124; eXtreme Electronics</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-22403</link>
		<dc:creator>Using the USART of AVR Microcontrollers. &#124; eXtreme Electronics</dc:creator>
		<pubDate>Thu, 02 Jun 2011 04:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-22403</guid>
		<description>[...]  Serial I/O [...]</description>
		<content:encoded><![CDATA[<p>[...]  Serial I/O [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Visualize ADC data on PC Screen using USART - AVR Project &#124; eXtreme Electronics</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/using-the-usart-of-avr-microcontrollers-reading-and-writing-data/comment-page-2/#comment-22394</link>
		<dc:creator>Visualize ADC data on PC Screen using USART - AVR Project &#124; eXtreme Electronics</dc:creator>
		<pubDate>Thu, 02 Jun 2011 03:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=108#comment-22394</guid>
		<description>[...]  Serial I/O [...]</description>
		<content:encoded><![CDATA[<p>[...]  Serial I/O [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 18/38 queries in 0.011 seconds using apc
Object Caching 562/572 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-05-22 08:49:05 -->
