usb connection for pda
-
Hello ! I need to learn how I can read data from usb connection with PDA ? my device is belonged to hid class type. I connect my hid device to my PDA via usb connection.
It would be helpful if you disclosed the operating system that your PDA is running.
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
It would be helpful if you disclosed the operating system that your PDA is running.
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
Microsoft Windows Mobile 5.0 for Pocket PC but it has no usb host capability however its processor supports.
That means that your task is going to be paramount to writing a new driver for the USB controller in your device in addition to writing a driver for the deivce to which you would like to communicate. Are you familiar with creating and registering COM classes?
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
That means that your task is going to be paramount to writing a new driver for the USB controller in your device in addition to writing a driver for the deivce to which you would like to communicate. Are you familiar with creating and registering COM classes?
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
I implemented c# based program which works on my laptop. I analyze the protocol of my peripheral device and I have achieved to send request to my device and get necessary data. But I could not do same thing in my PDA because my PDA has no USB host functionality. but my PDA's processor supports usb host functionality.I have ipaq hw6915. I have no experience with com classes.