Micro Thermal Printer on WinCE 5.0 Mini2440

PoliTena
Hello to everyone, does any one here know how to interface Brightek Micro
Thermal Printer via Serial Port since WinCE 5.0 here has no "Add Printer"
in the Control Panel?


Thanks in advanced.

Abuda
you must interface direct, open a serial com and send commands or text.

PoliTena
Hello Abuda thanks for respond, but i have one problem with this image
(WINCE5.0) cause there no serial com (application) here that's why i cant
make it...

Voodoo
Use the SerialPort class? There are a number of serial ports on board which
I believe are supported under CE.

Abuda
Poli,

You have to write your own software.
Create a new project in visual studio and use the serial port control.