| Thread | Last Post | Replies |
|
| CE.NET NIC ordering | 06 Jul 2005 16:46 GMT | 1 |
I asked this back on the 28th with no response. Perhaps someone out there can help :) On a CE.NET 4.2 device with 2 PCI NICS installed: Selecting "Start/Settings/network and dial up connections" launches the
|
| ActiveSync on serial port | 06 Jul 2005 16:16 GMT | 4 |
I'm using Windows CE 5.0 on a board with 4 COM ports: a need to use a serial port for ActiveSync and another serial port for my purposes. Building the OS including only one COM instance ActiveSync works fine (connecting the cable on the physical COM2, leaving the physical COM1
|
| Video driver question. | 06 Jul 2005 14:51 GMT | 1 |
Hi, I've downloaded the driver for the video card from http://www.viaarena.com/downloads/WINCE/Dec04/dxprosavage%20v2.602.zip. It is a pro savage card. The resolution of my LCD monitor is 640x480. Unfortunatly the bios of the MB does not support this LCD display well: in dos you ...
|
| Strange IRQ request during boot time | 06 Jul 2005 14:40 GMT | 2 |
I encountered something strange. Im developing a platform under CE5.0 on a ARM (IXP422) based system. For Kitl I use an RTL8139 PCI-Board. During boot Kitl gets it's correct IRQ (23) and SysIRQ 28. So far fine!
|
| how to enable cursor when using touch screen? | 06 Jul 2005 12:49 GMT | 1 |
Hi, all I am using touch screen on an x86 based device and the platform is CE.net 4.2. When I attached a mouse to the device and moving the mouse, I can see the cursor. However when I touch the touch screen, the cursor disapper and
|
| USB Transfer function, IssueBulkTransfer, no data in pBuffer !! | 06 Jul 2005 08:14 GMT | 4 |
I am using IssueBulkTransfer and it works PERFECTLY for Write operations, i.e. USB OUT packets go out on the wire no problem, I am using a USB packet sniffer, and I can see everything over the wire. However, my code has a read (IssueBulkTransfer) polling in the background. This ...
|
| Magneto ImageUpdate Problem | 06 Jul 2005 03:50 GMT | 1 |
Hi experts, I am working on USB host controller driver, USB host transceiver driver and USB function controller driver for Magneto (Windows Mobile 5.0) If I build a Magneto "hybrid" image with the USB drivers, they work well.
|
| where to start to read SD relevant codes? | 06 Jul 2005 02:38 GMT | 2 |
I want to read SD relevant codes including SDHC, SDBus, SDClient.Could you tell me where should I start to read? Thank you very much.
|
| about usb-to-serial(RS232) device driver problem... | 06 Jul 2005 01:52 GMT | 3 |
I've written a usb device driver for my usb-to-serial(RS232) device on WinCE 4.2. Then, I connected Xscale platform to PC via null modem cable for driver testing.
|
| Can I call MessageBoxW in fs filter driver? | 06 Jul 2005 01:10 GMT | 1 |
I'm testing fsdspy from PB4.2, using emulator environment. In Filter_CreateFileW, I call MessageBoxW to show me which file is being accessed. The filter driver is loaded(from remote process viewer), but no message box is popped up. Is it because I can't call MessageBoxW in a
|
| Can't create WebWiew on WINCE | 05 Jul 2005 18:30 GMT | 1 |
Hello every one! I want use HtmlView to Display html files, and I wrote some codes like this: BOOL bRtn = InitHTMLControl(AfxGetInstanceHandle()); DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS;
|
| How to load my own SD driver? | 05 Jul 2005 08:55 GMT | 1 |
I write a driver of my SD interface hardware and I try to replace sdmemory.dll in the PDA. After I read the PB's doc, I set the registry like this: \Custom\CID-03-0002-SD\
|
| UDC performance on PXA270 | 05 Jul 2005 08:46 GMT | 27 |
Hi. Could someone please share his experience with PXA USB client controller + windows xp sp2 host? I'm not able to reach more than 250KB/s on RNDIS. Other
|
| CETK Tests for NAND Flash | 05 Jul 2005 06:31 GMT | 3 |
I am working on NAND Flash driver for 32 Mbyte NAND Flash. This is an on-board NAND flash. I want to know if the Storage Device Benchmark Tests are applicable to NAND flash.
|
| I want to Add icon(or *.cpl) in Control panel | 04 Jul 2005 17:56 GMT | 1 |
Hi all~ i want to add icon(or *.cpl) in control panel. i make a file, *.cpl. this is in "\windows\". but, I can't see this icon in control panel.
|