1

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS.

I want to add an option that can take a text file (.pdf, .txt, .docx, etc) from a "openFileDialog" component and send a print command to a PCL Laser via network or bluetooth to print the document.

I don't know where to start. Can any one help me with this !?!!!

Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44

2 Answers2

1

Open port 9100 on the printer and send the data. Otherwise, start an LPR session over 515.

Douglas Anderson
  • 4,652
  • 10
  • 40
  • 49
0

I think this one should help :

Smart Device Print Engine for Compact Framework

Mohamed Jihed Jaouadi
  • 1,427
  • 4
  • 25
  • 44