Re: [Tutor] serial data capture/event driven help

2005-12-15 Thread Alan Gauld
> event driven programming/asynchonis programming paradigm). Any advice > or linkage to some tutorial type articles for event driven design. You seem to have the basic concepts at least, but my tutorial does have a topic on event driven programming you can try. It may be too basic however. Al

Re: [Tutor] serial data capture/event driven help (fwd)

2005-12-15 Thread Danny Yoo
[keeping Tutor in CC] -- Forwarded message -- Date: Thu, 15 Dec 2005 13:40:11 -0600 From: Bobby Castleberry <[EMAIL PROTECTED]> To: Danny Yoo <[EMAIL PROTECTED]> Subject: Re: [Tutor] serial data capture/event driven help Danny Yoo wrote: > There's a mod

Re: [Tutor] serial data capture/event driven help

2005-12-15 Thread Danny Yoo
On Thu, 15 Dec 2005, Bobby Castleberry wrote: > I'm looking to capture weights coming off of several in-motion scales > through serial ports and dump them into a database. The database part > is easy but I've never worked with serial collection. Hi Bobby, There's a module for handling the ser