<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Serial with Maple</title>
		<link>http://forums.leaflabs.com/topic.php?id=9</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:04:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=9" rel="self" type="application/rss+xml" />

		<item>
			<title>importer on "Serial with Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9#post-19</link>
			<pubDate>Sat, 03 Apr 2010 12:15:31 +0000</pubDate>
			<dc:creator>importer</dc:creator>
			<guid isPermaLink="false">19@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;[on Thu 18 of Feb., 2010 00:12 EST, by rsbohn]&#60;/p&#62;
&#60;p&#62;&#38;gt; I'm seeing the LED blink at the correct interval so the program is clearly loaded and running. But I am using Bray Terminal on the PC side and it actually shows me &#34;FRAME ERROR&#34; messages. On the PC side, I've assumed &#34;8N1&#34; (8 data bits, no parity, 1 stop bit) and no handshaking. I must be overlooking something. Help!&#60;br /&#62;
&#38;gt;&#60;/p&#62;
&#60;p&#62;The Maple pins don't provide RS232 level signals. You need something like a Max232 to talk to a PC COM port. Alternatively, FTDI BOB works nicely.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>importer on "Serial with Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9#post-17</link>
			<pubDate>Sat, 03 Apr 2010 12:14:35 +0000</pubDate>
			<dc:creator>importer</dc:creator>
			<guid isPermaLink="false">17@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;[on Wed 17 of Feb., 2010 20:42 EST, by poslathian]&#60;/p&#62;
&#60;p&#62;The code above should work over serial2, which is the hardware tx/rx lines, not the usb port. If you want usb do:&#60;/p&#62;
&#60;p&#62;HardwareUsb Usb;&#60;br /&#62;
void setup() {&#60;br /&#62;
}&#60;br /&#62;
void loop() {&#60;br /&#62;
Usb.print(&#34;hi!&#34;);&#60;br /&#62;
delay(1000);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;rsbohn's build does not include instructions for installing the rev2 serial drivers for windows. Were posting about this now, ill link it back here in a bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>importer on "Serial with Maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=9#post-15</link>
			<pubDate>Sat, 03 Apr 2010 12:13:59 +0000</pubDate>
			<dc:creator>importer</dc:creator>
			<guid isPermaLink="false">15@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;[on Wed 17 of Feb., 2010 19:20 EST, by gwong]&#60;/p&#62;
&#60;p&#62;Having worked with the Arduino Duemilanove before, I was excited to have gotten my Maple rev1 boards. I've got a seemingly simple program to start:&#60;/p&#62;
&#60;p&#62;int pinLed = 13;&#60;br /&#62;
int intCounter = 0;&#60;/p&#62;
&#60;p&#62;void setup()&#60;br /&#62;
{&#60;br /&#62;
Serial2.begin(115200);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;void loop()&#60;br /&#62;
{&#60;br /&#62;
intCounter += 1;&#60;br /&#62;
Serial2.write(intCounter);&#60;br /&#62;
digitalWrite( pinLed, HIGH);&#60;br /&#62;
delay(500);&#60;br /&#62;
digitalWrite( pinLed, LOW);&#60;br /&#62;
delay(500);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;On the hardware side, I've got connected:&#60;/p&#62;
&#60;p&#62;Maple PIN UART PC DB9 PIN&#60;br /&#62;
========= ========= ==========&#60;br /&#62;
D0 USART2_RX 3 (TXD)&#60;br /&#62;
D1 USART2_TX 2 (RXD)&#60;br /&#62;
D14 GND 5 (GND)&#60;/p&#62;
&#60;p&#62;I've done the manual Arduino 0018 build from the svn repo as of yesterday and while I worked through problems with dfu-util.exe I was unable to get the program to talk with my PC. After stumbling across rsbohn's build, I tried that as well but was unsuccessful.&#60;/p&#62;
&#60;p&#62;I'm seeing the LED blink at the correct interval so the program is clearly loaded and running. But I am using Bray Terminal on the PC side and it actually shows me &#34;FRAME ERROR&#34; messages. On the PC side, I've assumed &#34;8N1&#34; (8 data bits, no parity, 1 stop bit) and no handshaking. I must be overlooking something. Help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
