Help me How to write basic prorgram for Bluetooth Dongle

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Mar 2006
Posts: 1
Reputation: aqs84 is an unknown quantity at this point 
Solved Threads: 0
aqs84 aqs84 is offline Offline
Newbie Poster

Help me How to write basic prorgram for Bluetooth Dongle

 
0
  #1
Apr 2nd, 2006
Hi,
For my project I want to write program in C# (VS.NET 2003) that can connect two Bluetooth devices and transfer text message between them. I have no Bluetooth device with my PC, so I will use USB Dongle for Bluetooth connectivity. Any body can help me from where should I start and what additional SDKs I require?

Thanks.
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 233
Reputation: Lord Soth is an unknown quantity at this point 
Solved Threads: 4
Lord Soth's Avatar
Lord Soth Lord Soth is offline Offline
Posting Whiz in Training

Re: Help me How to write basic prorgram for Bluetooth Dongle

 
0
  #2
Apr 5th, 2006
Hi,

What is the other device(s) ? This changes the platform and programmability (C# won't run on anything other than .Net Compact Framework on Pocket PC Handhelds). There isn't a very established bluetooth messaging standart. But for PC to PC you can establish a TCP/IP network connection over bluetooths and use sockets.

Loren Soth
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 7
Reputation: celikada is an unknown quantity at this point 
Solved Threads: 0
celikada celikada is offline Offline
Newbie Poster

Re: Help me How to write basic prorgram for Bluetooth Dongle

 
0
  #3
Apr 17th, 2006
Originally Posted by Lord Soth
Hi,

What is the other device(s) ? This changes the platform and programmability (C# won't run on anything other than .Net Compact Framework on Pocket PC Handhelds). There isn't a very established bluetooth messaging standart. But for PC to PC you can establish a TCP/IP network connection over bluetooths and use sockets.

Loren Soth
i have problem like that, i want to find bluetoth devices mac addresses in the range and than store in an array

i work on a security system and i cant find enough document for that

i know i have to use APIs for device discovery but i dont know which one


can you help me?
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 7
Reputation: celikada is an unknown quantity at this point 
Solved Threads: 0
celikada celikada is offline Offline
Newbie Poster

Re: Help me How to write basic prorgram for Bluetooth Dongle

 
0
  #4
Apr 17th, 2006
Originally Posted by aqs84
Hi,
For my project I want to write program in C# (VS.NET 2003) that can connect two Bluetooth devices and transfer text message between them. I have no Bluetooth device with my PC, so I will use USB Dongle for Bluetooth connectivity. Any body can help me from where should I start and what additional SDKs I require?

Thanks.

i searched a way a lot of time to reach bluetooth devices which are in my range but i cant find an easy way. but some people wrote some dll files then they used these in a namespace for .net. but it is expensive to use just device discovery. this namespace's name is franson if you pay 99$, you can easily access a remote device but i have to say that i did not try , sorry
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 233
Reputation: Lord Soth is an unknown quantity at this point 
Solved Threads: 4
Lord Soth's Avatar
Lord Soth Lord Soth is offline Offline
Posting Whiz in Training

Re: Help me How to write basic prorgram for Bluetooth Dongle

 
0
  #5
Apr 19th, 2006
Hi,

The problem here is that even XP don't come with a bluetooth stack unless you have SP2. So every body use a different bluetooth stack (my dongle came w/ Bluesoleil but there also is Widcomm which is widely used) ; thus there isn't a bluetooth API at all to code against. Your best bets are to use standart serial (COM#: over BT) communication or TCP/IP through PAN. if you use PAN you can get the MAC of the remote BT dongle but remember, most (almost all) BT devices require atleast pairing (and also authentication, authorization and even encryption) before accessing those services.
Also to reply the first post, I must correct my first answer there is multiple standardized BT profiles, one being Object Push and another being Information Exchange which generally are configured to not require pairing or other authentication which you might use for simple text exchange.

Loren Soth

Loren Soth
Best regards,
Loren Soth

Crimson K. Software _________________________________________________________________ Crimson K. Blog
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 7
Reputation: celikada is an unknown quantity at this point 
Solved Threads: 0
celikada celikada is offline Offline
Newbie Poster

Re: Help me How to write basic prorgram for Bluetooth Dongle

 
0
  #6
Apr 19th, 2006
i also using a bluesoleil dongle and its use ivt stack produced by bluesoleil. and franson was made for microsoft and widcomm stack. but when i unintalled bluesoleil driver then instal microsoft stack from the hardware manager, my dongle worked also franson worked.

on the other hands i find a free sdk for ivt bluesoleil, its repuirement is bluesoleil 1.6 , now i work for use that in .net. if i cant i think i have to use win sokets
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC