Derek_Stewart wrote:Hi Jan,
I started out with a BBS with Qbox on a Trump Card QL then progressed to Supergold card and Super Hermes. But started to use Remote Access BBS system on a PC, because of Zmodem, ANSI graphics and more flexibility.
I thought your software was excellent, Phil Borman expanded the functionality into Pbox, I constantly asked him for extra functions the same as Remote Access and Maximus. The Pbox system brought me back to use QL BBS software using a Q40. The sources to Pbox are on Dilwyn's web site.
Linux can emulate a Hayes modem using TCPSER package, which could connect to Qbox or Pbox via another modem or direct null modem connection.
But I keep on thinking that QPC2 or UQLX has TCP port handling, could the QL BBS software connect using the TCP port and have a textual web site on a real QL connected the the Internet or gateway. This is only thoughts, I am not sure about implementation.
Hi Derek,
For QBOX, this would be possible as it has QSPIL (Qbox Serial Port Interface Layer, I somewhat stole it from Fido's FOSSIL

). This is a set of routines which QBOX uses as intermediate code for driving the modem. I wrote it because not all modems were Hayes-compatible at that time (remember native Astracom which used CTRL-P commands?). Later on most modems were Hayes-compatible so QSPHAYES was written which is configurable, but in theory it's possible to drive all sorts of communication devices. You only need to write the QSPIL driver code (which is quite extensively documented)...
Apart from this, I have a lot of message and file areas from the QBOX BBS archived but they are scattered around several directories and need to be put together. It would be much easier to put the OS/2 BBS back online when I get the TCP/IP <-> serial link right. (I could as well run it on DOS as it is based on Maximus, and with VirtualBox doing the TCP/IP to serial conversion I won't have to care about running TCP/IP in DOS

).
Unfortunately all message areas were set to automatically delete messages after a certain amount of time so most message areas are empty, and the ones which still have messages mostly contain spam (INTL.QL was echoed to MAUSnet in Germany and from there to Usenet). The last messages in INTL.QL are from October 2002, most other areas like MINERVA and QUANTA dried up long before that.
Incidentally, the last message in SYSOP.QBOX is from you talking to Phil about running Pbox on the Q40

. It is dated 23 May 2001...
cheers, Jan.