1. Is the device one of these:-
http://www.brainboxes.com/products/b....asp?id=BL-521
You can't hook up a serial device to a serial bluetooth radio designed to
connect to a PC, if it is the above type unit it is self contained and will
expose the Serial Port Profile (SPP) and allow connection to whatever is
connected to it's serial cable. If your device is not exposing this profile
then it's possible you have the wrong kind of adapter.
2. You can use the OpenNETCF serial code with a bluetooth serial connection.
You'll have to make sure you have a virtual serial port mapped to the
connection first, and this process varies between bluetooth stacks. If you
are using Widcomm you can search for a serial device and setup a virtual COM
port using the Bluetooth Browser. Once you have mapped the port this will
behave as if you are connected to the target device over a regular serial
link.
3. You don't need any specific SDK to achieve this, you can just use the
Bluetooth Browser to bond with the bluetooth device and setup the COM port,
you'll only need to do this once (unless you hard reset the device).
4. See answer to 3, but if you want to programmatically do more of this
setup, you'll need to use a third-party SDK - The OpenNETCF and Microsoft
libraries work only with the Microsoft stack.
5. There is some sample code for working with the OpenNETCF serial code
here:-
http://www.opennetcf.org/PermaLink.a...8-9559152d5e1e
It's not Bluetooth but then as already explained this makes no difference to
the behaviour
Peter
--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com |
http://www.peterfoot.net |
http://www.opennetcf.org
"Mike" <(E-Mail Removed)> wrote in message
news:79F03B20-199F-4C08-BDFB-(E-Mail Removed)...
> I'm hoping someone out there with some Bluetooth experience could provide
> me
> with some information/resources to get started using Bluetooth with Serial
> Comm. I am just getting started and am finding it quite confusing thus
> far.
> A few questions....
>
> 1.) Is what I'm trying to do even possible? I'm trying to use a
> scientific
> device, that has a RS232 9 pin serial cable output attached to a female
> RS232
> BrainBox Bluetooth Adapter, to send a reading to a textbox in my
> application.
> So far, it at least appears to send out a signal (although when I actually
> try to connect to the device it says "The device does not offer any usable
> services")
>
> 2.) If the above is possible, I was hoping to use a serial communications
> control (like the OpenNET Serial Comm) to capture the DataReceived event
> just
> as I would if my device were connected to the serial port. Does bluetooth
> work the same way?
>
> 3.) Will I have to use some sort of Bluetooth SDK to get this to work?
> Or,
> can I get away with just configuring my serial control and bluetooth
> settings
> properly?
>
> 4.) If I have to use a Bluetooth SDK, and am using using the widcomm
> stack,
> am I correct in saying that I can NOT use the OPENNET or MS SDK to work
> with
> Bluetooth? Am I commited to using a third party SDK like High Point ?
>
> 5.) Lastly, if anyone knows of a good VB.NET Bluetooth Serial Comm sample
> using the widcomm stack it would be super helpful!!!
>
>
> Thanks in advance!!!!
>
> Mike
>
>