PC Review


Reply
Thread Tools Rate Thread

Beaming files/information using bluetooth and infrared

 
 
Trevor Armstrong
Guest
Posts: n/a
 
      16th Jan 2004
I am currently working on a Pocket PC application in C#. I would like
to allow the users to beam information from one instance of our
program to another instance running on a seperate Pocket PC.
Furthermore I would like to let the user select which wireless method
to use for the beaming, bluetooth or infrared.

The problem is I can't find any in depth information on how to beam
files using bluetooth. I know I could use the IrDAClient class for
infrared communication, but I would rather have one solution that
could use both beaming methods. I have heard about OBEX, and was
wondering if anyone could point me to a good reference on using OBEX?
Or a reference on how to do this using another technique?

Thanks
Trevor
 
Reply With Quote
 
 
 
 
Mobile Devices Community Team [MSFT]
Guest
Posts: n/a
 
      19th Jan 2004
The Pocket PC 2003 SDK has information about OBEX. In your case, just search
for bluetooth. The second result should be a link to OBEX samples. Also
there is an Object Exchange Protocol section the SDK with specific
information about the OBEX interface.

Stephan

--
Stephan Sutter [MSFT]
Software Developer Shell UI
Mobile Devices Product Group

This information is provided "AS IS" with no warranties, and confers no
rights.
"Trevor Armstrong" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am currently working on a Pocket PC application in C#. I would like
> to allow the users to beam information from one instance of our
> program to another instance running on a seperate Pocket PC.
> Furthermore I would like to let the user select which wireless method
> to use for the beaming, bluetooth or infrared.
>
> The problem is I can't find any in depth information on how to beam
> files using bluetooth. I know I could use the IrDAClient class for
> infrared communication, but I would rather have one solution that
> could use both beaming methods. I have heard about OBEX, and was
> wondering if anyone could point me to a good reference on using OBEX?
> Or a reference on how to do this using another technique?
>
> Thanks
> Trevor



 
Reply With Quote
 
Trevor Armstrong
Guest
Posts: n/a
 
      21st Jan 2004
I've been searching in the help and can't seem to find any samples.
Are these samples in C++ or C#? Are there any online resources I can
use instead?

Thanks
Trevor

"Mobile Devices Community Team [MSFT]" <(E-Mail Removed)> wrote in message news:<#(E-Mail Removed)>...
> The Pocket PC 2003 SDK has information about OBEX. In your case, just search
> for bluetooth. The second result should be a link to OBEX samples. Also
> there is an Object Exchange Protocol section the SDK with specific
> information about the OBEX interface.
>
> Stephan
>
> --
> Stephan Sutter [MSFT]
> Software Developer Shell UI
> Mobile Devices Product Group
>
> This information is provided "AS IS" with no warranties, and confers no
> rights.
> "Trevor Armstrong" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I am currently working on a Pocket PC application in C#. I would like
> > to allow the users to beam information from one instance of our
> > program to another instance running on a seperate Pocket PC.
> > Furthermore I would like to let the user select which wireless method
> > to use for the beaming, bluetooth or infrared.
> >
> > The problem is I can't find any in depth information on how to beam
> > files using bluetooth. I know I could use the IrDAClient class for
> > infrared communication, but I would rather have one solution that
> > could use both beaming methods. I have heard about OBEX, and was
> > wondering if anyone could point me to a good reference on using OBEX?
> > Or a reference on how to do this using another technique?
> >
> > Thanks
> > Trevor

 
Reply With Quote
 
Dominique Fortier [MSFT]
Guest
Posts: n/a
 
      26th Jan 2004
In his latest Programming Book, Programming Microsoft Windows CE .NET,
Douglas Boiling has a very extensive chapter on Obex, Bluetooth and a very
good sample beaming application.

Obex is a good idea, it gives you IR and Bluetooth (on devices supporting
the WinCE Bluetooth stack), lets you create your own providers,...

Good luck

--
Dominique Fortier [MSFT]
Software Design Engineer
Mobile Devices Product Group

This information is provided "AS IS" with no warranties, and confers no
rights.
"Trevor Armstrong" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've been searching in the help and can't seem to find any samples.
> Are these samples in C++ or C#? Are there any online resources I can
> use instead?
>
> Thanks
> Trevor
>
> "Mobile Devices Community Team [MSFT]" <(E-Mail Removed)>

