I am writing an application that needs to respond to input on a serial port.  
The input is expected very infrequently so I would like to perhaps use an 
interrupt rather than polling.  
Is it correct that I must create my own driver to do interrupt handling?  If 
so, which one should I use as my starting point (this is for Solaris 8 on a 
Sparc)?

Is there perhaps an easier way to do this (other than interrupt handling)?
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to