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

    Bluetooth Windows Desktop App

    Hi there,

    I need to integrate bluetooth in our desktop application which communicates with our blackberry using RFCOMM. I am wondering where I can find some information for using RFCOMM bluetooth connections as well as some sample code for the Win32 Desktop environment. The app is written in C++ so that it can remain a pure standalone windows app (doesn't need .net or java). I've written the blackberry side with java and didn't find that too hard, but I can't seem to find the information out there for the C++ Win32 Desktop side.

    Any help would be greatly appreciated.

    Thanks,

    GIcker

  2. #2
    Join Date
    Jul 2009
    Location
    Gothenburg
    Posts
    12

    Re: Bluetooth Windows Desktop App

    Might this be what you're looking for?

    http://msdn.microsoft.com/sv-se/libr...us,VS.85).aspx

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