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

Exception thrown in NetworkStream ReadTimeout c#

In my bluetooth application i am trying to read my bluetooth sockets's stream. but i am not able to set readtimeout. stream.Readtimeout always throws exception.I am able to read and write througn that stream but could not set read timeout. The…
subbu147
  • 346
  • 1
  • 9
0
votes
1 answer

32feet bluetooth c# which exception thrown when connected device switch off?

I am developing a bluetooth application in c# to read data from sensors using 32feet.net library. I am able to communicate with sensors and able to read values , send command etc. The Communicating thread will either be waiting in read or writing…
subbu147
  • 346
  • 1
  • 9
0
votes
1 answer

32feet.net library not working in wince

using 32feet library to develope bluetooth application for a device runnig WINCE 6.0. This library is not working in WINCE 6.0 . I am using VS 2005 to develope application. No error in compilation. but the application is not working in device. The…
subbu147
  • 346
  • 1
  • 9
0
votes
1 answer

32feet: could not install with nuget

I'm trying to install this library in an existing c++ project with NuGet, but the installation stops and give me the following message: Could not install package '32feet.NET 3.5.0.0'. You are trying to install this package into a project that…
jack_the_beast
  • 1,838
  • 4
  • 34
  • 67
0
votes
1 answer

gsm ATD command to check my balance

I am trying to write a program that makes a phone call via bluetooth and return my balance (money). I am using the 32feet.net bluetooth api. BluetoothAddress addr = device.DeviceAddress; BluetoothEndPoint rep = new BluetoothEndPoint(addr,…
mhamdizo
  • 127
  • 1
  • 2
  • 9
0
votes
3 answers

Bluetooth -> Winapi/32feet. Two connection from Pc to one device using Spp

It`s possible to establish two connections( or more) between Pc and other device? When I try to do that I have got exception: 10048 -> ex.Message = "A connect request was made on an already connected socket…
0
votes
1 answer

How can I work around 32feet BluetoohDevicePicker crash when pressing the back button?

I'm currently using 32Phone.NET.Phone.Bluetooth in my project, and I've discovered a small error that I feel is out of my hands. Simply put, when I call this: BluetoothDevicePicker btPicker = new BluetoothDevicePicker(); PeerInformation peerInfo =…
MattVon
  • 481
  • 1
  • 8
  • 25
0
votes
2 answers

Zebra iMZ320 communication error bluetooth

I want to print some lines on a Zebra iMZ320 from a Motorola ES400 running WM6.5. I'm communicating over bluetooth using 32feet library and C#. My code used to work great on the MZ320 but with the new iMZ320 the communication sometimes halts (even…
Filipe Pinto
  • 311
  • 3
  • 17
0
votes
1 answer

bluetooth file transfer in c#

I am writing a bluetooth file transfer from my PC to Samsung galaxy using 32Feet.net Following is the code,i am getting like: Internal server error final On my mobile set i saw file transfer but incomplete and message "remote device disconnected" I…
user2793032
  • 1
  • 1
  • 4
0
votes
2 answers

Automatic (bluetooth Pairing) with windows 7 and Mobile phone

Currently i am programming USB Bluetooth Dongle in C# 2010. I want to program in such a way that it automatically pairs with the Bluetooth device found. I don't want the user to manually accept the pairing request in both Mobile phone as well as in…
0
votes
2 answers

32feet.net: How to connect to a specific COM port via BluetoothClient

I am trying to build a windows application with C#/Visual Studio 2010 which would do the following functions (in sequence): For bluetooth operations, I am using 32feet.Net library functions. Find the bluetooth devices and list them in the…
rumit patel
  • 1,891
  • 5
  • 23
  • 28
0
votes
1 answer

Bluetooth Brecham.Obex 32feet

I have read in the 32feet samples that it can do the folderListings operation, And I'm planning to make more of a File explorer which can do upload and download files, My question is, can I upload and download a whole folder including its contents…
Bon Cyrus
  • 7
  • 4
-1
votes
1 answer

RFCOMM Bluetooth Direct Connection: from BlueCove to In The Hand 32Feet

This code works fine using Java Bluecove Bluetooh Library. It's just a main method to probe a RFCCOMM direct connection. I'm trying to do the same in C# based on "In The Hand 32Feet" utility libray i would like send a text command and receive a…
Sara
  • 57
  • 4
-3
votes
2 answers

C#code in 32feet, hard to understand 'Stream peer = (Stream)state;' Abstract class in brackets, what does it mean?

I recently changed from PHP to learn C#. I am trying to code a project for Bluetooth communication with framework 32feet. How to understand '(Stream)' in the code below? Thanks in advance! private void ReadMessagesToEnd_Runner(object state) …
rock-paper
  • 93
  • 1
  • 9
1 2 3
9
10