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

		<item>
			<title>bigx on "SerialUSB baud rate?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10460#post-24275</link>
			<pubDate>Fri, 05 Apr 2013 00:03:57 +0000</pubDate>
			<dc:creator>bigx</dc:creator>
			<guid isPermaLink="false">24275@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;thx! it's clearer now, i'll then use Serial1 to send MIDI data! I came across that lib that will facilitate me the job (i guess) &#60;a href=&#34;https://github.com/pteichman/MapleMidi/&#34; rel=&#34;nofollow&#34;&#62;https://github.com/pteichman/MapleMidi/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ventosus on "SerialUSB baud rate?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10460#post-24272</link>
			<pubDate>Thu, 04 Apr 2013 13:24:48 +0000</pubDate>
			<dc:creator>ventosus</dc:creator>
			<guid isPermaLink="false">24272@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Baud rate is meaningless when only USB is involved, the USB CDC drivers on host and device will emulate a serial communication (aka virtual COM) as fast as they can, as USB is packet based.&#60;/p&#62;
&#60;p&#62;The baud rate setting in the USB CDC descriptor merely gives a hint at what baud rates any hardware UARTs downstream of the USB connection may be running at.&#60;/p&#62;
&#60;p&#62;If it's the latter you're looking after, this seems to be hardcoded to 115200 in libmaple and cannot be changed from the API.&#60;/p&#62;
&#60;p&#62;the parameter of interest seems to be dwDTERate in ./libmaple/libmaple/usb/stm32f1/usb_cdcacm.c
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bigx on "SerialUSB baud rate?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=10460#post-24270</link>
			<pubDate>Thu, 04 Apr 2013 11:25:26 +0000</pubDate>
			<dc:creator>bigx</dc:creator>
			<guid isPermaLink="false">24270@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I would like to know it there is a way to specify baud rate for the SerialUSB?&#60;br /&#62;
Like the Serial1.begin(9600).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Xavier
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
