CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    1

    Question Windows Bluetooth Application

    Hello.

    Basically, I have to develop a windows bluetooth application. I'm really new to developing this sort of application. This windows bluetooth application needs to detect an android phone's bluetooth, then display the bluetooth properties, discover other connections, connect to them and send commands through the bluetooth.

    I'm supposed to develop this application using console app/command line/J2SE. I have clearly no idea how I should begin... I could really use some help with starting up... Thanks in advance!

    Sarah

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Windows Bluetooth Application

    Have you read "Using the Java APIs for Bluetooth Wireless Technology" - Part 1 & Part 2
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured