Hi Bonchai! See this Stack Overflow discussion: http://stackoverflow.com/questions/2660968/
At first try to use code similar to Test Application No. 1 as createRfcommSocketToServiceRecord(UID) is the 'official' way of connecting to a Bluetooth device (if it supports it that is :) ). Failing that you can use reflection-based version which should work with pretty much everything. Cheers, Max On 28 April 2010 12:24, bonchai <[email protected]> wrote: > Hello All, > > I'm very new to the Android platform, but i was hoping to write a > quick and neat little android app which will receive data from > bluetooth and to graph the data. > > I'm trying to use a LM Technologies LM049 bluetooth adapter to send > serial data to my HTC Dersire 2.1 android handset. At the moment i'm > trying to just prove i can send ascii characters to the phone. Not > quite sure where to begin any pointers wouldbe much appreciated! > > Thank you. > > bonchai > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

