<?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: SerialX.begin() sends 0xFF data...</title>
		<link>http://forums.leaflabs.com/topic.php?id=74267</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:25:58 +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=74267" rel="self" type="application/rss+xml" />

		<item>
			<title>scallog on "SerialX.begin() sends 0xFF data..."</title>
			<link>http://forums.leaflabs.com/topic.php?id=74267#post-105203</link>
			<pubDate>Tue, 28 Jan 2014 06:15:26 +0000</pubDate>
			<dc:creator>scallog</dc:creator>
			<guid isPermaLink="false">105203@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi all,&#60;br /&#62;
I've got an issue with SerialX.begin(57600 or 115200) on my Olimexino STM32 board.&#60;br /&#62;
When I do the SerialX.begin() command, My terminal receives 0xFF!&#60;br /&#62;
Here my minimal test case :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;void setup()
{
  Serial2.begin(57600);
  Serial2.write(0x42);
}

void loop()
{
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I always receive &#34;0xFF 0x42&#34;...&#60;br /&#62;
So, I tried to look inside the the &#34;begin&#34; function and it seems the &#34;gpio_set_mode(txi-&#38;gt;gpio_device, txi-&#38;gt;gpio_bit, GPIO_AF_OUTPUT_PP);&#34; puts the line at low level few microseconds!&#60;/p&#62;
&#60;p&#62;I am the only one with this problem ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
