Connecting Tech Pros Worldwide Forums | Help | Site Map

programming langauge selections

Newbie
 
Join Date: Aug 2008
Posts: 9
#1: Aug 28 '08
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.

Member
 
Join Date: Apr 2008
Posts: 67
#2: Aug 28 '08

re: programming langauge selections


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
Newbie
 
Join Date: Aug 2008
Posts: 9
#3: Aug 29 '08

re: programming langauge selections


Quote:

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..
Nepomuk's Avatar
Moderator
 
Join Date: Aug 2007
Location: Germany
Posts: 2,466
#4: Aug 29 '08

re: programming langauge selections


How about this link or this one?

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

Greetings,
Nepomuk
Reply