This app is a Terminal app, data are sent via Bluetooth, TCP, Serial. Rec Logs.
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 Settings4) open the app and select the device in the search button5) press the "CONNECT" button and send the messageInstructions for TCP CLIENT:1) connect the board (ex: mbed LPC1768) to the same local network of the phone via ethernet2) insert the ip and port of the remote board in the TCP CLIENT settings3) press the "CONNECT" button and send the messageInstructions 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 settings3) press the "OPEN" button and send the messageNB: For custom App contact me.Please rate and review so I can make it better!v1.4.1 (USB CDC) or 1.3.1 (NO CDC)- Updated to Android 31- Internal fixesv1.3.8 (USB CDC) or 1.2.5 (NO CDC)- Updated to Android 30- Moved save folder from root to Download folder (only Android 29 and more)- Added console autoscroll (enabled by defaul)- Added Dark Theme- Restore foreground service- Internal fixedv1.3.7 (USB CDC) or 1.2.4 (NO CDC)- Updated Client Tcp