rs232 with the dumbest terminal possible #427
Replies: 11 comments 3 replies
-
Settings for Vice. Try bbs.retroacademy.it:6510 |
Beta Was this translation helpful? Give feedback.
-
Implications: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For serial GETIN, the accumulator returns the byte received over the serial bus. However, if any I/O status errors occur, return with accumulator containing $0D. So a CR is also an event that should be checked with ST. |
Beta Was this translation helpful? Give feedback.
-
Both forth and asm versions drop/corrupt characters at 2400 baud. Not happening at 1200. |
Beta Was this translation helpful? Give feedback.
-
Something that might be useful for an actual terminal program. code bell
$15 lda,#
$d418 sta,
$09 ldy,#
0 ldx,#
$d405 sty,
$d406 stx,
$30 lda,#
$d401 sta,
$20 lda,#
$d404 sta,
$21 lda,#
$d404 sta,
;code |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Started experiments with TCPserial. Probably will end up starting again from scratch. |
Beta Was this translation helpful? Give feedback.
-
@Whammo, |
Beta Was this translation helpful? Give feedback.
-
An important but unstated goal the option to have durexForth headless, I/O redirected through the rs232 port. |
Beta Was this translation helpful? Give feedback.
-
Cool idea!
fre 31 jan. 2025 kl. 14:04 skrev Whammo ***@***.***>:
… An important but unstated goal the option to have durexForth headless, I/O
redirected through the rs232 port.
—
Reply to this email directly, view it on GitHub
<#427 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAY34O3AG2N5CLXFLUUR74T2NNYGRAVCNFSM6AAAAABV4QQUTGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBRG43DOMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I'd heard rumors of this working, but until tonight, not seen it with my own eyes.
It's quite the little terminal. At least in Vice.
Now, even faster.
Faster yet, now with GETIN on both channels.
Slimmed up, checking ST
Resolved Race condition.
Removed unnecessary clrchn's
Real terminal program has bell.
Can't get it reliable on latest release of Vice emu.Works at 1200 baud, drops characters.
As fast as I can:
Beta Was this translation helpful? Give feedback.
All reactions