Built-in CE 6.0 USB Printer Driver

I am going to write a USB printer driver for Windows Embedded CE 6.0. But I don’t know where to start. Now I installed VS2005, patches WinCE6.0, VS2005 Team Suite SP1, Platform Builder SP1, R2, R3.

Tell us how to start writing a driver, be it from VS 2005. In which application I'm going to write a driver application. How to use the Builder platform, how PB helps me write a USB driver.

I have a Win CE 6.0 device with me. Plz help me.

pcl.dll does not work for this device. Plz tell me how to write a driver, steps for it.

+3
source share
1 answer

If you want to connect the printer to your CE device, start from the source found on your PC at:

C:\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USB\CLASS\PRINTER

, CE , , , :

C:\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USBFN\CLASS\UFNPRN

BSP ( ), , /sysgen/makeimg . , , .

+2

All Articles