<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Arduino%3A_USB_Serial_TTL_Converter</id>
	<title>Arduino: USB Serial TTL Converter - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Arduino%3A_USB_Serial_TTL_Converter"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Arduino:_USB_Serial_TTL_Converter&amp;action=history"/>
	<updated>2026-04-20T19:29:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Arduino:_USB_Serial_TTL_Converter&amp;diff=61468&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Sumber: https://gist.github.com/wmhilton/6034455    /*   * Arduino Serial Bypass - use an Arduino as a dumb USB 2 Serial Converter   *   * This code makes the Arduino not inte...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Arduino:_USB_Serial_TTL_Converter&amp;diff=61468&amp;oldid=prev"/>
		<updated>2020-05-05T07:01:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sumber: https://gist.github.com/wmhilton/6034455    /*   * Arduino Serial Bypass - use an Arduino as a dumb USB 2 Serial Converter   *   * This code makes the Arduino not inte...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: https://gist.github.com/wmhilton/6034455&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 /*&lt;br /&gt;
  * Arduino Serial Bypass - use an Arduino as a dumb USB 2 Serial Converter&lt;br /&gt;
  *&lt;br /&gt;
  * This code makes the Arduino not interfere with pins 0 and 1&lt;br /&gt;
  * which are connected to RX and TX on the FTDI chip. This allows&lt;br /&gt;
  * the data coming from the FTDI USB 2 Serial chip to flow directly&lt;br /&gt;
  * to another device. Since RX and TX are labeled from the Arduino&amp;#039;s&lt;br /&gt;
  * point of view, don&amp;#039;t cross the wires, but plug the device&amp;#039;s &lt;br /&gt;
  * RX wire into the RX pin 0 and the TX wire into the TX pin 0.&lt;br /&gt;
  *&lt;br /&gt;
  * Because this is a direct hardware connection, high baud rates&lt;br /&gt;
  * like 115200 are not a problem like they are with SoftwareSerial.&lt;br /&gt;
  *&lt;br /&gt;
  * Credit goes to &amp;quot;ihsan&amp;quot;. His original website is down at the time&lt;br /&gt;
  * of writing, but I found the text archived on:&lt;br /&gt;
  * http://web.archive.org/web/20101027200300/http://students.sabanciuniv.edu/kehribar/?p=19&lt;br /&gt;
  */&lt;br /&gt;
 void setup()&lt;br /&gt;
 {&lt;br /&gt;
   pinMode(0,INPUT);&lt;br /&gt;
   pinMode(1,INPUT);&lt;br /&gt;
 }&lt;br /&gt;
 void loop()&lt;br /&gt;
 { &lt;br /&gt;
 &lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://gist.github.com/wmhilton/6034455&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>