Questions tagged [spp]

Serial Port Profile (SPP) defines how to set up virtual serial ports and connect two Bluetooth enabled devices

Serial Port Profile (SPP) is a Bluetooth mode where the connected devices communicate via virtual serial ports.

135 questions
4
votes
3 answers

Bluetooth device name and corresponding serial port name in python

I have a Bluetooth enabled device with user-friendly name "Sensor1". This device uses the SPP profile. In order to ask the device to start data streaming via Bluetooth, I have to write '10111011' on the COM port corresponding to this device as…
QuestionMark
  • 412
  • 1
  • 4
  • 16
4
votes
0 answers

Android Bluetooth Background Service

I have an Android Device and i try to use it with an Arduino via Bluetooth. I managed to do that using Google BluetoothChat example. The problem is that i setup the connection in Activity1 and I want to send data and receive data in Activity2. So i…
4
votes
1 answer

getBluetoothService() called with no BluetoothManagerCallback for Android Nexus 5

I am going to implemenet the module for sending commands from my Android smartphone to HC-06 via BLuetooth. WHen it comes to the execution , it show s the following exception and find no clue for the error message as title . Would you please tell…
Jeff Bootsholz
  • 2,971
  • 15
  • 70
  • 141
4
votes
0 answers

Bluetooth Android/Xamarin serial device transmission with empty outputstream

I am using Xamarin.Android to connect to a Bluetooth device that uses the serial port profile to transmit to an optical sensor. The device is geared toward being used with Windows through a com port, however, it is (supposed) to be able to work with…
4
votes
1 answer

How to set Android Bluetooth Baud Rate to 19200 programatically?

I'm new to Android and im developping an application to talk with an Actuator via Bluetooth. When trying divers Codes i faced a problem with the Baudrate as the Actuator Bluetooth BaudRate is 19200 while the Android Tablet is 9600. Can anyone tell…
Triki
  • 41
  • 1
  • 1
  • 3
3
votes
1 answer

Android Bluetooth SPP Server

I'm new in Android programming and i now have a problem. I want to use my android phone as a bluetooth server, which means that when I open a special Activity the phone should listen to other Bluetooth devices (which are already paired) and the…
Tobi F.
  • 299
  • 1
  • 4
  • 8
3
votes
2 answers

What is Bluetooth Smart Ready

I am new to Bluetooth technology and I came across this term "Bluetooth Smart Ready". I understand that this term means that both SPP and low energy are supported. But Can anyone help me understand what is it exactly. Does Smart Ready refer to a…
qualitytest
  • 763
  • 1
  • 10
  • 18
3
votes
0 answers

Android App drops Bluetooth 2 SPP data stream after 30 seconds

Problem. Data stream over Bluetooth 2 SPP connection in my Android app hangs after about thirty seconds Context. I’m trying to connect an android tablet running Android 4.3 (first generation nexus 7) as a client to a Bluetooth 2 RN-41 module that…
navr91
  • 236
  • 2
  • 13
3
votes
0 answers

How to get android bluetooth SPP uuid

I'm trying to write an app to communicate between different bluetooth devices, following the official API Guides. I tried to make my device (installed the app, nexus s, v4.1.2) as a client connect to a remote device (nexus 7, v4.4.2) as a server,…
RedZ
  • 31
  • 3
3
votes
1 answer

Serial Port Profile (SPP) communication on Mac OSX

I am looking for Bluetooth SPP communication between MAC OSX and bluetooth device. I am able to discover bluetooth device. I could not find examples on SPP communication on Mac OSX. I have the foll0wing resources with…
Ram
  • 1,872
  • 5
  • 31
  • 54
3
votes
3 answers

Subsetting with R and complex data frames in nested lists

I have a very large and complex data frame from a ChIP-seq experiment. This data frame contains binding positions and scores for small DNA sequencing reads. The output is from the program spp. The data is organized by chromosome with…
Matt Thornton
  • 157
  • 12
3
votes
1 answer

Is there any supported Bluetooth profile which is used in iOS except 6 profiles(HFP, PBAP, A2DP, AVRCP, PAN, HID)?

Is there any supported Bluetooth profile which is used in iOS5 except 6 profiles(HFP, PBAP, A2DP, AVRCP, PAN, HID)? Can I use SPP(Serial-Port profile) as developing iPhone app?
ssongahlee
  • 91
  • 1
  • 10
3
votes
2 answers

How to know whether a Bluetooth dongle supports the Serial Port Profile (SPP) in WinXP SP3?

I am using a USB Bluetooth dongle in a WinXP SP3 environment. I assume that the Bluetooth dongle is recognized by the default Bluetooth Stack (The Bluetooth icon appears in the bottom right corner). I want to know that how could I list the services…
user1129812
  • 2,859
  • 8
  • 32
  • 45
2
votes
0 answers

Android Bluetooth Program Stops Receiving Characters After About a Minute. java.io.exception: BT Socket Closed Read Return: -1

I am trying to send bytes from my circuit board to my android app. My hardware is a Microchip BM78 SPP chip and I know for certain the hardware transmits bytes because when I connect an RFCOMM monitor on my computer to the hardware the bytes are…
Erik
  • 21
  • 1
2
votes
2 answers

How to connect two Bluetooth SPP devices within the same app?

I was wondering, does anyone know how to connect to two Bluetooth SPP devices within the same app? I looked at the BluetoothChat example, however, it doesn't give any information on how to connect to two Bluetooth SPP devices. I can't seem to find…
Pink Jazz
  • 784
  • 4
  • 13
  • 34
1
2
3
8 9