Serial on WinCE (TTL)...

ELCouz
Hi,

As we all know COM1 (real rs232 connector on the mini6410) is unusable on
windows ce (reserved for debug)...


My question is the TTL serial connector (CON1) which have other signals RTS
CTS is it the same as the DB9 connector? Or it is independent?

I need the Request To Send signal for my RS485 chip!

best regards,
laurent

ehsan
hi
I want to write and compile my own program on mini6410 in winCE it
communicate with serial port, i was download wince-examples from:
http://www.friendlyarm.net/dl.php?file=wince-examples.zip
and try to compile original project with visual studio2005 & visual studio
2008 and also visual studio 6.0 but non of them cant compile it and male
some error please tell me this projects write in wich version of VS. and
how can i convert them to new version,
when VS2008 try to convert it to new version it make some error.

Tanks,
Ehsan

dezso
You want to use Microsoft eMbedded Visual C++ !!!

Fernando
Hello ELCouz,
you are not totally right about that the serial port COM1 is unusable...
you can enable it for your app if you disable it in the OS as a debug
port... just search (I dont remember well where... options.h I think) for
the KITL configuration, and set KITL = NONE.
Hope it helps,
Regards