Page 2 of 3

Re: Help, connecting QL to BBS

Posted: Sun May 26, 2019 9:41 am
by stephen_usher
The QL serial port also can't generate a BREAK signal (set the TX line high for a certain length of time). I had to simulate this in my terminal emulator by setting the baud rate to the lowest and then send 64 NULs and hope that the system it's connected to mistake this to being this signal.

Re: Help, connecting QL to BBS

Posted: Sun May 26, 2019 3:37 pm
by janbredenbeek
stephen_usher wrote:The QL serial port also can't generate a BREAK signal (set the TX line high for a certain length of time). I had to simulate this in my terminal emulator by setting the baud rate to the lowest and then send 64 NULs and hope that the system it's connected to mistake this to being this signal.
There is a way to set the TX line directly. Take SV.TMODE, clear bit 4, set bit 3 to 0 for ser1 or 1 for ser2 and set bit 7. Then write this to PC.TCTRL ($18002). You probably should disable interrupts for the duration of the break signal.

Jan.

Re: Help, connecting QL to BBS

Posted: Sun May 26, 2019 4:27 pm
by Dave
I will talk to Bo (who wrote the firmware) and see about getting this accounted for in the firmware by adding a new command.

Re: Help, connecting QL to BBS

Posted: Sun May 26, 2019 6:44 pm
by Dave
Bo suggests....

ATF4 turns off all flow control
AT&W saves that status, so it is the default.

Could you give that a try and report back?

Re: Help, connecting QL to BBS

Posted: Sun May 26, 2019 9:06 pm
by bixio60
Hi,
I experienced the same problem with BBQl....

ATS54=2 (DTR always High) solved the problem :D
QL_WIFI.jpg

afx wrote:
bixio60 wrote:I also tried, as you, to use my Huawei ( ) phone as tethering and it works perfectly....
Yes, work fine … ;) ….
bixio60 wrote:Are you using the BBQL? I am using Q68 or Q60 I never tried with QL.....when I have time I will test it Can you try SER1H?
Yes, I am using a BBQL (SuperGoldCard + QL-SD + Hermes). I haven't tested Ser1H because I don't have the right cable, my serial cable is adapted to ser2. (That serial cable does not work on ser1.) Could that be the problem?

About serial lead, for Ser1, would this be the right cable? https://www.sellmyretro.com/offer/detai ... -Lead-4186 …. And for Q68, what would be the correct cable? (I think a null modem cable does not work in this case).

Regards
Armando.

Re: Help, connecting QL to BBS

Posted: Sun May 26, 2019 10:05 pm
by Dave
bixio60, what WiFi module do you have. Does it run Bo's firmware?

Re: Help, connecting QL to BBS

Posted: Mon May 27, 2019 2:15 am
by Dave
Bo replied:

ATS54=2
AT&W (this saves the config and makes it the default behavior)

So, the default is RTS/CTS, so it would make sense that they would have trouble
if they didn't build compliant hardware.

The command should work for them fine. The algorithm for going to stream mode is
something like this: If you specify flow control settings using the 'D'ial
command (ATDXT for example), then they will be respected. If you don't specify
anything (just ATDT), and command mode is using rts/cts, then stream mode will
also use rts/cts. Otherwise, if you don't specify anything and command mode is
using XON/XOFF or Nothing, then stream mode will not do any flow control.

Re: Help, connecting QL to BBS

Posted: Mon May 27, 2019 8:29 am
by afx
bixio60 wrote:Hi,
I experienced the same problem with BBQl....

ATS54=2 (DTR always High) solved the problem
OK, now everything works correctly !!! :D :D ... Thank you bixio60!!

Dave wrote:Bo replied:
ATS54=2
AT&W (this saves the config and makes it the default behavior)
Good!


PD:
I like QLTerm, it is very useful and simple to use. (Jan, Great!).

bbsQL.jpg

Re: Help, connecting QL to BBS

Posted: Mon May 27, 2019 11:05 am
by tofro
What a hassle to actually

End up on an Amstrad BBS

(just joking)

Congrats you got it running.

Tobias

Re: Help, connecting QL to BBS

Posted: Mon May 27, 2019 1:11 pm
by Derek_Stewart
Hi,

There a list of connectable of Internet BBS shown at:

https://www.telnetbbsguide.com/bbs/list/detail/

My BBS ran on a QL with Qbox or Pbox as the BBS software. I thought that the BBS system had died and most SYSOPs (BBS Owners), had moved to web based systems.

Which begs the question, should I get my BBS up and running again or convert it to a web site?

I want the BBS running on a QL based system, so some sort of serial connection to am internet aware computer. Maybe a Raspbery PI and use TCPSER, see this link

http://podsix.org/articles/pimodem/