cordovarduino icon indicating copy to clipboard operation
cordovarduino copied to clipboard

Cordova/Phonegap plugin for USB host serial communication from an Android device.

Results 49 cordovarduino issues
Sort by recently updated
recently updated
newest added

Hi, Your plugin is works like a charm but its works for android 8 below versions. I have 2 questions about this plugin. 1)Will it works for android 8 version?...

This is useful for when programs want to react to when the user unplugs the USB device for some reason.

None of these terribly major... just make the API a bit safer to use.

Hi, I am using the serial plugin for serial communication in ionic : https://ionicframework.com/docs/v3/native/serial/ I could open a connection between the app and my embedded device. But when I try...

![cordovarduino](https://user-images.githubusercontent.com/36335600/129792099-0f0c8004-d370-49c8-a522-75d870f2ebb1.png) I'm having problem trying to open a serial connection with the MAD-RU-827 device I'm using Ionic 3 Is this device compatible ? Error message: CdcAcmSerialDriver: Crash app Ch34xSerialDriver: Failed...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Please share the following: 1. Version of cordovarduino / cordova 2. Type of board you...

**Describe the bug** I'm trying to run your Serial lib on a ionic with capacitor. However, when executing the code, I'm obtaining the error cordova_not_available **To Reproduce** Please share the...

plugin_not_installed ![image](https://user-images.githubusercontent.com/24491555/69943995-328b4400-150c-11ea-94a9-9781127a8c6b.png) Ionic 3

I notice that this plugin (or the Java underlying implementation) has a fixed buffer length of 40, which is inconvenient. How do I raise that?