| Reply | « Previous Thread | Next Thread » |
|
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 |
|
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 |
|
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 |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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 |
| zhang_guoqing |
| View Public Profile |
| Find all posts by zhang_guoqing |
|
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 |
|
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 | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|