How to send data between PC usb port to a WinCE usb port?
-
Hi All, I need to write a program in VC++/MFC that can send data between PC usb port to a WinCE usb port? Where to start?? Any help??? However i have gone through the following links: http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/972aa2e9-d235-4518-923b-9c630a44b1d1/[^] http://www.helpshare.com/qhome.asp?qid=1986[^]
Priya Sundar
-
Hi All, I need to write a program in VC++/MFC that can send data between PC usb port to a WinCE usb port? Where to start?? Any help??? However i have gone through the following links: http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/972aa2e9-d235-4518-923b-9c630a44b1d1/[^] http://www.helpshare.com/qhome.asp?qid=1986[^]
Priya Sundar
What do you need to do ? In fact you are looking at it the wrong way: don't take into account that you have a USB port in between, this will be 'hidden' for you. In fact you need to communicate with the driver of the PocketPC (generally through ActiveSync). What are you trying to achieve exaclty ? Take a look at RAPI[^], this is what is already available.
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
What do you need to do ? In fact you are looking at it the wrong way: don't take into account that you have a USB port in between, this will be 'hidden' for you. In fact you need to communicate with the driver of the PocketPC (generally through ActiveSync). What are you trying to achieve exaclty ? Take a look at RAPI[^], this is what is already available.
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++I want to transfer some data to the WinCE using USB. I have a USB cable's one end connected to my PC running a VC++6.0 Application and to the WinCE.
Priya Sundar
-
I want to transfer some data to the WinCE using USB. I have a USB cable's one end connected to my PC running a VC++6.0 Application and to the WinCE.
Priya Sundar
Did you read my previous message ? :~ Because it looks like you didn't...
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++