WinCE Print SDK Manual
V 2.1.1
|
| If it is the first time that you use this system, please read this document carefully, in order that you can use it more expertly. Please let the PrintCE SDK to be entered one project, which is established by the eMbedded Visual C++, Visual Basic, Visual Studio 2003/2005/2008/2010 .Net Compact Framework. It will let you to develop a new process more quickly and expediently. |
| Main Document: |
|
|
- Printing DLL, namely PrintDLL.dll, it is similar with the driver of printing with the PC, customers need to copy this document under the systemic content (\Windows), and use the API, which is educed by the DLL. It may show the user-defined character, drawing (beeline, rectangle, rectangle with circinal angle, ellipse, round) and local image document. How will the customers use this document, it will be introduced in the function explanation.
- Enter the document of function head, namely Print.h, define DLL. educed function, configuration, enumerated type variable and else macro, customers let this document enter the project, which is established by customers. And use the LoadPrintLib at the proper place to load the DLL.
- Example Project, eVC, eVB, .Net example project will support the customer to develop the new application more quickly.
- Explanation document
|
Character:
|
|
|
- Applied Model
Pocket PC,Pocket PC 2002, Pocket PC 2003/SE, Windows CE .NET, Windows Mobile 5,Windows Mobile 6
- Simple and convenient installation.
- Enter the eMbedded Visual Basic and eMbedded Visual C++ and Visual Studio 2005/2008/2010, then print directly
- Print expediently
- Support to print vectorgraph, formatted text and image(BMP)
- Support to print Interleaved 2 of 5、Codabar, Code 39, 93, 128, EAN-8, EAN-13, UPC-A,UPC-E
|
User Manual: |
|
|
Working Mode: ASCII model and DC model
ASCII mode: Under this mode, printing driver just can send the standard ASCII character, control command and so on. Correlative educing function is shown by the function, which is prefixal ASCII, total is 5 units, they are ASCII_OpenPrinter, ASCII_ClosePrinter, ASCII_DirectData, ASCII_SelectPrinter, ASCII_SetComPortParam. If the customer need to the special printing effect, please refer to the document of development, according to the printer model. Under this mode, the printing speed is very quickly, but the printing effect will be different, because of the different printer mode.
DC Mode: It is similar with the working of printer driver with the PC, through a suit of standard printer driver to finish printing. Under this mode, the customers may see the same result with the original text. Of course, the driver need to send much more data, when the customers use the wireless transmission, please keep that the data channels is smoothly as possible as you can. And it can not be disturbed, when the signal is being transmitted. Meanwhile, the content need to be transmitted as small as possible.
|
| Usage Information: |
| |
| |
Copyright 2012 Beijing Spirit Technology Development Co., Ltd. |
| |
|
|