BluetoothSPPLibrary
BluetoothSPPLibrary copied to clipboard
Use of the Terminal activity
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!
It's just using for testing on data transfer between device. nothing at all.
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!
It's based on simple library command. Nothing special
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
- > activity android:name="app.akexorcist.bluetoothspp.DeviceList" /<
Thanks!