You Are Here:

Community: Developer Discussion Boards

#1 Old App to send txt to PC - bluetooth - 2003-03-24, 20:46

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
I am planning to build an application using a nokia bluetooth enabled phone, to send text to a PC. Is this possible and how would i go about it.
What hardware and software do I need on my PC and on the phone?
Is there an example program/doc to help me get started? (I can code in C++, Java).

Cheers
Reply With Quote

#2 Old App to send txt to PC - bluetooth - 2003-03-24, 20:49

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
I am planning to build an application using a nokia bluetooth enabled phone, to send text to a PC. Is this possible and how would i go about it.
What hardware and software do I need on my PC and on the phone?
Is there an example program/doc to help me get started? (I can code in C++, Java).

Cheers
Reply With Quote

#3 Old App to send txt to PC - bluetooth - 2003-03-24, 20:50

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
I am planning to build an application using a nokia bluetooth enabled phone, to send text to a PC. Is this possible and how would i go about it.
What hardware and software do I need on my PC and on the phone?
Is there an example program/doc to help me get started? (I can code in C++, Java).

Cheers
Reply With Quote

#4 Old 2003-03-25, 10:35

Join Date: Mar 2003
Posts: 1,200
seppo_fn's Avatar
seppo_fn
Offline
Forum Nokia Expert
You can create a C++ application for a Series 60 phone (Nokia 3650, 7650, or NGage, for example). For a serial port type of application you can use Bluetooth Sockets (either over RFCOMM or L2CAP) .

You can also use a high-level 'sendui.h' interface to add a 'Send via Bluetooth' item into the menu for sending a file over OBEX Object Push.

Refer to Series 60 SDK v1.0 for Symbian OS for Bluetooth examples and documentation.


-Seppo
Forum Nokia


Btw, you can already send textual files from Series 60 phones from a preinstalled Note application.
Reply With Quote

#5 Old ordinary text: phone to pc - 2003-03-26, 13:20

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
can you send ordinary text from phone to pc?
using bluetooth, infared or cable?
with a non series 60 phone e.g. 6310i.

Help is very much appreciated.
Reply With Quote

#6 Old ordinary text: phone to pc - 2003-03-26, 13:21

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
can you send ordinary text from phone to pc?
using bluetooth, infared or cable?
with a non series 60 phone e.g. 6310i.

Help is very much appreciated.
Reply With Quote

#7 Old ordinary text: phone to pc - 2003-03-26, 13:22

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
can you send ordinary text from phone to pc?
using bluetooth, infared or cable?
with a non series 60 phone e.g. 6310i.

Help is very much appreciated.
Reply With Quote

#8 Old ordinary text: phone to pc - 2003-03-26, 13:23

Join Date: Mar 2003
Posts: 16
Yashx
Offline
Registered User
can you send ordinary text from phone to pc?
using bluetooth, infared or cable?
with a non series 60 phone e.g. 6310i.

Help is very much appreciated.
Reply With Quote

#9 Old 2003-03-26, 23:55

Join Date: Mar 2003
Posts: 79
zhang_guoqing
Offline
Regular Contributor
actually , i try to do the same thing , but as far as i know, creating bluetooth connection between nokia phone and PC should follow the following steps.

setting up a serial communication

the device receiving the message:
· Initialising the Serial Port service.
· Authorising acceptance of a connection from another device.
· Advertising the service on its Service Discovery Protocol (SDP) database.
· Listening for a connection from another device.
· Receiving the incoming message.


The device sending the message has to:
· Discover and select the receiving Bluetooth device.
· Query the receiving device's SDP database to find the Serial Port service.
· Validate and interpret the Serial Port service record returned from the receiving device, and extract the port or channel number for the listening port.
· Send a connection request to the listening port of the receiving device using the Serial Port service.
· Send the message to the appropriate port on the receiving device.


So what you need to do is to make the PC side follow the same steps.

if i get any solution about this,i will tell you ,so let keep in touch .
e mail: for_guoqing@yahoo.com
Reply With Quote

#10 Old 2003-03-27, 10:31

Join Date: Mar 2003
Posts: 1,200
seppo_fn's Avatar
seppo_fn
Offline
Forum Nokia Expert
It is not possible to create Bluetooth or Infrared applications on Nokia 6310i.
What you can do is use AT commands or the PC Connectivity SDK with its high-level APIs to access the phone via cable, Infrared or Bluetooth. However, it is mainly from PC to phone communication.

For PC Connectivity SDK, please refer to the Nokia PC Connectivity SDK Developers section at www.forum.nokia.com.

For supported AT commands, please refer to 'AT Commands Set for Nokia GSM products' document in the Nokia PC Connectivity SDK Developers section -> Downloads
at http://www.forum.nokia.com


Seppo
Forum Nokia
Reply With Quote

#11 Old 2003-03-28, 10:10

Join Date: Mar 2003
Posts: 1,200
seppo_fn's Avatar
seppo_fn
Offline
Forum Nokia Expert
No, it is not possible.

For non Symbian OS phones, the only ways of communicating between a phone and a PC are:
-to use the high-level APIs of the PC Connectivity SDK
-to use AT commands

For further information on these, please refer to the Nokia PC Connectivity SDK Developers section at www.forum.nokia.com

Seppo
Forum Nokia
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia