Terminal Multi APK

Terminal Multi  Icon
0/5
0 Ratings
Developer
edodm85
Current Version
Date Published
File Size
Package ID
com.edodm85.terminalmulti.free
Price
$ 0.00
Downloads
358+
Category
Android Apps
Genre
Communication

APK Version History

Version
1.4.3 (558)
Architecture
universal
Release Date
July 30, 2022
Requirement
Android 4.0+
Version
1.4.1 (556)
Architecture
universal
Release Date
April 19, 2022
Requirement
Android 4.0+
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot
  • Terminal Multi Screenshot

About Radio FM 90s

Terminal Multi FREE is a terminal app which provides three different communication types:

1) BLUETOOTH SPP: data are transmited/received between the phone and a bluetooth paired device via Serial Port Protocol (SPP)

2) TCP CLIENT: data are transmited/received between the phone and a compatible device via the tcp/ip protocol (the phone is a client)

3) SERIAL CDC: data are transmited/received between the phone and a compatible device via serial protocol (ONLY for supported phones)


NB: With the v1.2.1 or v1.0.9 is enabled the possibility of save the log sessions to file.



The bluetooth communication was tested with HC-05 bluetooth module (but you can use other bluetooth devices) connected to mbed LPC1768 board.
The example is available at: https://developer.mbed.org/users/edodm85/notebook/HC-05-bluetooth/


The tcp/ip communication was tested with the mbed LPC1768 board (but you can use other boards, for example arduino, rasberry, etc).
The example is available at: https://developer.mbed.org/users/edodm85/notebook/tcpip-communication-between-mbed-and-android-phone/

The serial communication was tested with the mbed LPC1768 board.
The example is available at: https://developer.mbed.org/users/edodm85/notebook/test-usb-connection-between-mbed-and-android/


Instructions for BLUETOOTH SPP:
1) first you need a compatible bluetooth device (ex: HC-05 bluetooth)
2) paired your phone with the target device (Bluetooth settings of the phone)
3) insert the correct line break on BLUETOOTH SPP Settings
4) open the app and select the device in the search button
5) press the "CONNECT" button and send the message

Instructions for TCP CLIENT:
1) connect the board (ex: mbed LPC1768) to the same local network of the phone via ethernet
2) insert the ip and port of the remote board in the TCP CLIENT settings
3) press the "CONNECT" button and send the message

Instructions for SERIAL CDC:
1) connect the board (ex: mbed LPC1768) to phone via usb (micro USB adapter)
2) insert the corect baud in the SERIAL CDC settings
3) press the "OPEN" button and send the message



NB: For custom App contact me.

Please rate and review so I can make it better!

What's New in this version

v1.4.6 (USB CDC) or 1.3.6 (NO CDC)

- Internal fixes

v1.4.1 (USB CDC) or 1.3.1 (NO CDC)

- Updated to Android 31

- Internal fixes