You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, download files, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
First let me explain about the project a bit.There is a Hardware that contains a Real Time OS that suports USB (host). My job is to develop a program do get the data from (via USB) the hardware and plot a math graph of it in the PDA Pocket PC .
For now, I decided to use C# . The visual Studio has a nice GUI for mobile programing. My problems:
1) Is there a USB conector for the pocket pc ? a kind compact flash that conects to the pocket and suports USB ? The cradle always start the MS activeSync and is a big thing to carry.
2) The pocket needs to find the USB host (hardware). Is there any programs out there for windows CE for USB development? any C# codes for mobile? Or I should not be worried about the pocket USB since the Hardware is the Host USB?
I need at least to create a program to download the data from the hardware. So is there any path i should start following to understand how USB programin works on win CE ?