Code Monkey home page Code Monkey logo

Not an official Zebra source's Projects

android_card_isv_1rs icon android_card_isv_1rs

Focused on developing a simple app in Android by using our new Android SDK for ZC100/300 card printers. This basic app will have two activities, one to control and manage the TCP communication, and the second one to control the USB communication.

android_setgetdodemo icon android_setgetdodemo

Set-Get-Do commands allow you to configure the settings on printers. This app demos how to use SGD commands to get and set the configuration variables of the printer using the Zebra Link-OS SDK.

android_signaturecapturedemo icon android_signaturecapturedemo

This app demos how to capture a signature in an Android application and then print it to a Zebra printer via Bluetooth or TCP/IP using the Zebra Link-OS SDK.

connectandprintoverip icon connectandprintoverip

This sample application demonstrates how to use the Link-OS SDKTM to connect an Apple® mobile device to a Zebra printer via TCP/IP and print a sample label.

linkos-android-samples-connectivitydemo icon linkos-android-samples-connectivitydemo

An app developed using the Android SDK, is designed for any handheld device that runs on Android Version 4.1 or newer. Demos how to connect to printers over Bluetooth and TCP/IP connections using new Zebra Link-OS SDK. The application prints a label on successful connection.

linkos-android-samples-defaultprinterdemo icon linkos-android-samples-defaultprinterdemo

An app developed using the Android SDK, is designed for any handheld device that runs on Android Version 4.1 or newer. Demos how to use the Zebra Link-OS SDK to perform a factory default on a Zebra printer and shows the printer connected via Bluetooth to a device running the Android OS.

linkos-android-samples-determineprinterlanguageandstatus icon linkos-android-samples-determineprinterlanguageandstatus

An app developed using the Android SDK, is designed for any handheld device that runs on Android Version 4.1 or newer. Demos how to determine the printer’s language and status of the printer over Bluetooth or TCP connection using new Zebra Link-OS SDK. The application displays the printer’s language and printer status on successful connection.

linkos-android-samples-listformatsdemo icon linkos-android-samples-listformatsdemo

An app developed using the Android SDK, is designed for any handheld device that runs on Android Version 4.1 or newer. Demos how to connect to printers over Bluetooth and TCP/IP using the Zebra Link-OS SDK and then list the stored printer formats or files on the Android Device.

linkos-android-samples-pdfprint icon linkos-android-samples-pdfprint

An app created using the Android SDK and Zebra’s Link-OS Multi-Platform SDK (version 2.11), was developed for devices running Android 4.4 or newer. Demos how to print a PDF on a printer with a PDF Virtual Device installed. The app allows you to select a printer connected via Bluetooth and any PDF file stored on the device.

linkos-android-samples-printrotatedimage icon linkos-android-samples-printrotatedimage

An app developed using the Android SDK, is designed for any handheld device that runs on Android Version 4.1 or newer. Demos how you to select a rotation angle for an image taken by a camera or from an image gallery, and then print it over Bluetooth or TCP connection using new Zebra Link-OS SDK.

linkos-android-samples-retrievingmagneticcardtracks icon linkos-android-samples-retrievingmagneticcardtracks

An app developed using the Android SDK, is designed for any handheld device that runs on Android Version 4.1 or newer. Retrieves the tracks from a magnetic card swiped on a Zebra printer with a magnetic stripe reader.

linkos-android-samples-sendfiledemo icon linkos-android-samples-sendfiledemo

An app developed using Android Studio with the Android SDK - is designed for any handheld device that runs on Android version 4.1 or newer. Demos how to send a test file to which uses Zebra Link-OS SDK to print it over Bluetooth or TCP connection.

linkos-android-samples-tapscanconnecttcpbt icon linkos-android-samples-tapscanconnecttcpbt

An app developed using Android Studio, is designed for any handheld device that runs on Android version 4.0 or newer. Demos how to connect to printers over both Bluetooth and TCP/IP connection by scanning or entering a Bluetooth MAC address, WIFI MAC Address, IP Address, or performing a NFC touch action.

linkos-androidcard-samples icon linkos-androidcard-samples

Java based sample code for developing card printing and encoding apps on Android. The demos in this repository are stored on separate branches. To navigate to a demo, please click branches.

linkos-ios-samples-connectandprintoverip icon linkos-ios-samples-connectandprintoverip

An app developed using Xcode 3.2.4 on Mac OS X 10.6.5 using the Link-OS SDK. Demos how to use the Link-OS SDKTM to connect an Apple® mobile device to a Zebra printer via TCP/IP and print a sample label.

linkos-ios-samples-zebraprinternfcdemo icon linkos-ios-samples-zebraprinternfcdemo

Demos how to read the NFC tags on Zebra mobile printers and how to pair with Bluetooth Classic or connect Bluetooth Low Energy, without going through the settings on the iOS device.

linkos-ios-samples-zebraprintersbledemo icon linkos-ios-samples-zebraprintersbledemo

This sample shows how to transfer data from an iOS device in CoreBluetooth Peripheral Mode to another in Central Mode, by using a CBCharacteristic on the Peripheral side that changes its value.

linkos-windowsmobilece-samples-bluetoothdiscoverydemo_c- icon linkos-windowsmobilece-samples-bluetoothdiscoverydemo_c-

An app developed using MS Visual Studio 2008 with the Windows Mobile 6 SDK. The application is designed to run on Windows Mobile 6.1 and requires .NET Framework 3.5. Demos how to discover and connect to nearby Bluetooth devices (all available devices) from a Windows Mobile environment using the Zebra Multiplatform SDK.

linkos-windowsmobilece-samples-bluetoothdiscoverydemo_vb.net icon linkos-windowsmobilece-samples-bluetoothdiscoverydemo_vb.net

An app developed using MS Visual Studio 2008 with the Windows Mobile 6 SDK. The application is designed to run on Windows Mobile 6.1 and requires .NET Framework 3.5. Demos how to discover and connect to nearby Bluetooth devices (all available devices) from a Windows Mobile environment using the Zebra Multiplatform SDK.

linkos-windowsmobilece-samples-imagerotatedemo_c- icon linkos-windowsmobilece-samples-imagerotatedemo_c-

An app developed using MS Visual Studio 2008 with the Windows Mobile 6 SDK. The application is designed to run on Windows Mobile 6.1 and requires .NET Framework 3.5. Demos a GUI example of how to print a rotated version of an image file to a Zebra mobile printer via Bluetooth from a Windows Mobile environment using the Zebra Multiplatform SDK.


linkos-windowsmobilece-samples-printerdefaultdemo icon linkos-windowsmobilece-samples-printerdefaultdemo

An app developed using Visual Studio 2008 with Windows Mobile 6 SDK. Designed to run on Windows Mobile 6.1 and requires .NET Framework 3.5. Demos how to use the Zebra Multiplatform SDK to do a factory default on a Zebra printer connected via Bluetooth to a Windows Mobile device. This application only works with ZPL and CPCL printers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.