wrote in message news:<#(E-Mail Removed)>...
> > The Pocket PC 2003 SDK has information about OBEX. In your case, just

search
> > for bluetooth. The second result should be a link to OBEX samples. Also
> > there is an Object Exchange Protocol section the SDK with specific
> > information about the OBEX interface.
> >
> > Stephan
> >
> > --
> > Stephan Sutter [MSFT]
> > Software Developer Shell UI
> > Mobile Devices Product Group
> >
> > This information is provided "AS IS" with no warranties, and confers no
> > rights.
> > "Trevor Armstrong" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I am currently working on a Pocket PC application in C#. I would like
> > > to allow the users to beam information from one instance of our
> > > program to another instance running on a seperate Pocket PC.
> > > Furthermore I would like to let the user select which wireless method
> > > to use for the beaming, bluetooth or infrared.
> > >
> > > The problem is I can't find any in depth information on how to beam
> > > files using bluetooth. I know I could use the IrDAClient class for
> > > infrared communication, but I would rather have one solution that
> > > could use both beaming methods. I have heard about OBEX, and was
> > > wondering if anyone could point me to a good reference on using OBEX?
> > > Or a reference on how to do this using another technique?
> > >
> > > Thanks
> > > Trevor



 
Reply With Quote
 
Trevor Armstrong
Guest
Posts: n/a
 
      30th Jan 2004
Is there a way to add the OBEX functionality using C#?

Trevor

"Dominique Fortier [MSFT]" <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>...
> In his latest Programming Book, Programming Microsoft Windows CE .NET,
> Douglas Boiling has a very extensive chapter on Obex, Bluetooth and a very
> good sample beaming application.
>
> Obex is a good idea, it gives you IR and Bluetooth (on devices supporting
> the WinCE Bluetooth stack), lets you create your own providers,...
>
> Good luck
>
> --
> Dominique Fortier [MSFT]
> Software Design Engineer
> Mobile Devices Product Group
>
> This information is provided "AS IS" with no warranties, and confers no
> rights.
> "Trevor Armstrong" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I've been searching in the help and can't seem to find any samples.
> > Are these samples in C++ or C#? Are there any online resources I can
> > use instead?
> >
> > Thanks
> > Trevor
> >
> > "Mobile Devices Community Team [MSFT]" <(E-Mail Removed)>

> wrote in message news:<#(E-Mail Removed)>...
> > > The Pocket PC 2003 SDK has information about OBEX. In your case, just

> search
> > > for bluetooth. The second result should be a link to OBEX samples. Also
> > > there is an Object Exchange Protocol section the SDK with specific
> > > information about the OBEX interface.
> > >
> > > Stephan
> > >
> > > --
> > > Stephan Sutter [MSFT]
> > > Software Developer Shell UI
> > > Mobile Devices Product Group
> > >
> > > This information is provided "AS IS" with no warranties, and confers no
> > > rights.
> > > "Trevor Armstrong" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > I am currently working on a Pocket PC application in C#. I would like
> > > > to allow the users to beam information from one instance of our
> > > > program to another instance running on a seperate Pocket PC.
> > > > Furthermore I would like to let the user select which wireless method
> > > > to use for the beaming, bluetooth or infrared.
> > > >
> > > > The problem is I can't find any in depth information on how to beam
> > > > files using bluetooth. I know I could use the IrDAClient class for
> > > > infrared communication, but I would rather have one solution that
> > > > could use both beaming methods. I have heard about OBEX, and was
> > > > wondering if anyone could point me to a good reference on using OBEX?
> > > > Or a reference on how to do this using another technique?
> > > >
> > > > Thanks
> > > > Trevor

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
infrared and bluetooth toofast4yoo Windows XP Networking 3 3rd Aug 2009 07:17 PM
Beaming data Peter Morris [Droopy eyes software] Microsoft Dot NET Compact Framework 3 30th Jun 2006 05:11 PM
Infrared, bluetooth, and USB 2.0 Opinicus Windows XP Hardware 3 8th Nov 2004 07:55 AM
Infrared Device Does Not Work on Armada M300 infrared with Windows 2000 Leo Microsoft Windows 2000 Upgrade 0 9th Nov 2003 04:49 AM
Infrared Device Does Not Work on Armada M300 infrared with Windows 2000 Leo Microsoft Windows 2000 Hardware 0 9th Nov 2003 04:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:21 AM.