cordovarduino
cordovarduino copied to clipboard
Cordova/Phonegap plugin for USB host serial communication from an Android device.
I noticed that the native `writeSerial()` on Android https://github.com/xseignard/cordovarduino/blob/master/src/android/fr/drangies/cordova/serial/Serial.java#L284 uses `getBytes()`, which "encodes the string using the platform's default charset", which seems to always be UTF-8 on Android https://developer.android.com/reference/java/nio/charset/Charset.html while...
At first, great work. I have issue with claiming interfaces from device. Application is crashing when it try to open connection. Using device had one more interface and i need...
Hello, In some discussions, people told they will show the project they are doing with this plugin. I think it's time to see what you did with it! Unfortunately I...
Hello, Was getting an error when trying to compile for Ubuntu, saying it could not find QSerialPort The fix is to open src/ubuntu/serial.h Change line 28 to read ``` #include...
Hello, Can I use the plugin to transfer files over RS232? So far I just got to fetching a file object from a file input, making conversions to hexstring and...
**Describe the bug** usbseriallibrary.jar to 3.5.1 which will fix lot of issues I have updated and I dont have a access to create pr, I pushed latest code here https://github.com/devendranegi121/cordova-plugin-usbserial...
Hi Xseingnard, thank you for providing such a nice plugin. But I have encountered an error when using Prolific PL2303GT: "ControlTransfer with value 0x8 failed:-1". After that I browsed to...
When i try to connect ch34xserialdriver with baud rate 256000 (required by LD2410B presence sensor) , the plugin throws an error saying 256000 baud rate is not supported. how to...