<?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 monitor hanging the IDE on OS X</title>
		<link>http://forums.leaflabs.com/topic.php?id=1119</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:21:47 +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=1119" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Serial monitor hanging the IDE on OS X"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1119#post-6928</link>
			<pubDate>Thu, 20 Oct 2011 22:43:04 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">6928@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;luma, interesting. Could definitely be a bug in serialusb but its almost certainly to be threading issue with the serial monitor in the IDE+Mac+your java install cropping up that example writes to the serial port so fast (probably something like 10000 samples a second). If you can afford to, slowing things down will almost certainly fix the problem. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;void loop() {
    int val = analogRead(in);
    SerialUSB.println(val);

    delay(10) // should give samples at 100Hz
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you cant afford to lose the speed, try a different serial monitor as suggested.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robodude666 on "Serial monitor hanging the IDE on OS X"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1119#post-6906</link>
			<pubDate>Wed, 19 Oct 2011 09:49:38 +0000</pubDate>
			<dc:creator>robodude666</dc:creator>
			<guid isPermaLink="false">6906@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Are you using a Hardware UART for serial or the USB serial?&#60;/p&#62;
&#60;p&#62;Try using a standalone serial terminal like CoolTerm, as I find it to work better than the Arduino IDE's one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>luma on "Serial monitor hanging the IDE on OS X"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1119#post-6876</link>
			<pubDate>Sat, 15 Oct 2011 09:39:39 +0000</pubDate>
			<dc:creator>luma</dc:creator>
			<guid isPermaLink="false">6876@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to get some serial data back from the board.  When I run the analogInSerial example and switch on the serial monitor, some numbers appear initially but then the whole IDE gets really unresponsive, and I need to 'force quit' it.  I'm using a Rev3 board with MapleIDE v0.0.12 on Mac OSX 10.6.8.  Does anyone know how to fix this?&#60;/p&#62;
&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
