home *** CD-ROM | disk | FTP | other *** search
- Path: doc.ic.ac.uk!not-for-mail
- From: mdf@doc.ic.ac.uk (Martin Frost)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Simple Serial/Timer problem
- Date: 8 Feb 1996 15:29:45 -0000
- Organization: Dept. of Computing, Imperial College, University of London, UK.
- Distribution: world
- Message-ID: <4fd4t9$cva@oak68.doc.ic.ac.uk>
- References: <4f98i3$1e48@thebes.waikato.ac.nz>
- Reply-To: mdf@doc.ic.ac.uk (Martin Frost)
- NNTP-Posting-Host: oak68.doc.ic.ac.uk
- X-Newsreader: mxrn 6.18-23
-
-
- In article <4f98i3$1e48@thebes.waikato.ac.nz>, trigg@jane.cs.waikato.ac.nz (Len Trigg) writes:
- >The first time the routine gets called and a character is
- >available it works. The second time it gets called, the signal
- >for the both the character and the timer is set, even though a
- >character is available immediately.
-
- Add a SetSignal(0L,~SIG_TIMER) just before the SendIO on the timer request.
-
- Martin
-