Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Dev device driver development: (2 Items)
   
Dev device driver development  
Hi,

I'm looking to develop a virtual serial device driver that uses sockets to communicate with a remote terminal server.

I'm looking for information about developing a device driver.  At the moment the only documents I have are the 
architecture and utilities docs.

QNX 6 has docs specific for developing resource managers and also a DDK.  Is there anything similar for QNX 4?

Thanks,
Fraser Moore
Re: Dev device driver development  
Hi Fraser,

There is the source to an older version of the Dev.ser driver that can be obtained here:

http://quics.qnx.com/cgi-bin/search/usr/free/?srch=Dev.ser&submit=submit&select=1

You will be able to use this as a starting point for your virtual serial driver.  Other than that we unfortunately do not have anything else like the QNX6 DDK's.

Best regards,

Erick


> Hi,
> 
> I'm looking to develop a virtual serial device driver that uses sockets to 
> communicate with a remote terminal server.
> 
> I'm looking for information about developing a device driver.  At the moment 
> the only documents I have are the architecture and utilities docs.
> 
> QNX 6 has docs specific for developing resource managers and also a DDK.  Is 
> there anything similar for QNX 4?
> 
> Thanks,
> Fraser Moore