| Thread | Last Post | Replies |
|
| Regarding SERIALDL in Mainstone BSP | 29 Feb 2008 08:33 GMT | 4 |
From the previous posts I understood that RNDISKITL in usbfn folder in Mainstone BSP can be used for Image Download as well as for RNDISKITL. Can we use SERIALDL which is at the path MAINSTONEIII\src\common\usbfn , for the purpose of Image download and KITL connection ?
|
| SDP parsing | 29 Feb 2008 01:01 GMT | 9 |
I have written a program that parses SDP records and am able to identify L2CAP and RFCOM but do not understand how to identify services such as FTP or OBEX. It seems like once an RFCOM service is identified there should be a way to peek into it to see what upper lever service is ...
|
| 802.1x / EAP Validate Server Certificate | 28 Feb 2008 19:14 GMT | 3 |
Do any of you wireless / 802.1x experts know how to tell the CE EAP supplicant, for example PEAP, not to validate the server certificate? I'm using 802.1x with 802.11 (Zero Config service), and I have found the registry keys and documentation for
|
| BSP for Atmel AT91RM9200 | 28 Feb 2008 14:35 GMT | 1 |
i'm new to the world of WindowsCE and currently i have no experience in it. I have to take the Atmel AT91RM9200 and port WindowsCE 5.0 onto it. The AT91RM9200 is an ARM920T based device. My WinCE IDE lists only Intel PXA27x Dev and Samsung SMDK 2410 as the only ARMV41 based BSPs. ...
|
| SNMP Management application | 28 Feb 2008 14:26 GMT | 5 |
I want to write an application that talks to several devices on a network that use SNMP. I have read all about making a device an SNMP agent, but I don't think that is what I wish to do. My goal is to control other SNMP agents (external to my device).
|
| WinCE 6.0 Memory Management question | 28 Feb 2008 13:45 GMT | 2 |
I have a question about WinCE 6.0 each app has 2GB memory space . If we do not have enough RAM and storage, how can we get 2GB virtual space and use it for process code/data ? If every app has its own 2GB virtual memory
|
| Windows CE 5 need help about drawing | 28 Feb 2008 13:35 GMT | 1 |
Hello, I noticed that my code slow down in the time while executing drawing on the screen: here is a sample code which generates this slowdown. I don't know if I made something wrong: the purpose is just to draw a rectangle on a window.
|
| KITL over Ethernet for debugging and general purpose networking | 28 Feb 2008 13:12 GMT | 3 |
Is it is possible to have KITL over Ethernet for debugging and general purpose networking, like: browse the website with only one NIC card on the platform? Also would be able to run application level socket code on the same
|
| Problem regarding Bluetooth Over UART(H4) | 28 Feb 2008 07:05 GMT | 1 |
I am working on PXA Processor with Bluetooth over UART(H4) Interface. I have created a Debug build of my OS as per specified in Bluetooth Overview topic under MSDN. Now while launching my OS I am receiving the following debug messages:
|
| Burn to Flash | 28 Feb 2008 01:12 GMT | 4 |
how to write the image to flash on eBox. ie: how to burn nk.nb0 to embedisk so that device boots directly to eBoot than first booting to DOS and loadcepc to boot wince. -g
|
| Developing bluetooth application for WINCE | 27 Feb 2008 18:50 GMT | 2 |
I m working on a project "Medical image transfer using blue tooth" I need to transfer the files from a PC to AT91SAM9263EK using a wired link and from that AT91SAM9263EK to PC using blue tooth. I could transfer the file from PC to AT91SAM9263EK automaticallty.
|
| WinCE 5.0 Application POP-UP | 27 Feb 2008 15:18 GMT | 5 |
I need to customize my PDA where which OS Standard shell in WinCe 5.0(currently like XP Desktop skin) to User Shell where only a particular application will pop-up when the PDA is power on and PDA will be powered off when application closed. the operator will not be able to ...
|
| Bios Boot Loader error | 26 Feb 2008 16:35 GMT | 5 |
I'm tryng to boot an image of a standard Internet appliance (accepted all the default) using PB 5.00. Built it in release or debug mode ... with no error. I copied this image on a miniIDE disk (partitioned, formatted, mkdisked...)
|
| Booting from usb problem | 26 Feb 2008 16:07 GMT | 9 |
Hi all.. I've made an image nk.bin (a standard Internet appliance as I've accepted all the default) using PB 5.00. Built it in release mode ... with no error. I'm using a usb storage device connected to my target device.
|
| Non blocking mode of socket connection doesn't work | 26 Feb 2008 15:42 GMT | 5 |
On a Win CE 5.0 device (SDK Trizeps IV) I have a server which is listening on a TCP port for incomming calls. I have set the connection to non blocking mode with the function "ioctlsocket": u_long ulArg = 1;
|