TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft Device Drivers

Notices

USB to serial filter driver

Microsoft Device Drivers


Reply
 
Thread Tools Display Modes
Old 26-06-2008, 08:43 PM   #1
sukumar
Guest
 
Posts: n/a
USB to serial filter driver

hi....
i am developing a usb2serial filter driver(virtual com port) which
will sit on top of the USB functional device driver by using UMDF tech....in
usb functional driver i am inter facing with the device by
hr = m_FxDevice->CreateDeviceInterface(&GUID_DEVINTERFACE_OSRUSBFX 2,
NULL);
hr = m_FxDevice->AssignDeviceInterfaceState(&GUID_DEVINTERFACE_OSR USBFX2,
NULL,
TRUE);

and this filter driver has to be appeared as COM2 for my PC for that i
thought to us e


m_FxDevice->CreateDeviceInterface(&GUID_DEVINTERFACE_COMPORT, NUL
m_FxDevice->AssignDeviceInterfaceState(&GUID_DEVINTERFACE_COM PORT,NULL,TRUE);
if i add this code in filter driver cofigure() function will it work as
COM2 for my pc
or anything i would have to use..and canu tell me how to cofigure the
baudrate n all while sending n receiving the data if u had any idea...

for ur understanding my requiremnet:
we had one softare in PC which will detect only COM ports..earlier this pc
was talking with the device by rs232...now the device is upgraded to
USB...and we r not supposed to do any chnges in software of PC..so we thoght
that we will develop a driver i.e USB 2 serial filter driver acts as a
virtual com port for PC..
it will sit on top of USB functional driver which will talk with the device
correctly
  Reply With Quote
Old 15-12-2008, 07:47 PM   #2
Newbie
 
Join Date: May 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 mridus is an unknown quantity at this point
Re: USB to serial filter driver

Hi Sukumar,
Did you get a solution for this?
Thanks and regards,
Mridu
mridus is offline   Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 08:24 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional