Software interrupts; where to start

2010-11-16 Thread Nathan Vidican
Hey All, So I'm about as new as it gets to kernel/device level programming, but far from new to application programming/coding in general. I've recently created some components which communicate via serial port to a host computer (server). These components are used to control a bunch of

Re: Software interrupts; where to start

2010-11-16 Thread John Baldwin
On Tuesday, November 16, 2010 12:08:51 pm Nathan Vidican wrote: What I would like to do, is replace the above scenario with one wherein the program writing to the serial port is always connected and running, but not polling; ideally having some sort of interupt or signal triggered from within