cordovarduino
cordovarduino copied to clipboard
Cordova/Phonegap plugin for USB host serial communication from an Android device.
Application has stopped working error once I call the function to connect to serial. Was working 2 months ago, now it simply crashes. On request permission I get no device...
Such a good day everyone, I am implementing the code that comes as an example but what I get is the device not found, I cannot find a specific example...
Hello, I am using this library with my Ionic 4 app. I am providing the VID and PID fetching from `lsusb` command. `Bus 002 Device 024: ID 0483:5743 STMicroelectronics USB...
https://github.com/xseignard/cordovarduino/issues/8#issuecomment-356506615 Can you accept this PR so I can take advantage of the USB detach functionality.
Hello all authors, I tried to connect USB modem to send AT Commands and the problem I'm facing that when I use `serial.registerReadCallback` after `serial.open` it's receiving unlimited of buffers...
**Describe the bug** I try to connect the board,but the baud rate 57600 is not supported. because my board is set to be baud rate 57600 `var openSe = document.getElementById('openSe');...
When I try to open a serial connection with `serial.open({baudRate:57600}, sCallback, eCallback)`, the entire app crashes. This is the error it prints to the ADB log: ``` 08-03 06:01:27.594 28970...
Hey, I'm trying to write something from my android app to the payment terminal iWL250. Application should send json with data and then terminal prints something. ``` serial.requestPermission({ vid: '079B',...
Working on an app that copies files from the device to a thumb drive. Cordova plugin file doesn't seem to work for this in Marshmallow and Pie, and I was...
Hello, I've been using/implementing your plugin for quite a some while now. I've successfully permitted my device using the vendor and product id, But everytime I try to open the...