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

		<item>
			<title>mbolivar on "USB with mini maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2283#post-12149</link>
			<pubDate>Wed, 01 Aug 2012 16:20:47 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">12149@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
Can we has a control message hook (vendor commands)?
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Patches welcome ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "USB with mini maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2283#post-12146</link>
			<pubDate>Wed, 01 Aug 2012 11:37:48 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">12146@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;No one expects to change the underlying code for cdcacm, But unless someone starts looking at this code we aren't going to get other usb classes (midi, mass storage, hid) developed. These should certainly have a different set of apis and  the public libmaple API should developed with non cdc usb classes in mind.&#60;/p&#62;
&#60;p&#62;As for the cdc-acm changes: Nice! Can we has a control message hook (vendor commands)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "USB with mini maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2283#post-12134</link>
			<pubDate>Tue, 31 Jul 2012 16:19:08 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">12134@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
The meat of it is here&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Beware! Said meat is not part of the &#60;a href=&#34;http://leaflabs.com/docs/libmaple/apis.html&#34;&#62;public libmaple API&#60;/a&#62;, and has been &#60;a href=&#34;https://github.com/leaflabs/libmaple/commit/496e0566fa0d5766a92694b013904aceefe56afd&#34;&#62;changing&#60;/a&#62; recently in &#60;a href=&#34;https://github.com/leaflabs/libmaple/commit/365f45679b99a6bcb1da7eb7eaa62738332515f4&#34;&#62;support&#60;/a&#62; of the new bootloader reset signalling system.&#60;/p&#62;
&#60;p&#62;In short, if you code against usb_cdcacm.h or any of the other internal APIs that usb_cdcacm.c relies on, you can expect significant breakage in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feurig on "USB with mini maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2283#post-12092</link>
			<pubDate>Sat, 28 Jul 2012 12:24:06 +0000</pubDate>
			<dc:creator>feurig</dc:creator>
			<guid isPermaLink="false">12092@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Even then CDC/ACM throughput vs HID is not going to give you the best usb data rates. Last I looked at the usb section its starting to get parsed into things that could turn into multiple classes if I ever get un-busy I plan to take a crack at midi. The meat of it is here:&#60;br /&#62;
&#60;a href=&#34;https://github.com/leaflabs/libmaple/blob/master/libmaple/usb/stm32f1/usb_cdcacm.c&#34; rel=&#34;nofollow&#34;&#62;https://github.com/leaflabs/libmaple/blob/master/libmaple/usb/stm32f1/usb_cdcacm.c&#60;/a&#62;, HID will complicate things a bit because much more is done with the descriptors (usage pages). You could probably also just do the bulk transfers yourself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>asterix on "USB with mini maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2283#post-12086</link>
			<pubDate>Sat, 28 Jul 2012 06:17:44 +0000</pubDate>
			<dc:creator>asterix</dc:creator>
			<guid isPermaLink="false">12086@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;change the baud rate on your computer. on windows you do this through device manager
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "USB with mini maple"</title>
			<link>http://forums.leaflabs.com/topic.php?id=2283#post-12001</link>
			<pubDate>Wed, 25 Jul 2012 15:39:34 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">12001@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;   I want to send data by USB in full speed or HID. I used SerialUSB but is very low to send data. Does anyone here can help with real USB in mini maple? Does anyone already used USB without emulate?&#60;/p&#62;
&#60;p&#62;     Best regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
