|
-
Sep 9th, 2008, 11:31 AM
#1
Thread Starter
Member
[2005] Bluetooth Connection
Hi there! I've just wondering, how to connect 2 or more PCs with Bluetooth?
I've read some threads about this, I figured, that Bluetooth is like a COM Port (representing COM Port) and all to do it is work with Serial Port tool in VS. But there are many questions. How to send and receive any data? What is OBEX (everything I know about OBEX, that is for file trasfering between mobile phone and PC)? Can you tell me, how to do something with BT? You know, send a data just, thank you so much!
-
Sep 9th, 2008, 11:38 AM
#2
Re: [2005] Bluetooth Connection
-
Sep 9th, 2008, 11:52 AM
#3
Thread Starter
Member
Re: [2005] Bluetooth Connection
There is something wrong. I wanted some code and maybe some instructions how to use Serial Port.
Some incredibly expensive add-ons is not especialy good a way to learn Bluetooth.
Please, can anybody send some code? Thanks
Last edited by iMPR3SSiON; Sep 9th, 2008 at 11:56 AM.
Code Hard, Go Pro!
-
Sep 9th, 2008, 12:28 PM
#4
Re: [2005] Bluetooth Connection
I guess it depends on your Bluetooth. Mine is an IOGear and I just added Serial ports to its configuration. After that I didn't worry about it being Bluetooth, it was just a serial device.
-
Sep 9th, 2008, 01:43 PM
#5
Thread Starter
Member
Re: [2005] Bluetooth Connection
Thanks. Just some questions. Do I have still full BT speed? I mean something about 260 kb/s? When I send a file or something ... And, could you send there some code how to open serial port and receive some data? Thank you.
-
Sep 9th, 2008, 01:58 PM
#6
Re: [2005] Bluetooth Connection
I have used BT serial and had about 1Mbps.
See my signature for my serial port stuff.
-
Sep 9th, 2008, 02:35 PM
#7
Thread Starter
Member
Re: [2005] Bluetooth Connection
Cool! But I can't open your stuff, cos I have VS 2005. Is it works in 2005, or only in 2008?
Does it matter when I open port COM5 (for example) and user on other PC opens COM3 port?
Can we comunicate then?
-
Sep 9th, 2008, 02:41 PM
#8
Re: [2005] Bluetooth Connection
Sorry, it is 2008.
You can use different ports on the PC's. I used Hyperterminal at one end when I was testing.
-
Sep 9th, 2008, 02:54 PM
#9
Thread Starter
Member
Re: [2005] Bluetooth Connection
Nice! And ... I am sorry, but still a few questions are there.
How can I retrieve BT Device Name and Adress?
You know, I have some rubbish from Manufacturer, that normally works win my mobile phone etc., it retrieves adress (MAC Adress...??) and name ...
I hope you help me, I'll rate everything
-
Sep 9th, 2008, 03:01 PM
#10
Re: [2005] Bluetooth Connection
Check Serial Port in my signature. Untested 2005 version.
-
Sep 9th, 2008, 03:04 PM
#11
Re: [2005] Bluetooth Connection
 Originally Posted by iMPR3SSiON
Nice! And ... I am sorry, but still a few questions are there.
How can I retrieve BT Device Name and Adress?
Should not need it for serial port, but it would depend on Manufacturer.
You know, I have some rubbish from Manufacturer, that normally works win my mobile phone etc., it retrieves adress (MAC Adress...??) and name ...
I hope you help me, I'll rate everything
I think you need to find out how to add a serial port device to the BlueTooth config.
-
Sep 9th, 2008, 03:06 PM
#12
Re: [2005] Bluetooth Connection
I am pretty sick, so don't count on me being here much.
-
Sep 9th, 2008, 03:45 PM
#13
Thread Starter
Member
Re: [2005] Bluetooth Connection
-
Sep 16th, 2008, 12:10 PM
#14
Thread Starter
Member
Re: [2005] Bluetooth Connection
Actualy, I've been laborating with this Bluetooth Technology and I found, that it isn't so great. To communicate thru the COM port you must to set up BT drivers (set a COM connection with other PC). So question: How can I find a BT Devices in VB.NET? I already know how to communicate thru COM, but I can't find any device in range with my code. PLS Help
-
Sep 24th, 2008, 03:47 PM
#15
Thread Starter
Member
Re: [2005] Bluetooth Connection
-
Sep 24th, 2008, 03:58 PM
#16
Re: [2005] Bluetooth Connection
If there are not devices in range then what makes you think switching to direct driver interaction will help?
-
Sep 24th, 2008, 04:03 PM
#17
Re: [2005] Bluetooth Connection
I've done smaller things with BT to connect with a robot. However, I was connecting at 9600, which is WAY slower than what you are talking about. My needs were also relatively trivial, as I never did need to discover devices via code. DBasnett has done more of the high speed stuff, and probably more BT stuff.
It may be that some of what will be necessary for you is manufacturer specific. There must be BT standards, but for the device I work with, I use the device software to discover other devices and connect to the remote (the robot in my case). However, if I don't do the connection part, it will still send the information, there is just a delay that is normally fatal to the operation prior to the send. I guess the serial port for the connection is fixed by the software, as well, now that I think about it.
Not very helpful I'm afraid. This is a topic that I have been meaning to look into further such that I can avoid the step where I actually connect the BT devices, but I haven't gotten to it, yet.
My usual boring signature: Nothing
 
-
Sep 24th, 2008, 04:27 PM
#18
Re: [2005] Bluetooth Connection
OT - Shaggy - Is NXT a good place to start with robots? A little pricey. I am so bored and idle, which causes me to dwell on things that there isn't any point in.
-
Sep 24th, 2008, 06:08 PM
#19
Re: [2005] Bluetooth Connection
I haven't looked at NXT, but I certainly will. I'm stalled out for two reasons: 1) All my money is going into some yard work, 2) My $300 worth of sensors are producing so little useable data that my design is right down the chute. I need to find a sensor that will do the job, and that will take a bit of trial and error.
Oh yeah, take a look at RoboticsConnections. I really like their traxter base, and it looks like they have fairly good .NET software. The price may be a bit high, though.
My usual boring signature: Nothing
 
-
Sep 25th, 2008, 01:19 PM
#20
Thread Starter
Member
-
Oct 6th, 2008, 12:44 PM
#21
Thread Starter
Member
Re: [2005] Bluetooth Connection
Please, can you tell me this thing ...
I found that COM8 is BT Connection Port (with this port I am able to connect to "server", guy, who started connection (it usually takes longer time) ), but can I start multiconnection with this port? I mean, can I somebody connect to our started connection? Thanks.
-
Oct 6th, 2008, 01:45 PM
#22
Re: [2005] Bluetooth Connection
i have a serial port link in my signature that has worked over BT serial ports.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|