BlueFletch / cordova-bluebird-api

This is a Cordova/Phonegap plugin to interact with the BlueBird ruggedized devices' Barcode Scanners and Magnetic Stripe Readers
8 stars 12 forks source link

Cordova bluebird BM180 #1

Open JKiing opened 9 years ago

JKiing commented 9 years ago

Hey guys!

I develop a mobile application on cordova , I deployed it on my device(Bluebird BM180) , I tried to take control of the laser by clicking a button using the bluebirdBarcodeScanner.softScanOn () function, but it does not work the laser. I wonder if it's not compatible with my version Bluebird BM180 .

Please help! any ideas?

Thank you in advance for your answers

blakebyrnes commented 9 years ago

Hi JKiing, Are you seeing anything register/work on the device? Bluebird has had a couple different scanning SDKs, and I don't think we've tested the plugin on a 180 yet. A couple quick questions: 1) Maybe dumb, but do you have an Android device? The current plugin only supports Android. 2) Have you verified scanning works through the included Scanner apps?

If both of those are true, did you happen to get any documentation on the barcode scanner SDK for your device?

JKiing commented 9 years ago

Thanks to your answer! I tried to scan using "BB_ScannerSampleApp" the application by default of bluebird BM180, the scan is done successfully. 1)Could u get me the source code of BB_ScannerSampleApp?
if I can not take control of the laser BM180 with my application develop on cordova to scan, I would develop a native application by use of the source code BB_ScannerSampleApp.

thank you in advance for your answer! JKiing Date: Thu, 26 Feb 2015 06:32:28 -0800 From: notifications@github.com To: cordova-bluebird-api@noreply.github.com CC: fjk19828@hotmail.com Subject: Re: [cordova-bluebird-api] Cordova bluebird BM180 (#1)

Hi JKiing,

Are you seeing anything register/work on the device? Bluebird has had a couple different scanning SDKs, and I don't think we've tested the plugin on a 180 yet. A couple quick questions:

1) Maybe dumb, but do you have an Android device? The current plugin only supports Android.

2) Have you verified scanning works through the included Scanner apps?

If both of those are true, did you happen to get any documentation on the barcode scanner SDK for your device?

— Reply to this email directly or view it on GitHub.

blakebyrnes commented 9 years ago

I’m not sure if you can get the source to that application. I would try to get an account to BlueBird’s member site and poke around in there. I know they have sample apps and SDK references there.

http://www.mypidion.com/service/service.asp?bmenu=4 http://www.mypidion.com/service/service.asp?bmenu=4

On Feb 26, 2015, at 11:52 AM, JKiing notifications@github.com wrote:

Thanks to your answer! I tried to scan using "BB_ScannerSampleApp" the application by default of bluebird BM180, the scan is done successfully. 1)Could u get me the source code of BB_ScannerSampleApp? if I can not take control of the laser BM180 with my application develop on cordova to scan, I would develop a native application by use of the source code BB_ScannerSampleApp.

thank you in advance for your answer! JKiing Date: Thu, 26 Feb 2015 06:32:28 -0800 From: notifications@github.com To: cordova-bluebird-api@noreply.github.com CC: fjk19828@hotmail.com Subject: Re: [cordova-bluebird-api] Cordova bluebird BM180 (#1)

Hi JKiing,

Are you seeing anything register/work on the device? Bluebird has had a couple different scanning SDKs, and I don't think we've tested the plugin on a 180 yet. A couple quick questions:

1) Maybe dumb, but do you have an Android device? The current plugin only supports Android.

2) Have you verified scanning works through the included Scanner apps?

If both of those are true, did you happen to get any documentation on the barcode scanner SDK for your device?

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/BlueFletch/cordova-bluebird-api/issues/1#issuecomment-76215828.

JKiing commented 9 years ago

Okay thanks for your helps!