I have two Zebra Bluetooth Printers, a MZ220 and iMZ220. The "only" thing I would do, is to print text with a Windows IoT System on a Raspberry Pi 2. Nothing more ;)
Example:
Line1 " Hello World"
Line2 "---------------"
Line3 "Date:01.01.2016"
Line4 "Time: 18:00"
The USB Bluetooth Adapter BTA-403 from ORICO, I guess works well. With the Explorer I can connect to the Printer. But, what next? How do I connect to the Printer? How do I say to the Printer print "Hello World!"
Thanks!
These printers are using Bluetooth like a serial port aka SSP profile.
First, you'll have to edit your app manifest and add a new device capability
You can get the paired printers like this
Once you identified the right printer, you can open the connection
You should be able to send then information like this