Printing label from TC25 (7.1.2 Android) to ZD620 (Bluetooth LE) via Xamarin Forms

// Expert user has replied.
H Henryk L. 2 years 6 months ago
117 12 0

Our goal is to print labels (ZPL) from TC25 (7.1.2 Android) to ZD620 (Bluetooth LE) via Xamarin Forms.

Unfortunatly nothing works. Some demos don't even find the printer (Tried even the BLE Demo on Android in Android Studio). Plus the SDKs are years old.
The biggest ironie is, your "Printer Setup Utility" App finds/discovers the printer and successfully prints the "Test" label. Your SDKs don't.
Do you have the source code for the "Printer Setup Utility" app?

Do you have a current example on how to accomplish this task?
We need a bluetooth solution for some remote location without network access.

Please register or login to post a reply

12 Replies

S Steven Si

There is a developer demo app that comes with the release of the Link-OS SDK for Android. It's called ZSDK_DemosAndroid, which is in a subfolder under the installation path, i.e. link_os_sdk/android/v2.14.5198/demos/androidstudio/ZSDK_DemosAndroid.zip. Just unzip the ZSDK_DemosAndroid.zip and open it in Android Studio. It should compile and run on TC25. You can also install the apk file that comes with the SDK release - link_os_sdk/android/v2.14.5198/demos/release/DeveloperDemo_Android-debug.apk directly on TC25.

For the developer demo of Link-OS SDK for Xamarin, it's in link_os_sdk/PC-.NET/v2.15.2634/demos_xamarin fold. You can find the source code and the apk files in the Source and the Release folder respectively.

H Henryk L.

I tried the APKs. They don't work. The ZD620 isn't discovered via Bluetooth LE.
Connecting the printer to the local network, the apps work. However, like I mentioned it, we need the Bluetooth connection.

Even PrintConnect (from the Play Store) doesn't find the printer via Bluetooth LE.
Only Printer Setup Utility (from the Play Store) works. The printer gets discovered and a test label can be printed.

What can be done?
Does anybode have a current Xamarin Forms (version 5; .NET Standard/Code) example?
We really need just to send simple ZPL code via Bluetooth LE from an Android device.

S Steven Si

First of all, in factory default, the Bluetooth Classic on ZD620 is undiscoverable, but the Bluetooth LE is discoverable. The developer demo (and its *.apk file) does not use BLE and won't be able to discover the Bluetooth Classic if the ZD620 is still in factory default. You will have to make the Bluetooth Classic discoverable first.

The Printer Setup Utility app can discover both Bluetooth Classic and BLE, if the Bluetooth is enabled and the Classic is discoverable.

The PrintConnect app doesn't use BLE. I think the ZD620 is still in it's factory default. That's why the PrintConnect cannot discover the printer. You can use the Printer Setup Utility app to make the Classic discoverable via the Connectivity feature in the app.

I don't we have BLE Xamarin demo. But the BLE demo in the Link-OS Android BTLE SDK should work. There is also a BLE demo for iOS on the GitHub.

H Henryk L.

Thank you for your replay, however...

Are you sure the ZD620 has a classic bluetooth radio?

I tried to switch it to "classic" or "both" via the windows "Zebra Setup Utilities" app. Didn't work.
I also tried it via ZPL code: ! U1 setvar "bluetooth.le.controller_mode" "classic". Didn't work ether.

It always stays on "le".

S Steven Si

Could you run the following SGD command via the Zebra Setup Utilities for Windows and share the output, so that we can be sure whether your ZD620 has Bluetooth classic or not. We can also see how Bluetooth is configured.

! U1 getvar "bluetooth"

 

H Henryk L.

Result of ! U1 getvar "bluetooth":

bluetooth.
bluetooth.discoverable : on , Choices: on,off
bluetooth.friendly_name : Zed620
bluetooth.version : 1.4.1.0
bluetooth.date : 05/25/2016
bluetooth.local_name : Zed620
bluetooth.address : 48:70:1E:86:D2:EB
bluetooth.bluetooth_pin : *
bluetooth.short_address : 48701E86D2EB
bluetooth.radio_version : 4.0
bluetooth.enable : on , Choices: on,off
bluetooth.connected : no
bluetooth.minimum_security_mode : 1 , Choices: 1,2,3,4
bluetooth.connected_security_mode : nc
bluetooth.bonding : on , Choices: on,off
bluetooth.clear_bonding_cache
bluetooth.enable_reconnect : off , Choices: off,iOS_only
bluetooth.allow_non_display_numeric_comparison : off , Choices: off,print,no print
bluetooth.le.
bluetooth.le.controller_mode : le , Choices: le
bluetooth.json_config_channel_enable : on , Choices: on,off
bluetooth.page_scan_window : 60 , Choices: 15,60
bluetooth.power_class : 2 , Choices: 2-2

S Steven Si

The output confirms that this ZD620 printer only has the Bluetooth LE. See the line in the output below. This ZD620 doesn't have the classic.

bluetooth.le.controller_mode : le , Choices: le

H Henryk L.

So back to square one.

Why does the "Printer Setup Utility" App (from the Play Store) works via Bluetooth LE, but not the Xamarin SDK or Print Connect App and so on.
Zebra seemingly has Bluetooth LE source code, but it's not public in the SDK.

Will Zebra update the old SDK? Or maybe post the source code of the "Printer Setup Utility" App?

S Steven Si

Bluetooth LE on the printer is designed to be used for the printer configuration, i.e. used for sending the configuration commands to the printer. It's not designed for handling the print jobs, because of its low data rate. Therefore, the Printer Setup Utility app works with Bluetooth LE, but the PrintConnect app doesn't work with Bluetooth LE. This is because the PrintConnect app is not used for printer configuration. The Link-OS SDK for Xamarin doesn't support Bluetooth LE yet, therefore, the Xamarin developer demo doesn't work with Bluetooth LE. We have requested the engineering team to add the LE support in Xamarin SDK. However, the request has not been prioritized yet.

If you want to use Bluetooth LE in your Xamarin project, I'd suggest to use the Link-OS SDK for Android-BTLE as the base and bridge it from Xamarin through the Java library binding for the time being. 

H Henryk L.

Thank you for the clarification.

If Bluetooth LE on Zebra printers isn't designed for productive usage (printing dozen labels during the day), then we need to change the printer model ;-)
We don't need to force it with the ZD620.

H Henryk L.

Can you recommand zebra printers with bluetooth classic and compatibility to xamarin forms (android) similar to the ZD620?

S Steven Si

A comparable model to ZD620 is ZD420. Both are 4" printers and have the Wi-Fi & Bluetooth Classic as an option. When you make a purchase, you can check if the Wi-Fi & Bluetooth Classic is already installed. When place a pre-order, you can require the Wi-Fi & Bluetooth Classic to be installed at the factory. Both ZD620 & ZD420 are excellent quality printers. but ZD620 has a faster print speed. If the print speed is not a concern, I would go with ZD420. Please check out the spec of ZD600 Series & ZD400 Series for more info.

CONTACT
Can’t find what you’re looking for?