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
8
votes
1 answer

"The application bundle does not contain a valid identifier" error after installing socket mobile scan api sdk

After installing Socket Mobile Scan Api Sdk via cocoa pod, I couldn't run on real device anymore. I noticed the sdk include "Resources" group. But I couldn't able to run the project on real device even after renaming and deleting the "Resources"…
cloudy45man
  • 391
  • 2
  • 19
3
votes
1 answer

EAAccessoryManager notifyObserversThatAccessoryDisconnectedWithUserInfo crashes

My application is crashing randomly while connecting to socket mobile reader it gets disconnected for an unknown reason and it throws the following exception: Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000066120beb8 0 …
Rita Azar
  • 701
  • 1
  • 5
  • 14
3
votes
3 answers

SocketScan Getting the Battery Level in Swift

Whatever I seem to try I cannot currently get back the Battery level from the iOS/SocketScan API. I am using version 10.3.36, here is my code so far: func onDeviceArrival(result: SKTRESULT, device deviceInfo: DeviceInfo!) { …
Dave
  • 351
  • 4
  • 18
3
votes
2 answers

Android 5.0.2 web view password field does not post password actually typed

I have a simple web page that has a username and password field. If I fill out the username and password field and use the "GO" button on the keyboard the data posts correctly to the server. But if I don't use the keyboard's GO button and click the…
Chris Muench
  • 17,444
  • 70
  • 209
  • 362
2
votes
1 answer

Unable to build ScanApiSdk with error ScanApiHelper.h file not found

I am attempting to add in the Socket Mobile ScanApiSdk into my project but it is failing to build with the error 'ScanApiHelper.h' file not found. I have installed it into my project workspace using the CocoaPods method. Unzipped the SDK into a…
count_blah
  • 23
  • 3
2
votes
0 answers

ios - SocketMobile SocketScan -[AccessoryMonitor CheckForChanges:] NSRangeException

I have integrated with Socket Mobile scanners using the ScanApiSDK (v 10.2.227). We received a crash log on -[AccessoryMonitor CheckForChanges:] which seems to be part of the SDK. Has anyone experienced this before? What would be the best way to…
Andy
  • 21
  • 1
2
votes
2 answers

How to connect to multiple SocketMobile Scanner (CHS 7Mi) at the same time in SPP Mode (C# Windows Forms, Socket ScanAPI SDK 10)

Is there a way to connect to multiple scanners at the same time in SPP Mode? I am using the Socket ScanAPI SDK 10 (the ScanApiHelper class) in a C# Windows Forms Project as host. I changed the serialport setting from ScanAPI to e.g.…
mos
  • 31
  • 2
1
vote
3 answers

How to use UWP PointOfService API for SocketScan D700 in SPP mode

When I pair a SocketScan D700 via Bluetooth to a Windows 10 (1803/17134.286) desktop computer in SPP mode, then the barcode scanner is listed in "Other devices" in the settings menu "Bluetooth & other devices". According to Terry Warwick this…
Jasper
  • 444
  • 3
  • 19
1
vote
1 answer

Unable to get socket scan api to work with oreo 8.1

if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.LOLLIPOP_MR1) { // Do this for phones running an SDK before lollipop _hostBluetoothAddress = bluetoothAdapter.getAddress(); } else { _hostBluetoothAddress =…
Mark
  • 190
  • 1
  • 11
1
vote
1 answer

How to disconnect/stop scanning of Socket Mobile scanner using API?

In my app Socket Mobile Scanner is integrated to scan inventory items, my requirement is to stop scanner's scanning until the app search/check items existence. If the recent items is not valid item, Scanner should stop scanning. I used below code…
Nijar
  • 81
  • 1
  • 9
1
vote
0 answers

Problems generating #FNI programming barcode on screen in Android

I want to generate a Bluetooth initator command barcode in the following format (#FNIaabbccddeeff#) on screen in Android, to automate the paring process. I'm using zxing library to generate this in Code128 format. The scanner refuses to understand…
Inge Rune
  • 11
  • 2
1
vote
1 answer

Socket Mobile and Web Bluetooth

Hey Socket Mobile team, I was wondering if you have plans on integrating with Web Bluetooth. I've tried connecting to my Socket Mobile D750 from chrome://bluetooth-internals on Chrome version 59.0 but I'm getting an error that says…
russelh15
  • 51
  • 3
1
vote
1 answer

iOS app crashes after adding ScanAPISDK

I am trying to integrate socketscan SDK with my objective C iOS app. I downloaded scanapisdk, made a copy of scanapisdk inside my project main folder. I Added the files and library references to the Xcode project. compiled and build the app. run it…
AyPro
  • 21
  • 4
1
vote
1 answer

SocketMobile Scan Data in SPP mode

I'm using a SocketScan Mobile scanner in SPP mode. When I read the scanned data I get a Unicode prefix/suffix appended to the barcode text (which does not appear to be encoded in Unicode). I've set the scanner to "data as is" mode, using the No…
Los2000
  • 54
  • 8
1
vote
1 answer

ios - SocketMobile SocketScan Keyboard problems

I have implemented this scan API just recently and am running into some problems with keyboard. The bar code does not populate into the desired UITextField object unless I have that text field selected. Also, while the scanner is connected to my…
Abdul91
  • 708
  • 5
  • 16
1
2 3 4