how can i use j2me sdk for making bluetooth searching and connection ?
where to start?
please help
how can i use j2me sdk for making bluetooth searching and connection ?
where to start?
please help
Use this wiki example (one of the articles in my link above): http://www.developer.nokia.com/Commu...r_more_devices
With that one, you can work out how to send/receive arbitrary data between two Bluetooth devices (in this case, two or more phones). Then you need to change the "protocol" to pass "commands" and handle responses with a PC, and write the PC-side, too. For the PC-side app, what you need to do depends on what you run on your PC (Windows, Linux, or a Mac), and what programming tools and what/whose Bluetooth APIs... For Windows and Microsoft's Bluetooth drivers and other PC-development tools, see http://msdn.microsoft.com