From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <002701c55bcb$f9fc08e0$8300a8c0@priveiqvfluhp9> From: "Pieter De Mil" To: References: Subject: Re: [Bluez-devel] iPAQ with Linux and an iPAQ with PocketPC MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01C55BDC.BD6F7C20" Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 18 May 2005 19:06:47 +0200 This is a multi-part message in MIME format. ------=_NextPart_000_0024_01C55BDC.BD6F7C20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable iPAQ with Linux and an iPAQ with PocketPCHello Stephen, On the PocketPC site you can write a C#.Net Compact Framework = application. You can open a COM-port (8:outbound or 5:inbound). If you want the pocketpc to start the communication, you'll have to = offer a service on the linux ipaq. I do it the other way, my linuxmachine is starting the connection. So I = use com5 on the pocketpc. Search for the NETSerial library. On linux, you can work with the rfcomm-tool. If you manage to offer a service, and let the pocketpc start the = connection, let us know :) regards, Pieter ----- Original Message -----=20 From: Mclean, Stephen=20 To: bluez-devel@lists.sourceforge.net=20 Sent: Wednesday, May 18, 2005 6:41 PM Subject: [Bluez-devel] iPAQ with Linux and an iPAQ with PocketPC Hello,=20 I'm fairly new with Linux and Bluetooth. I'm trying to send a message = from one PDA using PocketPC and reading the same message on the Linux = iPAQ (using GPE). A good goal for right now, would be to be able to = send "Hello, World!" to a PDA and have the other PDA respond back with = "I got your message" or something like that. Does anyone know of any = good links on the website to learn how to do this? Maybe a list of = general commands in Linux that I could look at and figure out how to = send messages over bluetooth to PocketPC? I'd appreciate any help. = Thanks! Stephen=20 ------=_NextPart_000_0024_01C55BDC.BD6F7C20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable iPAQ with Linux and an iPAQ with PocketPC
Hello Stephen,
 
On the PocketPC site you can write a = C#.Net Compact=20 Framework application.
You can open a COM-port (8:outbound or=20 5:inbound).
 
If you want the pocketpc to start the=20 communication, you'll have to offer a service on the linux = ipaq.
I do it the other way, my linuxmachine = is starting=20 the connection. So I use com5 on the pocketpc. Search for the NETSerial=20 library.
 
On linux, you can work with the=20 rfcomm-tool.
 
If you manage to offer a service, and = let the=20 pocketpc start the connection, let us know :)
 
regards,
Pieter
 
 
 
----- Original Message -----
From:=20 Mclean,=20 Stephen
To: bluez-devel@lists.sourc= eforge.net=20
Sent: Wednesday, May 18, 2005 = 6:41=20 PM
Subject: [Bluez-devel] iPAQ = with Linux=20 and an iPAQ with PocketPC

Hello,

I'm fairly new with Linux and = Bluetooth.  I'm=20 trying to send a message from one PDA using PocketPC and reading the = same=20 message on the Linux iPAQ (using GPE).  A good goal for right = now, would=20 be to be able to send "Hello, World!" to a PDA and have the other PDA = respond=20 back with "I got your message" or something like that.  Does = anyone know=20 of any good links on the website to learn how to do this?  Maybe = a list=20 of general commands in Linux that I could look at and figure out how = to send=20 messages over bluetooth to PocketPC?  I'd appreciate any = help. =20 Thanks!

Stephen =

------=_NextPart_000_0024_01C55BDC.BD6F7C20-- ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Bluez-devel] iPAQ with Linux and an iPAQ with PocketPC From: Marcel Holtmann To: bluez-devel@lists.sourceforge.net In-Reply-To: References: Content-Type: text/plain Message-Id: <1116435057.24921.6.camel@pegasus> Mime-Version: 1.0 Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 18 May 2005 18:50:57 +0200 Hi Stephen, > I'm fairly new with Linux and Bluetooth. I'm trying to send a message > from one PDA using PocketPC and reading the same message on the Linux > iPAQ (using GPE). A good goal for right now, would be to be able to > send "Hello, World!" to a PDA and have the other PDA respond back with > "I got your message" or something like that. Does anyone know of any > good links on the website to learn how to do this? Maybe a list of > general commands in Linux that I could look at and figure out how to > send messages over bluetooth to PocketPC? I have no idea on how to do this with PocketPC, but the Linux part is very easy. You can do that with under 20 lines of source code. Look at rctest or attest for examples. Regards Marcel ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Message-ID: From: "Mclean, Stephen" To: bluez-devel@lists.sourceforge.net Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C55BC8.7E015A3E" Subject: [Bluez-devel] iPAQ with Linux and an iPAQ with PocketPC Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Wed, 18 May 2005 10:41:51 -0600 This is a multi-part message in MIME format. ------_=_NextPart_001_01C55BC8.7E015A3E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hello, I'm fairly new with Linux and Bluetooth. I'm trying to send a message from one PDA using PocketPC and reading the same message on the Linux iPAQ (using GPE). A good goal for right now, would be to be able to send "Hello, World!" to a PDA and have the other PDA respond back with "I got your message" or something like that. Does anyone know of any good links on the website to learn how to do this? Maybe a list of general commands in Linux that I could look at and figure out how to send messages over bluetooth to PocketPC? I'd appreciate any help. Thanks! Stephen=20 ------_=_NextPart_001_01C55BC8.7E015A3E Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable iPAQ with Linux and an iPAQ with PocketPC

Hello,

I'm fairly new with Linux and = Bluetooth.  I'm trying to send a message from one PDA using = PocketPC and reading the same message on the Linux iPAQ (using = GPE).  A good goal for right now, would be to be able to send = "Hello, World!" to a PDA and have the other PDA respond back = with "I got your message" or something like that.  Does = anyone know of any good links on the website to learn how to do = this?  Maybe a list of general commands in Linux that I could look = at and figure out how to send messages over bluetooth to PocketPC?  = I'd appreciate any help.  Thanks!

Stephen

------_=_NextPart_001_01C55BC8.7E015A3E-- ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel