Search found 15 matches
- Fri Oct 15, 2010 6:00 am
- Forum: WinCE Development
- Topic: WINCE 6.0 BSP
- Replies: 1
- Views: 13498
Re: WINCE 6.0 BSP
Just recalibrate your touch screen and you'll get the board working cool
- Wed Mar 31, 2010 4:41 am
- Forum: WinCE Development
- Topic: 2440 baudrate problems
- Replies: 6
- Views: 7333
Re: 2440 baudrate problems
To get serial port work correctly under CE (c++ application) you have to fill on the DCB structure
- Thu Feb 25, 2010 4:52 am
- Forum: WinCE Development
- Topic: USB Driver Not Working for MINI2440
- Replies: 4
- Views: 4477
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
If I am not mistaken you don't need the driver for this purpose
- Wed Feb 17, 2010 2:13 am
- Forum: WinCE Development
- Topic: httpd & ftpd problem
- Replies: 6
- Views: 5373
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)
int C_DM9000::DeviceSend(PCQUEUE_GEN_HEADER pObject)
- Thu Feb 11, 2010 3:42 am
- Forum: WinCE Development
- Topic: httpd & ftpd problem
- Replies: 6
- Views: 5373
Re: httpd & ftpd problem
error within the driver for dm9000
- Wed Feb 10, 2010 4:28 am
- Forum: WinCE Development
- Topic: httpd & ftpd problem
- Replies: 6
- Views: 5373
Re: httpd & ftpd problem
Problem solved!
- Tue Feb 09, 2010 1:11 am
- Forum: WinCE Development
- Topic: httpd & ftpd problem
- Replies: 6
- Views: 5373
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?
Has any one faced the same situation?
Or any suggestions?
- Thu Feb 04, 2010 6:52 am
- Forum: WinCE Development
- Topic: httpd & ftpd problem
- Replies: 6
- Views: 5373
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?
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?
- Thu Feb 04, 2010 6:41 am
- Forum: WinCE Development
- Topic: mini2440 and build-in buttons
- Replies: 4
- Views: 22013
Re: mini2440 and build-in buttons
It's very easy!
Just CreateFile();
Just CreateFile();
- Mon Feb 01, 2010 5:53 am
- Forum: WinCE Development
- Topic: mini2440 and build-in buttons
- Replies: 4
- Views: 22013
mini2440 and build-in buttons
There are 6 buttons on board. Does anyone know how to work with them.
Any sample?
Any sample?