Marcin Kopa

Results 9 comments of Marcin Kopa

I spent all day on this problem - to no avail. From my POV this plugin is broken and needs to be fixed. Every time, no matter if I use...

@alaeddinezaghdoud I am using capacitor.js to build an android application. I removed cordovarduino from package.json dependencies. Then: ```bash $ rm -rf node_modules $ npm i $ npm i cordova-plugin-serial $...

@alaeddinezaghdoud That's why I wrote the wrapper. I don't create applications in Ionic on a daily basis, but I needed to write an application to support some device. I didn't...

I strongly do not recommend using the Cordovarduino library for the following reasons: 1. for incomprehensible reasons the author uses a statically linked library "usb-serial-for-android" (instead of adding it as...

@xseignard please don't get so upset. This library is listed as official on the Ionic framework project website https://ionicframework.com/docs/native/serial). The libraries that the author ignores are really detrimental to the...

Hi @filipppp it should work identical to the documentation, with a small change if you want to use my fork: ```bash $ npm install mkopa/cordovarduino $ npm install @ionic-native/serial $...

Unfortunately, the first recognized device will be selected. https://github.com/xseignard/cordovarduino/blob/2bbdc45e339d676b7a3267f75ed9ac43d9fcfbef/src/android/fr/drangies/cordova/serial/Serial.java#L230 You can try to use "Serial.java" file as a template and write your code to support multiple USB devices. The library...

I bought the Mini 2 knowing that there was no SDK, but I read that there is supposed to be one soon. The worst part is DJI ignoring users and...

line 69: return next(new UnauthorizedError('credentials_bad_format', { message: 'Format is Authorization: Bearer [token]' })); check your code..