Replies: 3 comments 2 replies
-
Sadly I am experiencing the same issue. |
Beta Was this translation helpful? Give feedback.
2 replies
-
When using the zimodem with a bbs as the dial-in modem you should also set the following: AT E0 ; no echo in AT command mode or |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you!!!
…On Mon, Nov 18, 2024 at 5:41 PM sswazey ***@***.***> wrote:
When using the zimodem with a bbs as the dial-in modem you should also set
the following:
AT S0=1 ; answer on the first ring
AT S41=1; go to stream mode on answer
AT E0 ; no echo in AT command mode
AT Q1 ; Quiet, no AT response text
AT &W ; save settings
or
ATS0=1S41=1E0Q1&W
—
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ6U46PXQ7EQXUSWCS4223D2BJUKFAVCNFSM6AAAAABOXAMZZKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRZG43DAMY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use the Retromodem (which uses a derivative of the Zimodem, as I understand) with an old DOS BBS package. No matter what combination of S41 and ATA/ATAT I use, it seems that an inbound telnet connection will case something like:
I presume this is translation of telnet options from binary to a well formed ASCII representation, and the binary bits are probably parts of the TELNET options that were not processed.
Is this expected behavior? Is there a configuration to make this completely transparent to the host without presenting this information?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions