[android-developers] Re: Bluetooth Serial Port Question

2011-07-05 Thread gjs
Hi, Well done ! Regards On Jul 6, 12:57 am, Si wrote: > Just to let you know that I ordered a new handset with 2.3.3 and I can > connect to my device (using the UUID you described above). > > Many thanks! Now the hard part starts!! -- You received this message because you are subscribed to th

[android-developers] Re: Bluetooth Serial Port Question

2011-07-05 Thread Si
Just to let you know that I ordered a new handset with 2.3.3 and I can connect to my device (using the UUID you described above). Many thanks! Now the hard part starts!! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Re: Bluetooth Serial Port Question

2011-06-28 Thread Si
Hi Mark, I assume you have set Eclipse up correctly for developing Android Apps - have you used it for a different application already? If you have it set-up correctly then you should also have the Android SDK on your PC. Try starting a new project using the SDK examples: In Eclipse File - New

Re: [android-developers] Re: Bluetooth Serial Port Question

2011-06-28 Thread wu mark
Dear Gis : I had copied the code from the URL that you shared( http://developer.android.com/resources/samples/BluetoothChat/index.html) But In my eclipse there are 2 error. 1.import android.app.ActionBar in the BluetoothChat.java can't be resolved. 2.DeviceListActivity.java can't find the var

[android-developers] Re: Bluetooth Serial Port Question

2011-06-27 Thread Si
Gary - thanks for the tip. I will try it out later this week (I'll let you know how it goes). Indicator Veritatis - I think most consumer products support pairing but it is not necessary if you are using Bluetooth as a cable replacement for RS232. You should be able to establish a connection witho

[android-developers] Re: Bluetooth Serial Port Question

2011-06-26 Thread Indicator Veritatis
Si- How can the device "not support pairing"? It is required by the Bluetooth spec. On Jun 24, 12:35 am, Si wrote: > Hi, > > Can someone point me in the right direction please?! > > I am trying to connect to an industrial product using Android over > Bluetooth. The device does not support pairin

[android-developers] Re: Bluetooth Serial Port Question

2011-06-25 Thread gjs
Hi, Answering the following in the forum - - fromSi to gjs dateSun, Jun 26, 2011 at 5:47 AM subject Re: Bluetooth Serial Port Question Hi, Thanks for the reply. Would you be able to email me a

[android-developers] Re: Bluetooth Serial Port Question

2011-06-24 Thread gjs
Hi, Yes I have this working correctly in similar scenario you describe with InsecureRfcomm, try creating & connecting an outgoing socket connection to the device and make sure you are using the correct UUID string for the device. eg 'Hint: If you are connecting to a Bluetooth serial board then tr

[android-developers] Re: Bluetooth Serial Port Question

2011-06-24 Thread Si
I have done some further trawling around the internet and as far as I can tell until recently the standard API only supported pairing (with a passkey). It would appear though that this functionality has been included in 2.3.3 (http://developer.android.com/sdk/android-2.3.3.html) "Android 2.3.3 ad

[android-developers] Re: Bluetooth Serial Port Question

2011-06-24 Thread Si
Have you looked at the Bluetooth Chat example in the SDK? On Jun 24, 9:21 am, wu mark wrote: > Dear Si : > >     I'm a new learner for Android & I'm trying to test the bluetooth now. > Could you tell me more detail about the Windows to listen & receive data > from other devices(such as Android ph