[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II weather display
On Apr 19, 10:46 pm, Osgeld <osg...@cheesefactory.us> wrote:
> I might consider a fast V2 (or something along the same line) later in
> this year and so thanks for everyone's tips, unfortunately I didn't
> have any say in our family's computer setup until the early 90's when
> I went to high school. Therefore I wish I could chuckle about the days
> of reading a document as it downloads but the slowest modem (and my
> first) was 2400 baud, which is not quite the same!
>
> I do have a couple questions though mainly for my //c
>
> why cant I set baud rate from basic? I have read darn near a couple
> dozen citations on how to do it, but MY //c wont have anything to do
> with it, even with what I would consider every reasonable variation of
> spaces, colons and string phrases mixed and unmixed with integers
> (even in no dos, plain basic rom)
>
> does a rom 255 //c support hardware handshaking? I have seen no, yes
> but backwards, and putty wont have anything to do with communications
> unless xon and xoff is turned on.
>
> Thanks Again
I had some trouble with it as well. Ultimately, one fallback to
consider (but slower) is to echo characters back to the PC and if the
PC detects that line wasn't received correctly, it sends CTRL-X and re-
sends the line again. This is especially useful if using a higher
baud rate like 9600. As for setting baud rate, you can do it with
pokes from basic, I think, but the CTRL-A stuff only works from the
basic prompt bc. of how the rom firmware latches itself.
If you look here, you can see how I disable IRQ and //c keyboard
buffer routines that interfere with higher-speed transfers:
http://a2gameserver.svn.sourceforge.net/viewvc/a2gameserver/a2gameserver/src/ags/asm/ssc_routines.a?revision=34&content-type=text%2Fplain