+ 1 for supporting Serial Api, I will help with Windows platforms (already have core functionality implemented[1]).
I've created a JS wrapper [2] around Lego EV3 Bluetooth transport protocol for Apache Cordova and we will host NASA Space App Challenge competition[3] here in Russia where students will use PhoneGap apps to control their robots. [1] https://github.com/sgrebnov/BluetoothSerial/tree/master/src [2] https://github.com/sgrebnov/cordova-plugin-ev3 [3] https://2014.spaceappschallenge.org/challenge/ -----Original Message----- From: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] On Behalf Of Brian LeRoux Sent: Thursday, March 27, 2014 8:51 PM To: dev@cordova.apache.org Subject: Re: [DISCUSS] Serial API Marcel: agree we need to audit the plugins vs current standards. Priority tends to sort itself out in the wash here as we see w/ David's comment. I'm finding the convergence of robotics and the web pretty interesting these days so I like the idea of giving the serial plugin love and would totally support making it 'core'. On Thu, Mar 27, 2014 at 10:21 AM, David Kemp <drk...@google.com> wrote: > I have been looking at a serial plugin for a personal project. > In my case I am looking at a chrome > api<https://developer.chrome.com/apps/serial>compatible version, which > is specifically for chatting with an Arduino using USB. The Arduino > incorporates the the FTDI or prolific usb-serial interface, so its a > bit like solution 2 in the link Marcel sent: > > https://code.google.com/p/android-serialport-api/wiki/android_to_rs232 > _guideline > > Not strictly related, but yet another standard... > > > > On Thu, Mar 20, 2014 at 7:54 PM, Brian LeRoux <b...@brian.io> wrote: > > > http://whatwg.github.io/serial/ > > >