Thursday, July 9, 2009

Bluetooth api?

I use to develop window application by C#, I have no experience on wireless (bluetooth) application development, but I really interesting with it (ex: cellular phone bluetooth application...). Could any expert provide me the step how to start with it? Ex: which api / develop tools should I have? where to buy? and which language (C, C#, Java...) is better for bluetooth software development? Thanks.

Bluetooth api?
Most Bluetooth transmitters will expose themselves via a serial port. You can plug into devices using the Serial Port classes in the .NET Framework. Here's an example using Lego NXT:





http://www.codeproject.com/KB/cs/nxtBlue...





There are also commercial SDKs available that make the process easier (e.g. http://franson.com/bluetools/)


No comments:

Post a Comment