Create Program For EVC

danics
Hi every body i m need a manual for creating program with EVC and mini2440
BSP for my device?

i need create a kernel program for connecting to serial port for my main
application, i want to use this library for my c# application whats the
best way for creating this kernel?

thanks a lot.

BetterAdapted
EVC is not the route for kernel 

suggest u start here:

Follow the normal route for BSP building - many threads show u this
allready - stick with ce 6.0

once you have that look at the serial drivers in:
C:\WINCE600\PLATFORM\Mini2440\SRC\DRIVERS\Serial

develop ur app or kernel driver from there...

danics
i want create a Serial Port application with C# for now, until i can
download Platform Builder or Buy it,i m using System.IO.SerialPort but for
some devices i cant receive any data however my BaudRate and another
settings is correct, so i thought may be SerialPort Driver in my WINCE 6.0
have problem.

Now Do i Create this application using of DeviceIoControl function? maybe
my problem solve in this way.

thanks a lot.