-1
votes
0answers
81 views

Reading USB device data

Hi i am a beginner for Windows CE application. I want to develop one Windows CE application purpose of read data from USB. The data come from the SPO2 sensor, the sensor connected the mobile device ...
0
votes
0answers
16 views

How the wince6 bsp setting the usb client function driver ufnprn model generated as a dll?

Coulde anyone tell me how the wince6 bsp setting the usb client function driver ufnprn model generated as a dll which I see from the project is static library. I need add a usb client function driver ...
0
votes
1answer
67 views

how to make macbook pro recognize the winCE usb device?

I am developing wince6.0 program in the virtualbox with the OS windows XP. And my host OS is mac OS 10.8.2. Now the mac OS can't recognize the wince6.0 device, so that the windows xp in virtualBox ...
0
votes
0answers
32 views

My GPS YFloader app fails, and I can't access via USB

I'm kind of a noob on this, so I really appreciate any help you can provide. My GPS no longer boots past the logo screen, due to the fact I removed the "YFLoader" app call from its startup registry ...
-2
votes
1answer
132 views

OpenCV - process a stream from usb camera in wince6

I need to process video from usb camera but I don't know how to keep the stream in memory. I found a code which displays it in a windows but I can't find where it stores before it displays. Anyone can ...
3
votes
1answer
572 views

WinCE and PC USB communication

We are developing some device and we need to find good solution for one of needed functionality. Thing is that we need communicate WinCE 6.0 (ARM) and Windows on PC. Easiest way is of course COM port ...
0
votes
1answer
164 views

CE6 USB Unidentified when connected at boot but ok if connected after boot

I have an FTDI USB cable connecting a device to CE6.0 R3. If I wait for the CE6 device to boot then plug in the USB no problem. If I have the USB connected at boot time it says it is unidentified ...
0
votes
0answers
799 views

How Does a USB OTG Controller/Driver Work?

I have two USB drivers that are contained in the BSP I am working with. A USB function driver for device mode, and a host controller driver for host mode. Both drivers use the OTG controller, but ...
0
votes
1answer
950 views

“Unidentified USB Device” on Win CE 6.0

Quite a while I am struggling with a problem regarding the installation of certain USB device driver in Windows CE 6.0. The device is some kind of Digital and Analog IO device that connects to the ...
0
votes
1answer
179 views

Windows Mobile 6.x and CDFS

Windows Mobile 6.x is based on Windows CE 5.x and it doesn't have CDFS driver included, even if the 5.x CE platform has support for it. I have a scenario with an USB memory stick which contains also ...
1
vote
0answers
104 views

Repeated NAK seem to overwrite payload

I'm new to driver programming in general and also to USB. However, I managed to write a driver for Windows CE (6.0) and I also had access to an USB-Sniffer to read all traffic between the host and the ...
1
vote
2answers
221 views

synchronize two win ce 6 devices using usb

I wanted to know if there is any way to synchronize (or exchanging files) two Windows CE 6.0 devices. Actually, I am able using ActiveSync to synchronize them one by one with a computer. Can I bypass ...
0
votes
1answer
107 views

Is there a simple way (api?) to toggle USB operation on Windows CE6 using C++

I need to be able to switch on/off the operation of the USB ports on a WinCE6 system within my application based on user input. I've seen ways in normal Windows to do this that use "Setupapi.h", ...
2
votes
1answer
354 views

Windows CE: Wakeup device when USB power on

I've got a navigation device (Wayteq x850) that's running Windows CE 5.0. It serves as USB client to another device. Is there a (simple) way to wake up the USB client from Suspend when the USB ...
0
votes
1answer
2k views

WinCE 6.0 on VMWare Player - access host USB Bluetooth dongle

I made an WinCE 6.0 R2 image and load it into VMWare Player 3.1.3. The host operating system is a Windows XP Sp3. I followed this article and all worked fine (the article uses VMWare Workstation, but ...
4
votes
1answer
261 views

Is it possible to use the USB port of the host PC in Window CE 6.0 emulator?

I would need to use the USB port of the host PC in Windows CE 6.0 R3 emulator. Is this possible? or is there any kind of workarround? I would like to test my application without having my target, ...
0
votes
1answer
688 views

C# and ActiveSync communication / open and read files

I have a device connected to a host computer through cradle usb. Now, I'm just wondering if I could use C# sockets to communicate with the device (ie device sending data, host computer processing it ...
1
vote
2answers
1k views

CE 5.0 with 3G Usb Stick

I'm new to CE programming and I have a Marvel device PXA270 with Windows CE 5.0 installed. The device has one usb port. I wonder if there's ANYTHING I can try to connect a 3G-HDSPA usb stick to it. ...
1
vote
2answers
6k views

Activesync wont connect to my Windows CE 6 device

When I connect my Windows CE 6 device to my development machine I get Microsoft USB Sync to register in Windows Device manager. But I cant connect with ActiveSync for some reason. Any ideas on how to ...
0
votes
4answers
3k views

How to identify when a USB device is inserted to a WinCE device

I have a touch enabled device with WinCE, I need to show a UI whenever a USB device is inserted to the device. If there any event or method to identify the USB insertion in WinCE.
1
vote
1answer
247 views

Controlling USB Access of Windows CE6

I am looking to find a way to programatically (C++) control/secure access to the USB ports on a Windows CE device that will only have a single login, and then be left running a real-time application. ...
8
votes
2answers
2k views

Consuming a USB HID device in Windows CE 6.0 using c#

I am working on an Embedded Windows CE project and am interested in accessing a USB HID device through one of its USB Host ports. All I really need to read are the raw HID spec packets. On a windows ...