From: HimaNshu on
Anybody can help to modify my existing serial class to USBser class for
USBser.sys support for XP Host,
Please help me, who are using Windows Mobile 5.0 or Windows CE 6.0 beta
this two platform have full support of USBser.sys. for USB modem class
on Win CE device.
for refrance please check it out
http://groups.google.com/group/microsoft.public.windowsce.embedded.vc/browse_thread/thread/cc1542edb42abc63/4135e4aa3d883c8e?lnk=st&q=&rnum=17&hl=en#4135e4aa3d883c8e

I able to connect device by modifying in descriptor but I am still not
able to open COM port in Hyperterminal to test...:(

in Windows Mobile 5 platform builder
WINCE500\public\common\oak\drivers\usbfn\class\serial ---->USBFnDrv.cpp
in Windows CE 6 beta may be they have give seprate class as
WINCE500\public\common\oak\drivers\usbfn\class\USBser

I appreciate who would give me the direction.

From: David Liao (MS) on
We have tested Windows CE USB Host USBSer driver agains Windows CE USB
Function USBSer driver. It should work.
I think you can verify it by using two CEPC, one with USB Host
Controller(EHCI,OHCI, UHCI) , another with USB Function COntroller
(NET2280). Select Default USB Function Client By registry as
"DefaultClientDriver"="USBSER_Class"

It should work in this configuration.

David Liao

"HimaNshu" <gajjar.himanshu(a)gmail.com> wrote in message
news:1157508012.963190.324380(a)b28g2000cwb.googlegroups.com...
> Anybody can help to modify my existing serial class to USBser class for
> USBser.sys support for XP Host,
> Please help me, who are using Windows Mobile 5.0 or Windows CE 6.0 beta
> this two platform have full support of USBser.sys. for USB modem class
> on Win CE device.
> for refrance please check it out
> http://groups.google.com/group/microsoft.public.windowsce.embedded.vc/browse_thread/thread/cc1542edb42abc63/4135e4aa3d883c8e?lnk=st&q=&rnum=17&hl=en#4135e4aa3d883c8e
>
> I able to connect device by modifying in descriptor but I am still not
> able to open COM port in Hyperterminal to test...:(
>
> in Windows Mobile 5 platform builder
> WINCE500\public\common\oak\drivers\usbfn\class\serial ---->USBFnDrv.cpp
> in Windows CE 6 beta may be they have give seprate class as
> WINCE500\public\common\oak\drivers\usbfn\class\USBser
>
> I appreciate who would give me the direction.
>


From: HimaNshu on
Hi David,
I don't have USBser client in my platform I am using normail Windows CE
5.0 not WinMobile platform 5.0, I think normal Windows CE 5.0 platform
does not including USB Modem driver, there is only three client serial
class for activesync, Mass storage and RNDIS client...but there is no
other client like USBser for USB modem,

so I have to modify my existing serial class into USB modem client for
USBser.sys support with XP host.

so I need help to modify my serial class into USB modem class(CDC and
ACM) support if I am on the wrong track then let me know correct path
to get USB modem intercafe in Windows CE 5.0 platform.

Thanks in advance I am waiting for your reply.

David Liao (MS) wrote:
> We have tested Windows CE USB Host USBSer driver agains Windows CE USB
> Function USBSer driver. It should work.
> I think you can verify it by using two CEPC, one with USB Host
> Controller(EHCI,OHCI, UHCI) , another with USB Function COntroller
> (NET2280). Select Default USB Function Client By registry as
> "DefaultClientDriver"="USBSER_Class"
>
> It should work in this configuration.
>
> David Liao
>
> "HimaNshu" <gajjar.himanshu(a)gmail.com> wrote in message
> news:1157508012.963190.324380(a)b28g2000cwb.googlegroups.com...
> > Anybody can help to modify my existing serial class to USBser class for
> > USBser.sys support for XP Host,
> > Please help me, who are using Windows Mobile 5.0 or Windows CE 6.0 beta
> > this two platform have full support of USBser.sys. for USB modem class
> > on Win CE device.
> > for refrance please check it out
> > http://groups.google.com/group/microsoft.public.windowsce.embedded.vc/browse_thread/thread/cc1542edb42abc63/4135e4aa3d883c8e?lnk=st&q=&rnum=17&hl=en#4135e4aa3d883c8e
> >
> > I able to connect device by modifying in descriptor but I am still not
> > able to open COM port in Hyperterminal to test...:(
> >
> > in Windows Mobile 5 platform builder
> > WINCE500\public\common\oak\drivers\usbfn\class\serial ---->USBFnDrv.cpp
> > in Windows CE 6 beta may be they have give seprate class as
> > WINCE500\public\common\oak\drivers\usbfn\class\USBser
> >
> > I appreciate who would give me the direction.
> >

From: David Liao (MS) on
Then, you have to figure out the problem by yourself.
Otherwise, you have to wait for Windows CE 6.0 if you don't have Windows CE
6.0 beta.
David Liao
"HimaNshu" <gajjar.himanshu(a)gmail.com> wrote in message
news:1157593614.649281.305900(a)i42g2000cwa.googlegroups.com...
> Hi David,
> I don't have USBser client in my platform I am using normail Windows CE
> 5.0 not WinMobile platform 5.0, I think normal Windows CE 5.0 platform
> does not including USB Modem driver, there is only three client serial
> class for activesync, Mass storage and RNDIS client...but there is no
> other client like USBser for USB modem,
>
> so I have to modify my existing serial class into USB modem client for
> USBser.sys support with XP host.
>
> so I need help to modify my serial class into USB modem class(CDC and
> ACM) support if I am on the wrong track then let me know correct path
> to get USB modem intercafe in Windows CE 5.0 platform.
>
> Thanks in advance I am waiting for your reply.
>
> David Liao (MS) wrote:
>> We have tested Windows CE USB Host USBSer driver agains Windows CE USB
>> Function USBSer driver. It should work.
>> I think you can verify it by using two CEPC, one with USB Host
>> Controller(EHCI,OHCI, UHCI) , another with USB Function COntroller
>> (NET2280). Select Default USB Function Client By registry as
>> "DefaultClientDriver"="USBSER_Class"
>>
>> It should work in this configuration.
>>
>> David Liao
>>
>> "HimaNshu" <gajjar.himanshu(a)gmail.com> wrote in message
>> news:1157508012.963190.324380(a)b28g2000cwb.googlegroups.com...
>> > Anybody can help to modify my existing serial class to USBser class for
>> > USBser.sys support for XP Host,
>> > Please help me, who are using Windows Mobile 5.0 or Windows CE 6.0 beta
>> > this two platform have full support of USBser.sys. for USB modem class
>> > on Win CE device.
>> > for refrance please check it out
>> > http://groups.google.com/group/microsoft.public.windowsce.embedded.vc/browse_thread/thread/cc1542edb42abc63/4135e4aa3d883c8e?lnk=st&q=&rnum=17&hl=en#4135e4aa3d883c8e
>> >
>> > I able to connect device by modifying in descriptor but I am still not
>> > able to open COM port in Hyperterminal to test...:(
>> >
>> > in Windows Mobile 5 platform builder
>> > WINCE500\public\common\oak\drivers\usbfn\class\serial ---->USBFnDrv.cpp
>> > in Windows CE 6 beta may be they have give seprate class as
>> > WINCE500\public\common\oak\drivers\usbfn\class\USBser
>> >
>> > I appreciate who would give me the direction.
>> >
>


From: David Liao (MS) on
Then, you have to figure out the problem by yourself.
Otherwise, you have to wait for Windows CE 6.0 if you don't have Windows CE
6.0 beta.
David Liao
"HimaNshu" <gajjar.himanshu(a)gmail.com> wrote in message
news:1157593614.649281.305900(a)i42g2000cwa.googlegroups.com...
> Hi David,
> I don't have USBser client in my platform I am using normail Windows CE
> 5.0 not WinMobile platform 5.0, I think normal Windows CE 5.0 platform
> does not including USB Modem driver, there is only three client serial
> class for activesync, Mass storage and RNDIS client...but there is no
> other client like USBser for USB modem,
>
> so I have to modify my existing serial class into USB modem client for
> USBser.sys support with XP host.
>
> so I need help to modify my serial class into USB modem class(CDC and
> ACM) support if I am on the wrong track then let me know correct path
> to get USB modem intercafe in Windows CE 5.0 platform.
>
> Thanks in advance I am waiting for your reply.
>
> David Liao (MS) wrote:
>> We have tested Windows CE USB Host USBSer driver agains Windows CE USB
>> Function USBSer driver. It should work.
>> I think you can verify it by using two CEPC, one with USB Host
>> Controller(EHCI,OHCI, UHCI) , another with USB Function COntroller
>> (NET2280). Select Default USB Function Client By registry as
>> "DefaultClientDriver"="USBSER_Class"
>>
>> It should work in this configuration.
>>
>> David Liao
>>
>> "HimaNshu" <gajjar.himanshu(a)gmail.com> wrote in message
>> news:1157508012.963190.324380(a)b28g2000cwb.googlegroups.com...
>> > Anybody can help to modify my existing serial class to USBser class for
>> > USBser.sys support for XP Host,
>> > Please help me, who are using Windows Mobile 5.0 or Windows CE 6.0 beta
>> > this two platform have full support of USBser.sys. for USB modem class
>> > on Win CE device.
>> > for refrance please check it out
>> > http://groups.google.com/group/microsoft.public.windowsce.embedded.vc/browse_thread/thread/cc1542edb42abc63/4135e4aa3d883c8e?lnk=st&q=&rnum=17&hl=en#4135e4aa3d883c8e
>> >
>> > I able to connect device by modifying in descriptor but I am still not
>> > able to open COM port in Hyperterminal to test...:(
>> >
>> > in Windows Mobile 5 platform builder
>> > WINCE500\public\common\oak\drivers\usbfn\class\serial ---->USBFnDrv.cpp
>> > in Windows CE 6 beta may be they have give seprate class as
>> > WINCE500\public\common\oak\drivers\usbfn\class\USBser
>> >
>> > I appreciate who would give me the direction.
>> >
>