<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Programming &#38; Software Development</title>
	<atom:link href="http://blog.nuessler.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nuessler.org</link>
	<description>Random Thoughts...</description>
	<lastBuildDate>Sun, 31 Jan 2010 20:15:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.nuessler.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7342faeb302c563c4d0bf3b49253c06c?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Programming &#38; Software Development</title>
		<link>http://blog.nuessler.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.nuessler.org/osd.xml" title="Programming &#38; Software Development" />
	<atom:link rel='hub' href='http://blog.nuessler.org/?pushpress=hub'/>
		<item>
		<title>Bluetooth connection between mobile device and PC</title>
		<link>http://blog.nuessler.org/2007/08/20/bluetooth-connection-between-mobile-and-pc/</link>
		<comments>http://blog.nuessler.org/2007/08/20/bluetooth-connection-between-mobile-and-pc/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 23:29:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[bluecove]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[jsr-82]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://mnuessler.wordpress.com/2007/08/20/bluetooth-connection-between-mobile-and-pc/</guid>
		<description><![CDATA[While many J2ME devices come with an implementation of the Java Bluetooth API (JSR-82), there is no Bluetooth support within the Java Standard Edition. After some research I came across the bluecove project. Bluecove is a free implementation of the JSR-82 bluetooth API for J2SE. It works with Windows XP, but requires the Microsoft Bluetooth [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nuessler.org&blog=888066&post=23&subd=mnuessler&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>While many J2ME devices come with an implementation of the <a href="http://www.jcp.org/en/jsr/detail?id=82" title="JSR-82" target="_blank">Java Bluetooth API</a> (JSR-82), there is no Bluetooth support within the Java Standard Edition. After some research I came across the <a href="http://code.google.com/p/bluecove/" title="Bluecove - Java library for Bluetooth" target="_blank">bluecove</a> project.</p>
<p>Bluecove is a free implementation of the JSR-82 bluetooth API for J2SE. It works with Windows XP, but requires the Microsoft Bluetooth stack installed. This is the case with SP2 or newer. The WIDCOMM and BlueSoleil stacks are supported too. Because bluecove is implementing JSR-82, Bluetooth functionality can be accessed on the PC in the same way as on the mobile device. That makes it easy to start with and allows to reuse code.</p>
<p>After some trying, I finally managed to send data from the mobile to the PC via a Bluetooth connection! Actually, the use of Bluetooth is very simple: Just put the JAR into the classpath. Problems only occured, when the Bluetooth stack or driver were not installed correctly. A way to determine which Bluetooth stack in installed on the system is <a href="http://bluecove.sourceforge.net/bluecove-examples/bluetooth-stack.html" title="Determine which stack in installed" target="_blank">described</a> in detail on the bluecove project site.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mnuessler.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mnuessler.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mnuessler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mnuessler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mnuessler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mnuessler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mnuessler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mnuessler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mnuessler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mnuessler.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mnuessler.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mnuessler.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nuessler.org&blog=888066&post=23&subd=mnuessler&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nuessler.org/2007/08/20/bluetooth-connection-between-mobile-and-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af7cad0e010feb68f651cb61c54424b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Matt</media:title>
		</media:content>
	</item>
	</channel>
</rss>