How can i send data from the ppc to zebra printer while using bluetooth I've tried to send data with a bluetooth chatprogramma but i get the error sending message on
client.Connect(
New BluetoothEndPoint(CType(cboDevices.SelectedItem, BluetoothDeviceInfo).DeviceID, ServiceName))the specific error is : no connection could be made because target machine actively refused it...

Bluetooth printer
cwolf
Timothy Chan
Using Fieldsoftware.com (which u have to pay for)
or else using CPCL (which is free) with the zebra printer
anonjj
Yes, using FieldSoftware.
-Jeroen Boiten
Steven Dixon
Printing is not a native, supported feature of the Pocket PC platform.
I'm using this for printing on a bluetooth extech 2500: http://www.fieldsoftware.com/PrinterCE_NetCF.htm for an application that is used by conducteurs in trains in the north of the Netherlands (http://www.pay2day.nl (dutch site))
- Jeroen Boiten
burrrrrhaannnn
Imports
FieldSoftware.PrinterCE_NetCFPublic
PrinterCE As PrinterCE PrinterCE.DrawPicture(Path.Combine(Global.ApplicationPath, "image.bmp"), 0.0, 0.2, 1.5, 1.5, True)CyberLiu
No i don't use fieldsoftware i use the bluetoothchatprogramma that i modified. I just can print text no barcodes and no images does anyone now how i can send zpl codes to the zebra
Mr. Howe
Have a look at FieldSoftware they have a full print package I use it to print to any printer I need via a blutooth printserver on the printer. And yes have used the Zebra 600 with ZPL
Slim
xxxmpsxxx
l_BTClient.Connect(New BluetoothEndPoint(BluetoothAddress.Parse("00:03:7A:25:2D:F9"), BluetoothService.SerialPort))
this is what i use to connect to the zebra printer.
I have not tried to send files to the printer, i only send ASCII to be printed
Eva Pierce Monsen