BluetoothSPPLibrary icon indicating copy to clipboard operation
BluetoothSPPLibrary copied to clipboard

Use of the Terminal activity

Open naevtamarkus opened this issue 9 years ago • 4 comments

Hi,

I see that there is a Terminal Activity in this library (not documented), and I would like to use it from my android app if possible.

Is it usable? Could you please provide some brief instructions on how to use it?

Thanks!

naevtamarkus avatar Feb 26 '15 10:02 naevtamarkus

It's just using for testing on data transfer between device. nothing at all.

akexorcist avatar Mar 10 '15 11:03 akexorcist

I think it could actually be very useful! Debugging between devices is always needed :) Is there any chance to use it (some base instructions on how to do it)?

Thanks!

naevtamarkus avatar Mar 10 '15 18:03 naevtamarkus

It's based on simple library command. Nothing special

akexorcist avatar Mar 10 '15 19:03 akexorcist

Please forgive my ignorance... but I don't know how to use it from my application without programming it myself. Is it something that I can use the same way I can use the DeviceList:

  • Intent intent = new Intent(getApplicationContext(), DeviceList.class);
  • startActivityForResult(intent, BluetoothState.REQUEST_CONNECT_DEVICE); and
  • &gt activity android:name="app.akexorcist.bluetoothspp.DeviceList" /&lt

Thanks!

naevtamarkus avatar Mar 11 '15 09:03 naevtamarkus