<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[&quot;The other&quot; Bluetooth Thread]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I don't want to spam "The" Bluetooth Thread in which you speak mainly about phone calls and music items. My problem may be specific, or not, I don't know. At this time, my E5 runs Ubuntu Touch OTA15. However, I follow you and try to be active. Moreover, I installed UBPorts OTA3 on my daugther's E5 and FP2, and I will soon help her to switch to OTA4.</p>
<p dir="auto">Well, I have a clean Bluetooth GPS which works fine with my desktop running MINT18.3, but not with my BQ E5. This GPS provides a serial port and sends NMEA frames at 2400 bauds, which is a standard usage. Once connected, you've only to redirect what's is coming on the serial port to a file to capture your track and more.<br />
<img src="/assets/uploads/files/1535378106523-bt-gps.jpg" alt="0_1535378179412_BT-GPS.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">This GPS is seen by my BQ E5, connects for some seconds then disconnects, despite the "automatic connect" choice. If I "forget this device" and start a new connexion, the pin code is asked and granted, and connexion on then off follows. So I made this test using Terminal.</p>
<p dir="auto"><strong>1° Desktop MINT18.3 :</strong><br />
pulsar33@Minerve ~ $ hcitool scan<br />
Scanning ...<br />
[GPS ADDRESS]	BT-GPS-3197E9<br />
pulsar33@Minerve ~ $ sudo rfcomm bind 0 [GPS ADDRESS] 1<br />
[sudo] Mot de passe de pulsar33 :<br />
pulsar33@Minerve ~ $ ls /dev/rf*<br />
/dev/rfcomm0  /dev/rfkill<br />
pulsar33@Minerve ~ $ sudo cat /dev/rfcomm0<br />
$GPGGA,075521.000,...<br />
$GPGSA,A,3,26,29,...<br />
$GPRMC,075521.000,A,...<br />
^C<br />
This works fine and can be redirected to a file.</p>
<p dir="auto"><strong>2° BQ E5 OTA15 :</strong><br />
phablet@ubuntu-phablet ~ $ hcitool scan<br />
Scanning ...<br />
[GPS ADDRESS]	BT-GPS-3197E9<br />
phablet@ubuntu-phablet ~ $ sudo rfcomm bind 0 [GPS ADDRESS] 1<br />
RFCOMM TTY support not available<br />
phablet@ubuntu-phablet ~ $ ls /dev/rf*<br />
/dev/rfkill<br />
<strong>Does someone know why "TTY support" is not available for Touch ?<br />
Is it the same for UBports OTA3 and OTA4 ?</strong></p>
<p dir="auto">Best regards<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/topic/1611/the-other-bluetooth-thread</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 03:40:54 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/1611.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Aug 2018 13:55:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Sat, 08 Sep 2018 18:01:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezek" aria-label="Profile: jezek">@<bdi>jezek</bdi></a> : Hum, I don't know ...<br />
It seems to be scripts using rfcomm.<br />
bt-serial : Connects to a specific RFCOMM based service on a remote device and then creates a RFCOMM TTY device for it</p>
<p dir="auto">Not installed by default I think. So, a bit out of scope.</p>
<p dir="auto">Best regards<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/12304</link><guid isPermaLink="true">https://forums.ubports.com/post/12304</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Sat, 08 Sep 2018 18:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Fri, 07 Sep 2018 20:29:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulsar33" aria-label="Profile: pulsar33">@<bdi>pulsar33</bdi></a> said in <a href="/post/12231">"The other" Bluetooth Thread</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulsar33" aria-label="Profile: pulsar33">@<bdi>pulsar33</bdi></a> said in <a href="/post/12180">"The other" Bluetooth Thread</a>:</p>
<blockquote>
<p dir="auto">The important point here is to use basic serial communication (this GPS being an example but not the only one) without the need to install an application. If you have other OS tools suggestions than rfcomm being able to open a bluetooth serial line, I would be glad to give a try ...</p>
</blockquote>
<p dir="auto">Any other idea ?</p>
</blockquote>
<p dir="auto">Maybe this could be any help.<br />
<a href="https://github.com/ykasidit/bluez-compassion" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ykasidit/bluez-compassion</a><br />
Or is it as useless as my previous suggestion?</p>
]]></description><link>https://forums.ubports.com/post/12252</link><guid isPermaLink="true">https://forums.ubports.com/post/12252</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Fri, 07 Sep 2018 20:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Fri, 07 Sep 2018 05:40:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulsar33" aria-label="Profile: pulsar33">@<bdi>pulsar33</bdi></a> said in <a href="/post/12180">"The other" Bluetooth Thread</a>:</p>
<blockquote>
<p dir="auto">The important point here is to use basic serial communication (this GPS being an example but not the only one) without the need to install an application. If you have other OS tools suggestions than rfcomm being able to open a bluetooth serial line, I would be glad to give a try ...</p>
</blockquote>
<p dir="auto">Any other idea ?</p>
<p dir="auto">And the most important :<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/pulsar33" aria-label="Profile: pulsar33">@<bdi>pulsar33</bdi></a> said in <a href="/post/12177">"The other" Bluetooth Thread</a>:</p>
<blockquote>
<p dir="auto">Does the exact message "RFCOMM TTY support not available" make sense for developpers ?</p>
</blockquote>
<p dir="auto">Have a nice day<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/12231</link><guid isPermaLink="true">https://forums.ubports.com/post/12231</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Fri, 07 Sep 2018 05:40:54 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Thu, 06 Sep 2018 16:04:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulsar33" aria-label="Profile: pulsar33">@<bdi>pulsar33</bdi></a> oh, so I don't need to try. Time saved. Thanks.</p>
]]></description><link>https://forums.ubports.com/post/12210</link><guid isPermaLink="true">https://forums.ubports.com/post/12210</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Thu, 06 Sep 2018 16:04:12 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Thu, 06 Sep 2018 06:26:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jezek" aria-label="Profile: jezek">@<bdi>jezek</bdi></a> : Thank you for the suggestion<br />
However, this confirm the problem :<br />
[bluetooth]# info [GPS ADDRESS]<br />
Device [GPS ADDRESS]<br />
Name: BT-GPS-3197E9<br />
Alias: BT-GPS-3197E9<br />
Class: 0x001f00<br />
Paired: yes<br />
Trusted: yes<br />
Blocked: no<br />
Connected: no<br />
LegacyPairing: yes<br />
UUID: Serial Port               (00001101-0000-1000-8000-00805f9b34fb)<br />
RSSI: -45</p>
<p dir="auto">[bluetooth]# connect [GPS ADDRESS]<br />
Attempting to connect to [GPS ADDRESS]<br />
[CHG] Device [GPS ADDRESS] Connected: yes<br />
Failed to connect: org.bluez.Error.NotAvailable<br />
[CHG] Device [GPS ADDRESS] Connected: no</p>
<p dir="auto">This is the same result as when I do a connexion through the Touch UI<br />
The error NotAvailable sounds like the rfcomm answer ...<br />
Have a good day<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/12195</link><guid isPermaLink="true">https://forums.ubports.com/post/12195</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Thu, 06 Sep 2018 06:26:12 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 05 Sep 2018 23:07:57 GMT]]></title><description><![CDATA[<p dir="auto">Just a guess...<br />
How about trying, some rfcomm alternative, like <a href="https://code.google.com/archive/p/bluez-tools/" target="_blank" rel="noopener noreferrer nofollow ugc">bluez-tools</a>? Or am I wrong?</p>
]]></description><link>https://forums.ubports.com/post/12192</link><guid isPermaLink="true">https://forums.ubports.com/post/12192</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Wed, 05 Sep 2018 23:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 05 Sep 2018 19:15:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a> said in <a href="/post/12178">"The other" Bluetooth Thread</a>:</p>
<blockquote>
<p dir="auto">The rfcomm command is not the only way to create a serial Bluetooth connection.</p>
</blockquote>
<blockquote>
<p dir="auto">RE: capture of data from this device, are you saying you would carry it with you, but not the phone, and then later sync the data to the phone to import into an app?</p>
</blockquote>
<p dir="auto">No : the GPS would be fixed on my bike and the phone would be near it, where I found it usefull, capturing in real time. This GPS doesn't save data, it just transmits and forgets it.</p>
<p dir="auto">The important point here is to use basic serial communication (this GPS being an example but not the only one) without the need to install an application. If you have other OS tools suggestions than rfcomm being able to open a bluetooth serial line, I would be glad to give a try ...</p>
<p dir="auto">Once more, many thanks for your answers.<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/12180</link><guid isPermaLink="true">https://forums.ubports.com/post/12180</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Wed, 05 Sep 2018 19:15:49 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 05 Sep 2018 18:43:31 GMT]]></title><description><![CDATA[<p dir="auto">The rfcomm command is not the only way to create a serial Bluetooth connection. It may be that it simply does not work that way on the devices which require the Android layer underneath and hybris, in order to work.</p>
<p dir="auto">It's almost certainly possible to create such a connection, but UT is not a standard traditional PC Linux distribution, and many things do not work the same way, due to the hardware and Android/hybris, or just because of security.</p>
<p dir="auto">RE: capture of data from this device, are you saying you would carry it with you, but not the phone, and then later sync the data to the phone to import into an app? It may just be that an app needs to be created to do what  you want and initiate the bluetooth pairing to that device. For example, I'm pretty sure the <em>Rockwork</em> app for Pebble watches uses a serial connection for communications.</p>
]]></description><link>https://forums.ubports.com/post/12178</link><guid isPermaLink="true">https://forums.ubports.com/post/12178</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Wed, 05 Sep 2018 18:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 05 Sep 2018 17:51:29 GMT]]></title><description><![CDATA[<p dir="auto">Many thanks for answering me !</p>
<p dir="auto">I don't want to use the location service with an external GPS (the internal GPS works for that). I just want to easily capture my track and other parameters in a file (and then make statistics or import the track to <a href="http://www.openrunner.com/" target="_blank" rel="noopener noreferrer nofollow ugc">Openrunner</a> for example). That works with a laptop (or desktop) running MINT without problem (and needs no specific application except Terminal) as said above.</p>
<p dir="auto">I will follow your suggestion but being currently with Ubuntu Touch OTA-15, I tried to know before that if the problem is the same for UBports OTA-3 and OTA-4 in order to give a usefull information.</p>
<p dir="auto">Does the exact message "RFCOMM TTY support not available" make sense for developpers ?<br />
When speaking of Bluetooth today, people think to car connexion, voice calls, music playing, but before all that, the first function offered by bluetooth was the RS232 replacement ... Have we lost it ?</p>
<p dir="auto">Best regards<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/12177</link><guid isPermaLink="true">https://forums.ubports.com/post/12177</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Wed, 05 Sep 2018 17:51:29 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 05 Sep 2018 15:02:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I am not sure why TTY support would be reported as unavailable. However, I'm also not sure if the location service has support for using an external GPS device yet either, so even if you were able to connect to the device, it may not be useful with the phone at the moment.</p>
<p dir="auto">I would suggest to please open an issue on the github for this, if you have not already.</p>
]]></description><link>https://forums.ubports.com/post/12172</link><guid isPermaLink="true">https://forums.ubports.com/post/12172</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Wed, 05 Sep 2018 15:02:18 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 05 Sep 2018 07:27:26 GMT]]></title><description><![CDATA[<p dir="auto">Up<br />
Would be happy to receive some words here ...<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/12158</link><guid isPermaLink="true">https://forums.ubports.com/post/12158</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Wed, 05 Sep 2018 07:27:26 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;The other&quot; Bluetooth Thread on Wed, 29 Aug 2018 17:58:14 GMT]]></title><description><![CDATA[<p dir="auto">Nobody knows ?<br />
Good evening<br />
Pulsar33</p>
]]></description><link>https://forums.ubports.com/post/11959</link><guid isPermaLink="true">https://forums.ubports.com/post/11959</guid><dc:creator><![CDATA[Pulsar33]]></dc:creator><pubDate>Wed, 29 Aug 2018 17:58:14 GMT</pubDate></item></channel></rss>