Daryl
Fri Jul 23 00:49:02 CDT 2004
First of all, thanks for the replies.
The USB device I am developing the driver for is a Cypress EZ-USB Microcontroller. I already have a USB driver for accessing the microcontroller directly from Cypress. The USB device is used to replace our customer old device which uses a serial interface. Hence, we need to develop a Serial-to-USB driver as the customer did not wish to change their applications. This Serial-to-USB driver only passes data along.
Walter, you mention using the modem and USBSER. Is tis the usbser.sys? Can you advice how am I going do it? Thanks
"Walter Oney" wrote:
> Robert Marquardt wrote:
> > Bill McKenzie wrote:
> > > Beyond that, a good WDM book such as that written by Walter Oney is a must.
> > Walter Oney is the author of several instances of this driver.
> > He is definitely the main authority on this driver.
> > (Walter, your job to sell another one ;)
>
> Thanks for the vote of confidence. I usually advise people that this
> kind of driver is difficulty 5 on a scale of 1-5. Every commercial
> USB-serial driver I've seen has major flaws in the way it handles the
> signal lines, for example. It's a wonder they're able to get faxing to
> work.
>
> I also try to talk people out of doing this project because MOST people
> just need a modem, and USBSER suffices for that.
>
> --
> Walter Oney, Consulting and Training
> Basic and Advanced Driver Programming Seminars
> Check out our schedule at
http://www.oneysoft.com
>