-
https://github.com/mik3y/usb-serial-for-android
Reference: http://android.serverbox.ch/?p=427
https://www.youtube.com/watch?v=CVSdz_bDXPs
Link docs:
https://github.com/mik3y/usb-serial-for-android/wi…
-
-
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.nio.ByteBuffer.isDirect()' on a null object reference
…
-
Is there any source code for the .apk?
-
I tested the example multipleports with one USB device (CDC) wich has two serial ports. It works great. But when I disconnect the USB device the system crahes with the following exception:
` --…
-
i am seeing a lot of unanswered issues
and even some PR's
is this library still maintained ?
Or should we consider creating a community fork ?
regards
-
android code is as below
I checked Serialport is opened, then I write string data to arduino
` serialPort = UsbSerialDevice.createUsbSerialDevice(UsbSerialDevice.CP210x, device, connect…
-
Hi, Thanks for building this and sharing it (a few years back).
I've created a package based on it to communicate with USB Virtual Com Port devices instead of using pyserial / usbserial.sys to avo…
-
Hello
I have an issue in reading data which i write from arduino side. For example i'm trying to send a string value like "P152" but in android side it receives in pieces like "p","152","p152" or "…
-
Hi, I got an error msg "No device found!" when doing the first try on my FC of OmnibusF3.
I can get everything works properly in SpeedyBee, which I downloaded from googleplay.
Would you please tell …