don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
951 stars 606 forks source link

Send data via Ymodem over Bluetooth #252

Closed zabojad closed 8 years ago

zabojad commented 8 years ago

Hi @don !

It might not be the best place to ask this question but I need to implement a little app that can update a PCB firmware with the Ymodem protocol over Bluetooth. Is this something possible with this plugin ? Or with another one of the BT Cordova plugins you've produced ?

Thanks in advance for your inputs...

zabojad commented 8 years ago

I've found this lib that manages the YModem / XModem protocol.

Do you think it would be feasible to wrap its output in a Bluetooth stream?

don commented 8 years ago

If you want to send modem commands over BLE, this plugin should work. If you're sending over Bluetooth Classic on Android, try https://github.com/don/BluetoothSerial.

The Cordova plugins will get you a connection to the hardware, hopefully you can get the Ymodem library to give you commands to send over that connection.