See the Readme for full compatibility information.
I want to...
How to include the ZSDK libraries in your Visual Studio 2008 project
Tips for developing with this SDK...
- Print over TCP/IP
- Print over Bluetooth(R)
- Print over Serial (RS-232)
- Print over USB
- Create and print formats
- Send files to the printer
- Query printer status
- Print graphics
- Read a magnetic stripe
- Find more information
How to include the ZSDK libraries in your Visual Studio 2008 project
- Right click on your project and select "Add Reference..."
- Click on the "Browse" tab
- Select the ZSDK_API.dll and ZebraBluetoothAdapter.dll files (the default path is "<install_path>\windows_mobile_ce\<version>\lib")
Tips for developing with this SDK...
- Bluetooth(R) discovery returns all devices found, not just Zebra printers
- If attempts to connect via Bluetooth(R) fail, manually connect to your printer, and use the Serial port communication instead. See the readme.html for more information
- To access files on a Windows Mobile(R) device, use a Windows file path to refer to the file. See FileUtil for an example
- Some Mobile printers (including the MZ series printers) will not communicate over Bluetooth(R) if the printer is in an error state
- Only Mobile printers are available with built-in magnetic card readers. See MagCardReader
- The ZebraLink Multiplatform SDK supports printing from Windows CE devices via a USB connection to ZPL-based Tabletop, Desktop and Kiosk printers
Namespaces
Namespace | Description |
---|---|
ZSDK_API.ApiException | Contains exceptions used by the API. |
ZSDK_API.Comm | Contains classes that provide connections to Zebra printers. |
ZSDK_API.Comm.Internal.ZebraUSB | |
ZSDK_API.Discovery | Contains classes that are used for discovering Bluetooth(R) and network printers. |
ZSDK_API.Printer | Contains classes that provide operations on Zebra printers. |
ZSDK_API.Sgd | Contains classes that provide SET-GET-DO operations on Zebra printers. |