<?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: Questions about IDE</title>
		<link>http://forums.leaflabs.com/topic.php?id=10118</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:08:03 +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=10118" rel="self" type="application/rss+xml" />

		<item>
			<title>trey2324 on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118&amp;page=2#post-22055</link>
			<pubDate>Sun, 20 Jan 2013 18:49:19 +0000</pubDate>
			<dc:creator>trey2324</dc:creator>
			<guid isPermaLink="false">22055@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I also found that the board needs to be in prepetual bootloader mode in order to take this program on my 64-bit machine. The strange thing is that the blink program seems to run just fine in bootloader or in regualr mode the com port 4 recognizes the board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trey2324 on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118&amp;page=2#post-22053</link>
			<pubDate>Sun, 20 Jan 2013 17:55:55 +0000</pubDate>
			<dc:creator>trey2324</dc:creator>
			<guid isPermaLink="false">22053@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I had the baud rate set at 9600 and I changed it to the 115200 rate that you instructed. I opened the serial monitor after the program was loaded to the board and found that it is running. Now I just need to stop it from being a infinite loop (thats coding though) thank you all for helping me to understand how this IDE operates!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>higwoshy on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118&amp;page=2#post-22048</link>
			<pubDate>Sat, 19 Jan 2013 11:05:43 +0000</pubDate>
			<dc:creator>higwoshy</dc:creator>
			<guid isPermaLink="false">22048@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;&#38;gt;&#38;gt; ... I am unable to open the serial monitor during the upload process...&#60;/p&#62;
&#60;p&#62;Just a quick question : are you trying to open the serial monitor during the upload? It doesn't work like that. You'll have to wait until it's uploaded and the maple has been reset before opening the serial monitor. Leave the delay at 100.&#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt; I was expecting that string to be returned within the IDE but maybe I have it all wrong. &#60;/p&#62;
&#60;p&#62;Just to clarify, the &#34;hello world&#34; does not appear in the IDE. The messages you original posted above ^ are just the program being compiled and uploaded to the Maple. Once the program has been uploaded it runs forever. No need to upload it again. &#34;Hello world&#34; will only show up in the serial monitor (or another serial monitor type program).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118#post-22044</link>
			<pubDate>Sat, 19 Jan 2013 08:45:41 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">22044@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi there trey, are you using 32-bit or 64-bit Windows 7? Can you open Device Manager and find out what Serial port is being used by the Maple? Use another program like &#60;a href=&#34;http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&#34;&#62;putty&#60;/a&#62; to open up the Serial Port if it's available with a baud speed of 115200. Is there still no response? What board option is selected?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trey2324 on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118#post-22041</link>
			<pubDate>Fri, 18 Jan 2013 15:02:33 +0000</pubDate>
			<dc:creator>trey2324</dc:creator>
			<guid isPermaLink="false">22041@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I tried the delay up to 5 seconds (5000) still no change. I believe that I may be the fact that the IDE is being run on windows 7. I am unable to open the serial monitor during the upload process. Do you know who i can contact in regards to the problem? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118#post-22040</link>
			<pubDate>Fri, 18 Jan 2013 12:34:05 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22040@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;trey2324 - I don't use Windows, so I can't help much more. Windows is often a source of problems.&#60;/p&#62;
