Re: USB Serial modem class driver on Windows CE 5.0
- From: Valter Minute <v_a_l_t_e_r.m_i_n_u_t_e@xxxxxxxxxxxxx>
- Date: Wed, 23 Jul 2008 00:42:49 -0700
Milind <milind.vk@xxxxxxxxx> wrote in news:9c3d6ceb-b40a-4c56-a225-
07ce7621ce7f@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Hi All,
I want to expose my Windows CE device as USB serial modem to Windows
XP host PC. Is that possible on with Windows CE 5.0 running on my
device? If so can you please tell me how do I implement this
functionality? I have working USB function driver (I have tested all
the 3 profiles Serial (Activesync), RNDIS and Mass storage). Now I
want to support USB serial modem class. Please help!
You should implement a class driver that will interact with your USB
function driver. You may use the Serial driver as a sample and
implements your own interface and endpoints. You should also configure
it inside the registry (you can also find a sample of this
configuration in the serial driver) to load it when the function
device driver is loaded.
Loading your function class driver will disable the others.
--
Valter Minute
www.fortechembeddedlabs.it
Training, support and development for Windows CE
(the reply address of this message is invalid)
.
- Follow-Ups:
- Re: USB Serial modem class driver on Windows CE 5.0
- From: Milind
- Re: USB Serial modem class driver on Windows CE 5.0
- References:
- USB Serial modem class driver on Windows CE 5.0
- From: Milind
- USB Serial modem class driver on Windows CE 5.0
- Prev by Date: Re: Can't get C# app debugging working with WinCE 6.0
- Next by Date: USB 2.0 throughput issue on Windows CE 5.0
- Previous by thread: USB Serial modem class driver on Windows CE 5.0
- Next by thread: Re: USB Serial modem class driver on Windows CE 5.0
- Index(es):
Relevant Pages
|