Comms using SSC and external USR v.92 modem --Isn't working

8 posts / 0 new
Last post
Offline
Last seen: 1 year 4 months ago
Joined: Feb 21 2021 - 17:18
Posts: 44
Comms using SSC and external USR v.92 modem --Isn't working

It wasn't this difficult 40 years ago ... Logging in to bulletin boards, university mainframe, CompuServe(!) ....

Just resurrected my 1978 Apple II.  The Mountain Computer CPS card just didn't work any more so I got an Apple SuperSerial Card. 

All working fine.  I get the "APPLE SSC: " prompt.  It responds to CTRL-A commands like  Echo.  Connected to an external USR V.92 Faxmodem.  When SSC engages, the modem indicates "Terminal Ready" (TR). 

I have a list of Bulletin Boards (https://ramsaso.com/) and when I dial-up a number I hear those sweet tones from the 1980s.  BUT,  nothing happens.  I get no Carrier Detect (CD) .  Nuffin.  It just screams away at me.

I flipped the switch on the modem to override the CD (I read something about doing that somewhere), but it nothing happens.

I don't remember it being this hard.  Any hints?

Thanks.

Paul

Offline
Last seen: 4 days 2 hours ago
Joined: Jun 25 2020 - 17:00
Posts: 223
Remember about setting baud

Remember about setting baud rates, odd/even parity, data bits, etc?

 

How is your SSC configured and what are the required settings for the BBS' you are trying to connect to?

 

 

 

 

Offline
Last seen: 2 hours 41 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2577
You might want to get some

You might want to get some terminal software.  I'm not sure what will run on your 1978 Apple ][, as probably a lot of term software at least requires a ][+, and a lot will require 64k and an 80 column card too.

 

But chances are you may have cabling issues, or your SSC is not configured properly.  The block needs to be in the correct direction and the dip switches need to be set right, especially if you are using it using the onboard firmware.  And modem cabling can be tricky.  I haven't (thankfully) had to deal with it for years, but I usually ended up soldering up a custom cable.

 

Offline
Last seen: 11 hours 20 min ago
Joined: Apr 26 2016 - 08:36
Posts: 681
The first thing to do is to

The first thing to do is to get and install ProTerm 3.1 on your IIe.

https://macgui.com/downloads/?file_id=2089

 

Make sure that you set your CD DIP switch to always on or your Apple II will not receive any incoming comms from the modem in local mode.

Then go online (closed-apple-T), and start dialling.

 

There are also some direct dial BBS systems listed on the Telnet BBS Guide:

https://www.telnetbbsguide.com/bbs/connection/dial-up/

Offline
Last seen: 2 hours 41 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2577
He said 1978 Apple ][.  I don

He said 1978 Apple ][.  I don't think ProTerm will work on that.  If he has a //e then ProTerm is a great choice, specially if he has > 128k of memory, as it will use it for a nice big scrollback buffer.

 

Offline
Last seen: 1 year 4 months ago
Joined: Feb 21 2021 - 17:18
Posts: 44
SSC and external modem - POTS dial-up

I am using a modified "Dow Jones" program in the SSC Manual for 19.2:

40 D$ = CHR$ (4)

42 A$ = CHR$ (1)

50 Print D$; "PR#2";               REM Slot 2

52 Print A$; "15 Baud";           REM 19,200

54 Print A$; "1 Data";             REM 7 Data, 1 Stop

56 Print A$; "0 Parity";            REM No Parity

58 Print A$; "LF Disable";        REM No LF after CR

60 Print A$; "Term Mode";       REM Enter Terminal mode

65 Print A$; "E E";                  REM Half duplex - echo characters              

100 End

 

 

 

Offline
Last seen: 11 hours 20 min ago
Joined: Apr 26 2016 - 08:36
Posts: 681
softwarejanitor wrote:He said
softwarejanitor wrote:

He said 1978 Apple ][.  I don't think ProTerm will work on that.  If he has a //e then ProTerm is a great choice, specially if he has > 128k of memory, as it will use it for a nice big scrollback buffer.

 

 Yeah, my mistake - in that case use a terminal program like ASCII Express or Modemworks.

 

Offline
Last seen: 2 hours 41 min ago
Joined: Jul 5 2018 - 09:44
Posts: 2577
baldrick wrote
baldrick wrote:
softwarejanitor wrote:

He said 1978 Apple ][.  I don't think ProTerm will work on that.  If he has a //e then ProTerm is a great choice, specially if he has > 128k of memory, as it will use it for a nice big scrollback buffer.

 

 Yeah, my mistake - in that case use a terminal program like ASCII Express or Modemworks.

 

 

He may need to check to make sure he has enough memory and I don't know if ASCII Express requires Applesoft or Autostart ROMs.  The Wikipedia page says "Any Apple II with DOS 3.3" but I don't know how accurate that is.

 

Log in or register to post comments