Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #1406
| From | D Finnigan <dog_cow@macgui.com> |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | Re: Source code for Super Serial Card IRQ FIFO buffer |
| Date | 2014-12-10 21:35 +0000 |
| Organization | Mac GUI |
| Message-ID | <dog_cow-1418247326@macgui.com> (permalink) |
| References | <dog_cow-1418157658@macgui.com> <ssc-fifo-irq-source-df-09Dec14@macgui.com> <9741266e-09b0-4605-8a17-aaa2cef823e3@googlegroups.com> |
gids.rs wrote: > On Tuesday, 9 December 2014 14:46:07 UTC-6, D Finnigan wrote: >> I hereby surrender the following source code into the public domain. >> I claim no copyright on this source code. It is free for everyone for all >> time. > > Nice job David. > > But if I am allowed to be critical. Yes, please do. :-) > > There is no check that the interrupt is coming from the SSC card OK, I wrote this assuming it would be the only source of IRQ, but the check is easy to add. > and the > buffer is only 1 page (256 bytes) I too want to expand this buffer size, but I'm not sure if it's necessary to expand it for incoming characters from interrupts. It don't think it would help too much with the IIe firmware 80-column scrolling that will lock out interrupts. Now if you're talking about making a big buffer simply to capture everything that's been sent in to the SSC, then yes I would agree that would be a good idea, but not in the IRQ routine as I currently have it designed. > and what is received through the SSC card > is only printed to screen and not saved to a disk file. I was thinking about adding a Control-P command to route input to a printer. Then there could be a Control-D to save to disk. > > Any chance for an update :) > Yes, because I want to add slot independence, and I think some more of these other suggestions too. -- ]DF$ Apple II Book: http://macgui.com/newa2guide/ Usenet: http://macgui.com/usenet/ <-- get posts by email! Apple II Web & Blog hosting: http://a2hq.com/
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-09 20:40 +0000
Source code for Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-09 20:45 +0000
Re: Source code for Super Serial Card IRQ FIFO buffer gids.rs@sasktel.net - 2014-12-10 13:07 -0800
Re: Source code for Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-10 21:35 +0000
Re: Source code for Super Serial Card IRQ FIFO buffer gids.rs@sasktel.net - 2014-12-15 08:40 -0800
Re: Source code for Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-17 18:53 +0000
Re: Super Serial Card IRQ FIFO buffer ol.sc@web.de (Oliver Schmidt) - 2014-12-13 23:19 +0000
Re: Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-17 18:53 +0000
Updated Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-17 18:56 +0000
Source code for Updated Super Serial Card IRQ FIFO buffer D Finnigan <dog_cow@macgui.com> - 2014-12-17 19:01 +0000
csiph-web