<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Streaming data with the serial object via bluetooth?</title>
		<atom:link href="http://cycling74.com/forums/topic/streaming-data-with-the-serial-object-via-bluetooth/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/streaming-data-with-the-serial-object-via-bluetooth/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 08:50:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/streaming-data-with-the-serial-object-via-bluetooth/#post-63397</guid>
					<title><![CDATA[Streaming data with the serial object via bluetooth?]]></title>
					<link>http://cycling74.com/forums/topic/streaming-data-with-the-serial-object-via-bluetooth/#post-63397</link>
					<pubDate>Sat, 05 May 2012 12:00:36 +0000</pubDate>
					<dc:creator>Brantiko</dc:creator>

					<description>
						<![CDATA[
						<p>Hi!<br />
I want to use a Bluetooth device to send Data from MAX to an Microcontroller via Bluetooth using the serial object.<br />
With a cable using the USB output everything works fine, but Bluetooth  communication is very slow.<br />
I think the problem is that the serial object sends one byte after another:</p>
<p>&#8220;It transmits data by taking a byte (an integer in the range of 0-255)<br />
in its inlet and sending it over the selected serial port.&#8221;</p>
<p>Bluetooth needs to establish a connction for each byte.. which makes it very slow.<br />
The solution is to send a bunch of bytes  (in my case 48 bytes)  at one time.<br />
But how should I manage it?</p>
<p>Yours</p>
<p>Alexander</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