&#60;p&#62;I don't think it'll make much/any difference, but I would slow the printing by doing a delay:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;void loop() {
    SerialUSB.println(&#38;quot;Hello World!&#38;quot;);
    delay(100);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When the 'Hello World!' program is running, can you open the serial monitor? Does it find the Maple?&#60;/p&#62;
&#60;p&#62;(Full disclosure: I am not a member of LeafLabs staff.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trey2324 on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118#post-22035</link>
			<pubDate>Fri, 18 Jan 2013 08:43:14 +0000</pubDate>
			<dc:creator>trey2324</dc:creator>
			<guid isPermaLink="false">22035@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;void setup() {&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;void loop() {&#60;br /&#62;
    SerialUSB.println(&#34;Hello World!&#34;);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;is the code I used which is one of the provided examples. The board that I have is the maple r5. The IDE being used is v 0.0.12 (arduino) and it is being ran on a windows 7 OS.&#60;/p&#62;
&#60;p&#62;I was able to run the blinky program for the internal LED and change it from 1 second to 3 seconds and it worked fine, so communications are good. I was just wondering why i was unable to get the above code to println. &#60;/p&#62;
&#60;p&#62;Thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118#post-22030</link>
			<pubDate>Fri, 18 Jan 2013 04:37:52 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">22030@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;trey2324 - please paste the code (if its not more than a page), or a link to the code (and paste the code at pastebin, gist, i.e. somewhere we can see it).&#60;br /&#62;
Please also look at the posting guidelines &#60;a href=&#34;http://forums.leaflabs.com/topic.php?id=994&#34; rel=&#34;nofollow&#34;&#62;http://forums.leaflabs.com/topic.php?id=994&#60;/a&#62;&#60;br /&#62;
It is often helpful for us to know the version of the Maple IDE and operating system that the host PC is running&#60;/p&#62;
&#60;p&#62;A common problem is caused by the host PC switching between interpreting the Maple as a USB DFU device, and a USB serial device. This can take so much time that the first few strings can be lost by the host. There are several threads with advice on how to minimise the impact of that problem. When just using the program to test the USB communications to the host PC, then a fix is to print a message from &#60;code&#62;loop()&#60;/code&#62;, say every second.&#60;/p&#62;
&#60;p&#62;Have you been able to upload the 'blink' program?&#60;br /&#62;
That is the usual embedded equivalent of 'hello world'. Blink is a useful test to ensure everything else is working. You might change the value in the &#60;code&#62;delay(1000);&#60;/code&#62; to something visibly different, e.g. 100 to ensure you are seeing the effect of loading the program.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trey2324 on "Questions about IDE"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10118#post-22023</link>
			<pubDate>Thu, 17 Jan 2013 20:58:59 +0000</pubDate>
			<dc:creator>trey2324</dc:creator>
			<guid isPermaLink="false">22023@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I attempted to run the example hello world and got a long script of information that doesnt constitute the command println(&#34;Hello World ). The return information that I recieved was this:&#60;/p&#62;
&#60;p&#62;Going to build using 'armcompiler' (ARM)&#60;br /&#62;
 Compiling core...&#60;br /&#62;
 No libraries to compile.&#60;br /&#62;
 Compiling the sketch...&#60;br /&#62;
  Linking...&#60;br /&#62;
 Computing sketch size...&#60;/p&#62;
&#60;p&#62;C:\Users\TRAVIS~1\AppData\Local\Temp\build4584837458802190807.tmp\HelloWorld.cpp.bin  :&#60;br /&#62;
section    size   addr&#60;br /&#62;
.data   12248      0&#60;br /&#62;
Total   12248&#60;/p&#62;
&#60;p&#62;Binary sketch size is reported above. Check it against a 108000 byte maximum.&#60;br /&#62;
 Loading via dfu-util&#60;br /&#62;
Resetting to bootloader via DTR pulse&#60;br /&#62;
Searching for DFU device [1EAF:0003]...&#60;br /&#62;
Found it!&#60;/p&#62;
&#60;p&#62;Opening USB Device 0x1eaf:0x0003...&#60;br /&#62;
Found Runtime: [0x1eaf:0x0003] devnum=1, cfg=0, intf=0, alt=1, name=&#34;DFU Program FLASH 0x08005000&#34;&#60;br /&#62;
 Setting Configuration 1...&#60;br /&#62;
Claiming USB DFU Interface...&#60;br /&#62;
Setting Alternate Setting ...&#60;br /&#62;
Determining device status: state = dfuIDLE, status = 0&#60;br /&#62;
dfuIDLE, continuing&#60;br /&#62;
Transfer Size = 0x0400&#60;br /&#62;
bytes_per_hash=244&#60;br /&#62;
 Starting download: [##################################################] finished!&#60;br /&#62;
state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present&#60;br /&#62;
Done!&#60;br /&#62;
Resetting USB to switch back to runtime mode&#60;/p&#62;
&#60;p&#62;my question is whether I have installed the hardware/IDE properly on my computer or whether I am missing something. I was expecting that string to be returned within the IDE but maybe I have it all wrong. Any help would be great!!&#60;/p&#62;
&#60;p&#62;Travis
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
