Questions tagged [socketscan]

The SocketScan Software Development Kit (SDK) enables developers to create custom applications with support for Bluetooth barcode scanners

The SocketScan Software Development Kit (SDK) enables developers to create custom applications with support for three types of barcode scanners:

  • Socket Bluetooth® Cordless Hand Scanner (CHS) Series 7 - Handheld Bluetooth barcode scanners provide commercial-grade rapid and robust barcode scanning
  • Socket Bluetooth® Cordless Hand Scanner (CHS) Series 8 - Small, thin and attachable Bluetooth barcode scanners optimized for one-handed use with smartphones.
  • Socket Bluetooth® Cordless Ring Scanner (CRS) Series 9 - Wearable barcode scanner that enables comfortable, hands-free data collection in high-velocity supply chain applications
49 questions
0
votes
1 answer

SocketMobile Scanner : How to detect barcode or QR get scanned?

I am using SocketMobile scanner 7Xi in SPP(Application Mode) for iOS app. I have integrated the scanapisdk SDK. On scanning Barcode or QR code below delegate is called : - (void) onDecodedDataResult:(long)result device:(DeviceInfo *)device…
Maulik
  • 19,348
  • 14
  • 82
  • 137
0
votes
0 answers

SocketScan cordova plugin for Android

I'm trying to adapt the SocketScan SDK (10.2.1.0) sample code code, SingleEntryApplication for android to create an Apache Cordova plugin. The SingleEntryApplication class is an Android application (android.app.Application). I'm trying to strip it…
jasonw
  • 1
0
votes
1 answer

Pairing issue when using SingleEntry (Android)

Socket Mobile SDK documentation states that the socket mobile scanner must be in "SPP" mode in order to work with the SingleEntry example. However, it seems that none of the Android phones i've tested recognize the device when in this mode for…
devHead
  • 794
  • 1
  • 15
  • 38
0
votes
1 answer

Is there a way to test SocketMobile integration without actual scanner?

I have Android and iOS React Native app that requires user to scan barcodes. I am now working on integration with SocketMobile scanner. Is there a way to test integration without actual scanner device? Maybe there's some kind of emulator?
0
votes
2 answers

How to integrate SocketMobile with React Native application?

I have Android and iOS React Native app that requires user to scan barcodes. For now we use device's camera for scanning, but there is a requirement to use handheld scanner. How do I integrate my application with SocketMobile scanner?
0
votes
1 answer

ios - SocketMobile SocketScan Carrier Name

I implemented socket scan API in iOS to scan and get the bar code and that seems to be working fine. I wanted to know if there is a way to find out the carrier name via the socket scan API ?
Abdul91
  • 708
  • 5
  • 16
0
votes
1 answer

In socketscan is there any plugin which is browser supported

In socketscan is there any plugin which is browser supported. I am developing web application in which there is barcode scanning, I am looking forward to socketscan.
Pvvd Prasad
  • 179
  • 1
  • 1
  • 8
0
votes
2 answers

Socket barcode scanner sdk crashing on reloading ViewController in iOS

I seem to be having some issues using the Socket ScanAPI in a multipurpose app. I'm using the single entry swift example code on GitHub, and the socket scanner and code works flawlessly when I present the VC used for scanning the first…
Nostradamus
  • 1,497
  • 3
  • 20
  • 34
0
votes
0 answers

Does the SocketScan API support discovery/pairing on iOS?

Using either the iOS SDK or SocketScan API would be fine for accomplishing the task of pairing a scanner. Does the Socket CHS 8ci support discovery from iOS?
Mark
  • 190
  • 1
  • 11
0
votes
0 answers

Issues connecting to Socket Mobile scanner using SDK and iOS 9.3

I'm having an issue with the scanner, not sure if it's my iPhone 6s, the iOS version 9.3 or the scanner in itself (Socket Cordless Hand Scanner 7Mi). I was able to integrate CocoaPods and the ScanApiSDK library, everything compiled correctly, then…
Santiago Bendavid
  • 961
  • 1
  • 9
  • 16
0
votes
1 answer

iOS - undefined symbols for architecture arm7, arm64

I looking at a older iOS project I haven't done anything with for a while and I need to update the SDK for a scanner so it is 64 bit. I added the files for the scanner kit (drag and drop) into the project but now when I build I get the error…
Steve
  • 1,903
  • 5
  • 22
  • 30
0
votes
1 answer

Unable to pair socket scanner

I'm using socket scanner model 8Qi and I'm not able to pair it with my device (moto G 5.0.2 and Samsung s5) I'm getting error code -27 and then -47. What I have till now included android and core packages of Zxing library in my sample…
Prachi
  • 2,559
  • 4
  • 25
  • 37
0
votes
1 answer

How to integrate Socket Mobile Scanner with Android App

I am trying to use Socket Mobile bluetooth scanner to scan the labels on product. I need to integrate this scanner within my Android app so that when scanner is connected then keyboard will not hide. In short, I need to connect scanner in SPP Mode…
hchouhan02
  • 948
  • 1
  • 8
  • 18
0
votes
1 answer

How to enable On Screen keyboard when Scanner is connected to the Mobile phone

If the scanner(Socket Mobile CHS Series 8 ) is ON and connected to the device the keyboard is not displayed as the input device becomes scanner. How can we handle this programmatically using Jquery as we need to show the device keyboard at some…
0
votes
1 answer

Using SocketScan SDK with C# Web Service

What I am trying to do is to call a web service using jquery (ajax json call) and use this SocketScan sdk in the web service (C# based web service). As, my Mobile App uses only Jquery so I have to make use of this Socketscan sdk in the web…