Bluetooth Terminal

Qwerty.BluetoothTerminal

View detailed information for Bluetooth Terminal — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
312.9K(312,958)
Rating
4.2(20 reviews)
Released
March 12, 2012
Last updated
November 4, 2014
Category
Tools
Developer
Qwerty
Developer details
Name
Qwerty
E-mail
aries156@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
  • No items.
Bluetooth Terminal Header - AppWisp.com

Screenshots

Bluetooth Terminal Screenshot 1 - AppWisp.com
Bluetooth Terminal Screenshot 2 - AppWisp.com
Bluetooth Terminal Screenshot 3 - AppWisp.com

Description

The app is terminal application, it can transaction data between Bluetooth device.
it's can save all send and receive data to file.
file save in /sdcard/********.log
******** is yyyyMMdd.

description for setup in menu
Display hexadecimal : show data of hexadecimal format.
Send hexadecimal : sned hexadecimal text. ex, "ABC 39 30", client will receive "ABC90". hex 39 = "9" hex 30 = "0".
Append newline(\r\n) : sent data append newline automatically.
Keep screen on : keep the screen on.

note :
1.Your data must have a newline. the APP is relying newline to display data.
2.This application is reprograming of BluetoothChat. that's sample code of android.com.