Results 1 to 4 of 4

Thread: Bluetooth SPP for windows mobile

  1. #1
    Join Date
    Nov 2009
    Posts
    57

    Bluetooth SPP for windows mobile

    Hello folks,

    My dad gifted me windows mobile on my birthday. And i like the functionality of the same. But i have a little query about the Bluetooth Serial port profile. Does it support the same. If it support the Bluetooth SPP then can anybody forward me the code to use SSP for communication. And i need urgently because i excited to to do.

    Any help is appreciated.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Bluetooth SPP for windows mobile

    Hey,

    I am having the same problem regarding the SPP as you have, and after lots of effort i found one solution that i am sharing with you i hope you will like it. Just do the following to find the same.
    Go to My Computer and click on that. Then go to the C drive the look for the Program Files, inside that you will find Windows Mobile 6 SDK just click on that and map Samples and than PocketPC. After that you will find CPP inside that Win32 folder is there which contain the answer of your problem.

    I think it will help you so enjoy it.
    Last edited by Sam.D; 30-11-2009 at 05:42 PM.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Bluetooth SPP for windows mobile

    Hello,

    It is a Bluetooth based communication between devices whic is a Bluetooth profile for wireless interface specification. But before that it must show the compatibility with the subset of Bluetooth profiles. It resides on the Bluetooth Core Specification, but it uses feature of core specification. By this way Bluetooth device work with the computer.

    Thank you

  4. #4
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Bluetooth SPP for windows mobile

    For creating the SPP in java there are simple code available. All you have to do is to write following code with java and see that its working or not.

    Code:
    UUID uuid = new UUID("1101", true);
    Sring connectionString = "btspp://localhost:" + uuid +";name=Sample SPP Server";
    Say thanks if it is working

Similar Threads

  1. Replies: 4
    Last Post: 25-01-2013, 10:29 AM
  2. Replies: 2
    Last Post: 11-02-2012, 06:53 PM
  3. Replies: 5
    Last Post: 11-12-2011, 06:30 PM
  4. Replies: 4
    Last Post: 01-06-2011, 11:19 PM
  5. Vista Bluetooth sync with Windows Mobile problems
    By sivaranjan in forum Windows Vista Network
    Replies: 2
    Last Post: 29-12-2008, 01:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,019,127.76129 seconds with 16 queries