Questions tagged [32feet]

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code.

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code.

See http://32feet.codeplex.com/

149 questions
0
votes
1 answer

32Feet.NET. How to pair PC with a device?

I write an application for Windows Form. I have a problem with pairing a device with PC. Now the program works next way: switch on the divece, start the program, add divece to Bluetooth device, push connect button. I use the next functions: …
Sergey
  • 103
  • 1
  • 2
  • 9
0
votes
2 answers

C# connecting to an already paired device using 32feet.NET

I am trying to connect to a Blood Pressure Machine via bluetooth. The device is already paired with my laptop. When I use nuget pacage inTheNet. I am able to get a list of devices near by, but am unable to get the device that is already paired …
Rahul Ganguly
  • 1,908
  • 5
  • 24
  • 36
0
votes
1 answer

Port Error exception when connecting HC-06 Device via Bluetooth 32Feet

I want to receive messages from HC-06 device to PC, I am using 32feet library to manage Bluetooth, however whenever I tried to connect I get an exception. HC-06 uses the SPP (Serial Port Profile) so the idea is to use a virtual COM port in the…
edgarmtze
  • 24,683
  • 80
  • 235
  • 386
0
votes
1 answer

Bluetooth Consistency between devices

This is quite a general question I think but searching online I can't really find that much information. I have an embedded system with a Bluetooth chip that I often use to connect to another embedded device. This connection is very robust and never…
0
votes
0 answers

Bluetooth Server C# - 32feet

I want my computer to be a bluetooth server, handlig at least 100 connections from smartphones simultaneously. This is the idea: I start the server and it begin to listen for connections. For each connection it should store the mac adress of the…
hjuste
  • 130
  • 1
  • 12
0
votes
1 answer

"Incompatible Address" creating BluetoothListener

I'm trying to use Bluetooth on Windows 7. It's a Dell laptop with integrated bluetooth and the Dell drivers, and I'm using the 32feet library in a C# project in VS2012. I've simplified things to this function, called at program start; public…
Craig Graham
  • 1,161
  • 11
  • 35
0
votes
1 answer

Listen for Bluetooth peripheral button events

I have a Bluetooth monopod (aka "Selfie Stick") and I want to be able to see the button click events in a console window. So far I have this code to list the bluetooth devices connected to my laptop: static void Main(string[] args) { var cli =…
ChappieZ
  • 15
  • 1
  • 5
0
votes
1 answer

mobile Bluetooth and WPF Application connection

I am trying to connect my laptop and an android device in WPF Application using 32feet.Net. I tried using the prototype public IAsyncResult BeginConnect( BluetoothAddress address, Guid service, AsyncCallback requestCallback, Object…
Ross
  • 617
  • 2
  • 9
  • 23
0
votes
1 answer

Exception when connecting to device

I have a problem with connection to my Bluetooth device (HC-05). When call BluetoothClient.Connect(), sometimes exception occures - "An invalid argument was supplied.", or another. But sometimes device connects (usually at first connection)! Do I…
rechandler
  • 756
  • 8
  • 22
0
votes
0 answers

Just bluetooth application

I tried to make a bluetooth app with some (a lot of :P) help from the internet. It just send byte[7] command (called "tosend" in proj) to device and receive also byte[7] commands by listener. I'm searching devices from range, get all data (address…
Yelhigh
  • 45
  • 7
0
votes
1 answer

Faster Bluetooth Discovery on Windows Mobile?

I have a Dolphin 99ex mobile computer running Windows Embedded Handheld 6.5 Classic CE OS 5.2.29193 on a TI Cortex-A8. I'm trying to connect with Bluetooth devices with SSP quickly on the fly. It has bluetooth V2.1 + EDR and while it works, it's…
0
votes
1 answer

How to send AT Commands in Dual Sim Phone

how to send AT commands to a dual sim phone ? I tried AT+CSIMSEL in a C# Program (using 32feet library) but it don't work on my Nokia phone. Thanks
0
votes
0 answers

Subcribe in read stream of 32feet (bluetooth client) in C#

i'm using 32feet library to send AT commands to my phone (using bluetooth), i'm reading responses like this peerStream.Read(sResponse, 0, sResponse.Length); Console.WriteLine((System.Text.Encoding.ASCII.GetString(sResponse))); but it useless, there…
0
votes
1 answer

How to use 32feet.net as raw OBEX library?

If I have a non-Bluetooth device which uses OBEX over a serial port for accessing its file-system, is it possible to use the 32feet.net API to do this, or will I have to look elsewhere? If I need to look elsewhere, does anyone have any…
Wedgeski
  • 3
  • 1
0
votes
1 answer

Stream video from PC to smartphone via bluetooth with 32feet

Is is possible to steram a video from my PC to my Smartphone via bluetooth using the 32feet library and an android smartphone? I want to do this without having a dedicated app installed on the smartphone. I came across the OBEX protocol for files,…
Uri Abramson
  • 6,005
  • 6
  • 40
  • 62
1 2 3
9
10