Search found 15 matches

by pub20
Fri Oct 15, 2010 6:00 am
Forum: WinCE Development
Topic: WINCE 6.0 BSP
Replies: 1
Views: 4054

Re: WINCE 6.0 BSP

Just recalibrate your touch screen and you'll get the board working cool
by pub20
Wed Mar 31, 2010 4:41 am
Forum: WinCE Development
Topic: 2440 baudrate problems
Replies: 6
Views: 2649

Re: 2440 baudrate problems

To get serial port work correctly under CE (c++ application) you have to fill on the DCB structure
by pub20
Thu Feb 25, 2010 4:52 am
Forum: WinCE Development
Topic: USB Driver Not Working for MINI2440
Replies: 4
Views: 2164

Re: USB Driver Not Working for MINI2440

Have you tryed to connect using serial interface?
If I am not mistaken you don't need the driver for this purpose
by pub20
Wed Feb 17, 2010 2:13 am
Forum: WinCE Development
Topic: httpd & ftpd problem
Replies: 6
Views: 2309

Re: httpd & ftpd problem

Change that line (; m_nTx < 2;) for for(; m_nTx < 1;) on method
int C_DM9000::DeviceSend(PCQUEUE_GEN_HEADER pObject)
by pub20
Thu Feb 11, 2010 3:42 am
Forum: WinCE Development
Topic: httpd & ftpd problem
Replies: 6
Views: 2309

Re: httpd & ftpd problem

error within the driver for dm9000
by pub20
Wed Feb 10, 2010 4:28 am
Forum: WinCE Development
Topic: httpd & ftpd problem
Replies: 6
Views: 2309

Re: httpd & ftpd problem

Problem solved!
by pub20
Tue Feb 09, 2010 1:11 am
Forum: WinCE Development
Topic: httpd & ftpd problem
Replies: 6
Views: 2309

Re: httpd & ftpd problem

It seems to be winsock problem, but I haven't found solution

Has any one faced the same situation?
Or any suggestions?
by pub20
Thu Feb 04, 2010 6:52 am
Forum: WinCE Development
Topic: httpd & ftpd problem
Replies: 6
Views: 2309

httpd & ftpd problem

I had included httpd and ftpd servers into ce 6.0 system, but I have such a problem:
after uploading files to /windows/www/wwwpub/
I view them over my browser, but after some pageviews mini2440 stops responding both HTTP and FTP requests. It still works normal locally

Any suggestions?
by pub20
Thu Feb 04, 2010 6:41 am
Forum: WinCE Development
Topic: mini2440 and build-in buttons
Replies: 4
Views: 4597

Re: mini2440 and build-in buttons

It's very easy!
Just CreateFile();
by pub20
Mon Feb 01, 2010 5:53 am
Forum: WinCE Development
Topic: mini2440 and build-in buttons
Replies: 4
Views: 4597

mini2440 and build-in buttons

There are 6 buttons on board. Does anyone know how to work with them.
Any sample?