>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Bluetooth Programming
Bookmark topic
Anyone has any idea on how to do bluetooth programming on PC?
Basically, i need to send data from PC(server) to a PDA(client) via bluetooth.
Is this similar to programming on wireless, like winsock?
Couldn't find the apis or bluetooth protocol for windows.
--
Posted: 2003-08-21 09:57:12
Edit :
Quote
This might be a good place to start...
--
Posted: 2003-08-21 10:09:40
Edit :
Quote
Quote:
On 2003-08-21 09:57:12, sills wrote:
Anyone has any idea on how to do bluetooth programming on PC?
Basically, i need to send data from PC(server) to a PDA(client) via bluetooth.
Is this similar to programming on wireless, like winsock?
Couldn't find the apis or bluetooth protocol for windows.
sills from SECentral.net??
To develop bluetooth application on Windows, you need to download the Core SDK of the
Platform SDK from Microsoft.
However, your application can only talk to BT device that use Microsoft driver.
--
Posted: 2003-08-21 10:38:25
Edit :
Quote
Yup me from SECentral.net.
I still have no idea...
--
Posted: 2003-08-21 10:45:28
Edit :
Quote
Then you should do some reading on Bluetooth stack before that.
MS bluetooth stack can only support HID, HCRP, and DUN profiles. To send data from PC to PDA, most probably you need OBEX Push or OBEX File Transfer profile which does not support by Microsoft yet.
You can't use your existing BT driver (eg: Widcomm) for your Windows BT application becos they are design to be use by their own software (eg: My Bluetooth Place) unless you have the SDK from them.
Another way is if your PDA BT support virtual COMM Port, then simply just write a serial comm application and make use of BT serial port to communicate.
--
Posted: 2003-08-21 11:07:00
Edit :
Quote
Downloading the platform SDK now.
Will try to program bit by bit.
BTW, are you sure it doesn't support 3rd party's bt drivers?
--
Posted: 2003-08-21 17:06:05
Edit :
Quote
Quote:
On 2003-08-21 17:06:05, sills wrote:
Downloading the platform SDK now.
Will try to program bit by bit.
BTW, are you sure it doesn't support 3rd party's bt drivers?
Just think of why you can't use your widcomm driven dongle on fMA bluetooth connection..
[ This Message was edited by: spider2 on 2003-08-22 17:05 ]
--
Posted: 2003-08-22 18:02:07
Edit :
Quote
Because i need to do it for my project... sigh.
--
Posted: 2003-08-22 18:20:17
Edit :
Quote
In my experience, even Dell can't sort the bluetooth stack (not me alone judging from their knowledge base) ... goodwill to ye who tries!!
--
Posted: 2003-08-23 00:31:56
Edit :
Quote
My friend owns a Dell notebook.
He did some programming using VB to talk to his t68i via bt dongle.
--
Posted: 2003-08-23 08:38:01
Edit :
Quote
New Topic
Reply