| Thread | Last Post | Replies |
|
| How to open serial ports larger than COM9 | 31 Mar 2006 23:31 GMT | 7 |
I am developing a serial port driver on wince5.0,I met the following problems: 1.I want to open some serial ports larger than COM9,for example,COM11,COM12,COM13,
|
| BinFS, RAM & ROM FS, ? | 31 Mar 2006 22:02 GMT | 1 |
I don't understand what kind of FS that provides something like "Application INSTALL". I mean I installed application by wceload.exe. Everything is fine overhere.
|
| Can I have eboot and miniport driver over same NIC? | 31 Mar 2006 22:00 GMT | 1 |
I am using NE2000 card and I want to use this for eboot as well as a NDIS miniport driver. I don't use KITL and VMINI. Is it possible to use the same NIC card for both eboot and NDIS
|
| Managed code project in PB | 31 Mar 2006 20:17 GMT | 5 |
I know using managed code in a PB project is somewhat experimental but I wonder if any one is actually using it. I followed the somewhat minimal documentation and built a small "hello world" C# app (HelloCS.exe).
|
| Change IPaddress on a running system? | 31 Mar 2006 18:01 GMT | 1 |
Is it possible to do this? If I boot with, say, DHCP enabled, is it possible to change to a static IP address? I understand what registry entries need to be set, but it seems there would
|
| WZCTool licensing question | 31 Mar 2006 17:18 GMT | 1 |
I have written a Pocket PC application that uses the WZCTool sample code that you can get with the Windows CE SDK. I'm not interested in any other part of the SDK because I am not writing a Windows CE-based embedded product - just a Pocket PC app. Can I distribute WZCTool with ...
|
| ISR I2C Question | 31 Mar 2006 16:34 GMT | 2 |
I'm have a development board which uses the Samsung SMDK2410 ARM processor. The BSP package for this board did not come with full source code, only compiled dll's. I'm developing in EVC++ 4.0 and have an IIC driver, but it is currently implemented using polling. It would be nice
|
| BSP development step by step | 31 Mar 2006 08:16 GMT | 2 |
Excuse for my bad English... I develop BSP for S3C2410 (ARM-core) based board. My board is similar (except for periphery) to SMDK2410 for which there is existing BSP in WinCE4.20.
|
| avtivesync | 31 Mar 2006 07:44 GMT | 2 |
i run the windows\repllog. Wrong information error 608 appears. Could you tell me what question it is?
|
| PXA270 PCMCIA problem | 31 Mar 2006 07:32 GMT | 2 |
My system: PXA270, 64 MB RAM, 32 MB Flash. Platform Builder 5.0. The board has an ISA bus. In my company we have developed a new board based on the PXA270 processor. We have made some changes to the Mainstone BSP to adapt it to our
|
| WinCE on x86 | 31 Mar 2006 03:38 GMT | 12 |
Most of embedded platforms are RISC based. Since x86 processor is CISC based, how WinCE operates on x86 platform? Is WinCE for x86 designed from ground up with CISC instructions or there is some translation from CISC to RISC involved? Is it done in software on the fly? Does it ...
|
| Device Driver Not Working on CE 5.0 from CE 4.2 | 31 Mar 2006 02:47 GMT | 2 |
After converting from CE 4.2 to CE 5.0 my device would show "Unknown card in Socket 1". Checking the WEB and PlatformBuilder 5 it say CE 5.0 it should be able to use legacy device drivers. Is this true or do I have to make some additional entries in the registry or device driver
|
| Build question | 31 Mar 2006 01:19 GMT | 4 |
I am debugging one of the drives that come with WinCE (EHCI.DLL). Everytime I make little change., it is taking forever if I do "Build and Sysgen". I am just modifying only this module. Is there any way I can just build this ehci.dll only and create make runtime image (nk.bin). ...
|
| Implement RTC in Windows CE | 31 Mar 2006 00:05 GMT | 4 |
Hi~ Does anyone know where I should start my code for real time clock? After I read the value from the RTC IC, how should I tell WinCE system the current date and time?
|
| Cloning netui--DLL linked with wrong .res file ??? | 30 Mar 2006 18:25 GMT | 4 |
I'm a newbie trying to clone netui. I followed the msdn article "Cloning the Microsoft Public Common Code". Later I found a newsgroup item titled "clone public btd" that showed how to merge the two SRC and DLL directories.
|