
Originally Posted by
huss81
Hi,
In order to communicate with your MC over Bluetooth, your MC must have obviously a Bluetooth modul. I use in my project the "Bluenicecomm3" modul that is directly wired (hardware) to the pins of one of the UARTs of my MC. This is useful as all what you need to do in your application running on MC is to program the proper Interrupt Service Routine for the corresponding UART where you simply can read the data received over Bluetooth. Sending data is as simple. When this is available you need to use the Java ME Bluetooth classes and interfaces to connect and send/receive data to/from MC. Clarifying what exactly is to be done is difficult to post here. Hava a look at the classes and interfaces in the java package "javax.bluetooth.*". If you then have further precise questins i can help...
Huss