SimpleUsbTerminal
SimpleUsbTerminal copied to clipboard
Android terminal app for devices with a serial / UART interface connected with a USB-to-serial-converter
Hi there, Thanks a lot for this app source code, much appreciated. I was wondering if this app can read and show serial data from a serial device like the...
Hello friend how I can fix this, the UI become very slow when receive a lot of data and append it to TextView I/Choreographer: Skipped 31 frames! The application may...
hello. if this app is already opensource, may be it will be usefull to try to publish it in f-droid.org?
hello please add function to start, when connected, server on localhost or abstract unix socket which will give access to this port for there clients. with this server it will...
It would be great to implement a data stream transfer mode from the device over the network. I have a compatible device - an emg sensor, I want to make...
I succeeded in connecting and reading data with your wonderful code. I want to switch pages while staying connected after being connected. Can you advise me how to do it?...
Hello Kai currently my device that i communicate with, based on the specs need to send a command all in hex for example : Send command API Version [ReqId=1] (len=4):...
Hi, i did add a usual while loop to the ``` void write(byte[] data) throws IOException { if(serialPort == null) throw new IOException("not connected"); while(!serialPort.getCTS()); serialPort.write(data, WRITE_WAIT_MILLIS); } ``` there...
Hello @kai-morich, I've been experiencing an issue with the USB connection in my application, which seems to be causing crashes and unintentionally restarting my connected Arduino device whenever the app...
Unable to communicate in Galaxy S23 Ultra Android 14, no to and fro from the serial devices. Eg. Arduino, STM32