- I need to implement a COM port and Modem on top of my USB bulk driver.
- Posted by Denis @ TheOffice on June 9th, 2008
I need to implement a COM port and Modem on top of my USB bulk driver.
I already have made my USB driver. But I have no clue as how to establish the relation with a standard COM port and modem.
Can anyone point me in the right direction?
Regards,
Denis Co
- Posted by chris.aseltine@gmail.com on June 9th, 2008
On Jun 9, 11:34 am, "Denis @ TheOffice" <deni...@ica.net> wrote:
0) Write two more INFs where your driver belongs to the Modem or
Ports setup classes
1) Register for the modem or COM port device interfaces
2) Create a DOS symlink to your COM port number, pulling this value
from the registry where it was placed by the class installer
3) Create a read buffer in your driver and fill it with data that you
are always reading from your device
4) Implement all the serial IOCTLs and timeout semantics
- How to implement select() for a serial port? (Development Resources) by Jef Driesen
- is it possible to implement soft modem v.34 with at91sam9261? (Microprocessors) by kekim99
- how to implement multi-port memory in FPGA? (Microprocessors) by Pasacco
- Trying to implement RS232 hardware handshaking between a PC Serial port and an Analog Devices Blackfin 533 (Microprocessors) by reuvenkishon@gmail.com
- Modem Driver Developement. Fax-Port Speed Issue (Drivers) by Jarad Wise

