programming langauge selections

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lakshmiRam
    New Member
    • Aug 2008
    • 9

    programming langauge selections

    hi
    i am new to bluetooth technology.

    i am doing a project where i will send a stream of data(audio data) from mobile to pc and now my pc application should take the data from (RFCOMM) and should place that data into DMA buffer of my system so which language (Java or c++ or any other the language should support bluetooth) is suitable. my client app is J2me.
  • pootle
    New Member
    • Apr 2008
    • 68

    #2
    Hi,

    Programming languages do not support features such as bluetooth - libraries do.
    For example, on Windows you could have a DLL that provides bluetooth support and use that from some .NET language, VC++, Java, ...

    I think you should start by researching what libraries are available for your development platform (BTW is it Windows or Linux?).

    HTH

    Comment

    • lakshmiRam
      New Member
      • Aug 2008
      • 9

      #3
      Originally posted by pootle
      Hi,

      Programming languages do not support features such as bluetooth - libraries do.
      For example, on Windows you could have a DLL that provides bluetooth support and use that from some .NET language, VC++, Java, ...

      I think you should start by researching what libraries are available for your development platform (BTW is it Windows or Linux?).

      HTH
      its windows, i stick to start with c++ now i need some guildlines and tuts about bluetooth library in c++ if u any of the link hit to this plz send in across me..

      Comment

      • Nepomuk
        Recognized Expert Specialist
        • Aug 2007
        • 3111

        #4
        How about this link or this one?

        I'd just search online, if you're not satisfied with my suggestions.

        Greetings,
        Nepomuk

        Comment

        Working...