<?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: Really cheap USB to TTL on Atmega : 1.70$</title>
	<atom:link href="http://www.larsen-b.com/Article/370.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/370.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-8251</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 16 Jan 2013 13:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-8251</guid>
		<description><![CDATA[Yes, just change the code if needed]]></description>
		<content:encoded><![CDATA[<p>Yes, just change the code if needed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemanja</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-8233</link>
		<dc:creator>Nemanja</dc:creator>
		<pubDate>Wed, 09 Jan 2013 17:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-8233</guid>
		<description><![CDATA[is this cable compatibile with atmega328p?
salut
Nemanja]]></description>
		<content:encoded><![CDATA[<p>is this cable compatibile with atmega328p?<br />
salut<br />
Nemanja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willmans</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7946</link>
		<dc:creator>willmans</dc:creator>
		<pubDate>Fri, 17 Dec 2010 23:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7946</guid>
		<description><![CDATA[Newer PIC mcu:s have settings to invert the hardware USART, that is good because it can be used directly with the cheap USB-serial converters.]]></description>
		<content:encoded><![CDATA[<p>Newer PIC mcu:s have settings to invert the hardware USART, that is good because it can be used directly with the cheap USB-serial converters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7912</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 24 Oct 2010 22:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7912</guid>
		<description><![CDATA[@Phillip : don&#039;t forget to swap RX and TX from the AVR to RS232 converter: 

AVR === RS232
RX &lt;=== TX
TX ===&gt; RX]]></description>
		<content:encoded><![CDATA[<p>@Phillip : don&#8217;t forget to swap RX and TX from the AVR to RS232 converter: </p>
<p>AVR === RS232<br />
RX < === TX<br />
TX ===> RX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7911</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Sun, 24 Oct 2010 22:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7911</guid>
		<description><![CDATA[I&#039;ve been playing with this for the last day, and I&#039;m not having success.  I found an identical looking cable, but the board inside is slightly different.  Still, I identified the pins.  I hooked RX and TX together, and using cutecom I am receiving exactly what I am sending each time, so I know the cable itself is working properly.

Using your code on the AVR, I&#039;m sending &quot;a\r\n&quot;, and that&#039;s it.  However, using cutecom I only see things like x00 repeated over and over.  Is there something else that I need to do on the software side in order to translate the messages, or am I just missing something huge?

This is the first time I&#039;ve delved into serial comm before, so please be gentle.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been playing with this for the last day, and I&#8217;m not having success.  I found an identical looking cable, but the board inside is slightly different.  Still, I identified the pins.  I hooked RX and TX together, and using cutecom I am receiving exactly what I am sending each time, so I know the cable itself is working properly.</p>
<p>Using your code on the AVR, I&#8217;m sending &#8220;a\r\n&#8221;, and that&#8217;s it.  However, using cutecom I only see things like x00 repeated over and over.  Is there something else that I need to do on the software side in order to translate the messages, or am I just missing something huge?</p>
<p>This is the first time I&#8217;ve delved into serial comm before, so please be gentle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7906</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 11 Oct 2010 02:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7906</guid>
		<description><![CDATA[bernt, 

I was using a 7404 on mine and it worked well. There definitely aren&#039;t any handshaking lines hooked up on these converters]]></description>
		<content:encoded><![CDATA[<p>bernt, </p>
<p>I was using a 7404 on mine and it worked well. There definitely aren&#8217;t any handshaking lines hooked up on these converters</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7905</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 10 Oct 2010 21:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7905</guid>
		<description><![CDATA[@bernt, I missed this comment (don&#039;t know how). Yes simple inverter will do the trick. I don&#039;t have some here so, never tried this. 

The other lines are standard db9 lines, so yes modem control ones. 


@Bob, I cut the plastic w/ a knife, and cut the db9 pins before.]]></description>
		<content:encoded><![CDATA[<p>@bernt, I missed this comment (don&#8217;t know how). Yes simple inverter will do the trick. I don&#8217;t have some here so, never tried this. </p>
<p>The other lines are standard db9 lines, so yes modem control ones. </p>
<p>@Bob, I cut the plastic w/ a knife, and cut the db9 pins before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7904</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 10 Oct 2010 21:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7904</guid>
		<description><![CDATA[how did you pull the rs232-side housing apart? I destroyed one of these a few months back trying to cut the plastic off]]></description>
		<content:encoded><![CDATA[<p>how did you pull the rs232-side housing apart? I destroyed one of these a few months back trying to cut the plastic off</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernt</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7879</link>
		<dc:creator>bernt</dc:creator>
		<pubDate>Fri, 17 Sep 2010 04:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7879</guid>
		<description><![CDATA[What about using specialized inverter ICs?
(examples: 5-pin 74LVC1G14GW single inverter, 
                6-pin SN74LVC2G06DCKR double inverter)

If you are not worried about soldering SMD, its:
+ simple (1 only component is possible, no special software) 
+ cheap (depending on how you buy, it might still be &lt; 2USD, including the cable)
+ fast (short transition time + hardware UART)

Do you have any idea what the two (or more?) extra pins are for? ...any modem control lines?

Have a nice day!]]></description>
		<content:encoded><![CDATA[<p>What about using specialized inverter ICs?<br />
(examples: 5-pin 74LVC1G14GW single inverter,<br />
                6-pin SN74LVC2G06DCKR double inverter)</p>
<p>If you are not worried about soldering SMD, its:<br />
+ simple (1 only component is possible, no special software)<br />
+ cheap (depending on how you buy, it might still be &lt; 2USD, including the cable)<br />
+ fast (short transition time + hardware UART)</p>
<p>Do you have any idea what the two (or more?) extra pins are for? &#8230;any modem control lines?</p>
<p>Have a nice day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/370.html/comment-page-1#comment-7877</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 16 Sep 2010 21:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=370#comment-7877</guid>
		<description><![CDATA[@Alex and @Gar, I haven&#039;t found the time right now. But yes I NPN on the receive pin will provide a nice stuff. (inversion on the send isn&#039;t a big deal) . 

@Madge: I used Linux, so no driver is need, works out of the box. Just read/write to /dev/ttyUSB0. 
For the ebay vendor, , don&#039;t remember but every cheap (&lt;2$) should work. 


Bye]]></description>
		<content:encoded><![CDATA[<p>@Alex and @Gar, I haven&#8217;t found the time right now. But yes I NPN on the receive pin will provide a nice stuff. (inversion on the send isn&#8217;t a big deal) . </p>
<p>@Madge: I used Linux, so no driver is need, works out of the box. Just read/write to /dev/ttyUSB0.<br />
For the ebay vendor, , don&#8217;t remember but every cheap (&lt;2$) should work. </p>
<p>Bye</p>
]]></content:encoded>
	</item>
</channel>
</rss>
