CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Location
    Chandigarh(India)
    Posts
    97

    Question Bluetooth and WinSock

    Can i connect my PC to any bluetooth device vai bluetooth using winSock or any other socket...

    If Yes, Pls give demo programe or link to tutorials

    Best Regards,

    Madhu S. Kapoor

  2. #2
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Bluetooth and WinSock

    MSDN has a fairly clear section about Bluetooth, including some simple code samples. See http://msdn.microsoft.com/library/en...start_page.asp

    In addition, Len Holgate's blog contains some device-discovery code. See http://www.lenholgate.com/archives/000102.html

    Mike

  3. #3
    Join Date
    Oct 2005
    Location
    Chandigarh(India)
    Posts
    97

    Re: Bluetooth and WinSock

    Thanks!

  4. #4
    Join Date
    Nov 2005
    Posts
    4

    Re: Bluetooth and WinSock

    Thanks ALOOOOOOOOOOT for the blog link I have been looking for something like this for a very very long time !!

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