Bluetooth printing

  • Thread starter Thread starter Simone
  • Start date Start date
S

Simone

Hallo Guys.

Any suggestion for develop a printing program with a bluetooth printer in
C#?

Guide/Manual/Link?

OpennetCF?

Thanks in advance.

Simon.
 
Simon,

You can use the SerialPort class in CF 2 to write to any serial port
including the ones bluetooth printers are paired with. What you write
depends on the particular printer.
 
Back
Top