Manual for Zebra Scanners
Zebra Symbol CS4070 Product information
Zebra DS3670 Product information
Connecting the Zebra DS3678 scanner
To successfully connect to Zebra DS3678 to Gonector please follow instructions below.
- If previously paired, go to system Settings->Bluetooth and unpair DS3678
- Scan the "Reset Factory Defaults" barcode below
- Scan the "SSI BT LE" barcode below to pair
- Call Gonector_Get("devices") or Gonector_Get("devices" ; "ZebraScanner") plugin function to get device_name of your scanner
- Call Gonector_Connect(device_name) to connect to your scanner
Connecting the Zebra Symbol CS4070 scanner
To successfully connect to Zebra CS4070 to Gonector please follow instructions below.
- If previously paired, go to system Settings->Bluetooth and unpair CS4070
- Scan the "Reset Factory Defaults" barcode below
- Scan the "Bluetooth MFi-SSI" barcode below to pair
- Go to system Settings->Bluetooth and pair CS4070 device
- Call Gonector_Get("devices") or Gonector_Get("devices" ; "ZebraScanner") plugin function to get device_name of your scanner
- Call Gonector_Connect(device_name) to connect to your scanner
Solving issues with Zebra scanners
- Device is paired with iOS, but function Gonector_Get("devices") does not return device:
Zebra scanners use special protocol for communication, which has to be specified in your app. Into the .plist file of the project in Xcode, add new Row with the value "Supported external accessory protocol" and add the Strings:
- com.zebra.scanner.SSI
- com.motorolasolutions.scanner
- com.motorolasolutions.CS4070_ssi
- com.zebra.scanner.CS6080_ssi
Apple App Store Requirements
If you build an app for MFI Zebra Scanner device and are going to distribute your app on the App Store, you will need to register the app with Zebra in order to obtain MFi Authorization
You can do so through the Zebra website at https://www.zebra.com/content/dam/zebra/product-information/en-us/brochures-datasheets/software/ios-app-whitelisting-faqs-sheet-a4-en-us.pdf. Zebra will provide you with an identification number (PPID) that you have to include in review notes when submitting your app
Enable/Disable Beep
To enable beep when barcode is decoded scan code below:
To disable beep when barcode is decoded scan code below:
Other configuration codes can be found in user manual for your device