• TCPSer

    From Joacim Melin@21:2/130 to All on Tue Jan 26 04:28:48 2021
    Hi all,

    has anyone used TCPSER to hook up an old style POTS modem and then use TCPSER to initiate a telnet connection to a BBS?



    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Gamgee@21:2/138 to Joacim Melin on Mon Jan 25 21:56:00 2021
    Joacim Melin wrote to All <=-

    has anyone used TCPSER to hook up an old style POTS modem and
    then use TCPSER to initiate a telnet connection to a BBS?

    Yes, on a Raspberry Pi. Works like a champ.



    ... All the easy problems have been solved.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.12-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (21:2/138)
  • From Joacim Melin@21:2/130 to Gamgee on Tue Jan 26 05:13:46 2021
    Joacim Melin wrote to All <=-

    has anyone used TCPSER to hook up an old style POTS modem and
    then use TCPSER to initiate a telnet connection to a BBS?

    Yes, on a Raspberry Pi. Works like a champ.

    So I can do something like ./tcpser -d /dev/ttyS0 -s 38400 -D localhost:2323 and it will answer incoming calls and then telnet to localhost on port 2323?



    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Al@21:4/106.1 to Joacim Melin on Mon Jan 25 22:55:52 2021
    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around here as well.

    Ttyl :-),
    Al

    ... Never argue with a woman when she's tired, or rested.
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Gamgee@21:2/138 to Joacim Melin on Tue Jan 26 04:21:00 2021
    Joacim Melin wrote to Gamgee <=-

    Joacim Melin wrote to All <=-

    has anyone used TCPSER to hook up an old style POTS modem and
    then use TCPSER to initiate a telnet connection to a BBS?

    Yes, on a Raspberry Pi. Works like a champ.

    So I can do something like ./tcpser -d /dev/ttyS0 -s 38400 -D localhost:2323 and it will answer incoming calls and then telnet
    to localhost on port 2323?

    That looks correct... I mis-read your original question a little,
    because I use it on a MSDOS computer running a (DOS) BBS, so the
    incoming telnet "call" is translated to serial (by tcpser on the RPi).
    On one of the USB connectors of the Pi, I have a USB-to-serial
    adapter, which connects to the serial port of the DOS computer with a
    standard 9-pin serial cable.

    The command line I run on the RPi for this is:
    sudo tcpser -d /dev/ttyUSB0 -s 57600 -p 23 -i "Z" &

    So your scenario is actually going "the other direction" if I'm
    reading it right. A quick glance at the man page would seem to
    indicate your command line is correct, or at least close. I take it
    that is not working though?

    There is reasonably good documentation out there for it, one place to
    look at is:
    http://manpages.ubuntu.com/manpages/trusty/man1/tcpser.1.html



    ... Gone crazy, be back later, please leave message.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.12-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (21:2/138)
  • From Joacim Melin@21:2/130 to Al on Tue Jan 26 17:48:10 2021
    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use
    TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that
    will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around
    here as well.

    Very interesting - mind sending it to me?


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Joacim Melin@21:2/130 to Al on Tue Jan 26 18:10:34 2021
    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use
    TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that
    will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around
    here as well.

    Found it! Seems to work very well. Thanks for the advice!

    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Al@21:4/106.1 to Joacim Melin on Tue Jan 26 09:27:16 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 09:48 am

    There is a windows download on Vertrauen, and I think I have it
    around here as well.

    Very interesting - mind sending it to me?

    spots128.zip is in your inbound.

    Ttyl :-),
    Al

    ... I used to have a life, then I got a modem!
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Al@21:4/106.1 to Joacim Melin on Tue Jan 26 09:28:32 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 10:10 am

    Found it! Seems to work very well. Thanks for the advice!

    Glad you found it, now you have 2 copies.. :)

    Ttyl :-),
    Al

    ... Everywhere is within walking distance if you have the time.
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Joacim Melin@21:2/130 to Al on Thu Jan 28 03:30:52 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 10:10 am

    Found it! Seems to work very well. Thanks for the advice!

    Glad you found it, now you have 2 copies.. :)

    Ttyl :-),
    Al

    Thanks!


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Digital Man@21:1/183 to Joacim Melin on Sun Jan 31 07:01:20 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 09:48 am

    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use
    TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around here as well.

    Very interesting - mind sending it to me?

    https://wiki.synchro.net/util:sexpots
    --
    digital man

    Rush quote #63:
    He's got a problem with his poisons, but you know he'll find a cure
    Norco, CA WX: 52.2øF, 56.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (21:1/183)
  • From Joacim Melin@21:2/130 to All on Mon Jan 25 20:28:48 2021
    Hi all,

    has anyone used TCPSER to hook up an old style POTS modem and then use TCPSER to initiate a telnet connection to a BBS?



    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Gamgee@21:2/138 to Joacim Melin on Mon Jan 25 13:56:00 2021
    Joacim Melin wrote to All <=-

    has anyone used TCPSER to hook up an old style POTS modem and
    then use TCPSER to initiate a telnet connection to a BBS?

    Yes, on a Raspberry Pi. Works like a champ.



    ... All the easy problems have been solved.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.12-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (21:2/138)
  • From Joacim Melin@21:2/130 to Gamgee on Mon Jan 25 21:13:46 2021
    Joacim Melin wrote to All <=-

    has anyone used TCPSER to hook up an old style POTS modem and
    then use TCPSER to initiate a telnet connection to a BBS?

    Yes, on a Raspberry Pi. Works like a champ.

    So I can do something like ./tcpser -d /dev/ttyS0 -s 38400 -D localhost:2323 and it will answer incoming calls and then telnet to localhost on port 2323?



    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Al@21:4/106.1 to Joacim Melin on Mon Jan 25 14:55:52 2021
    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around here as well.

    Ttyl :-),
    Al

    ... Never argue with a woman when she's tired, or rested.
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Gamgee@21:2/138 to Joacim Melin on Mon Jan 25 20:21:00 2021
    Joacim Melin wrote to Gamgee <=-

    Joacim Melin wrote to All <=-

    has anyone used TCPSER to hook up an old style POTS modem and
    then use TCPSER to initiate a telnet connection to a BBS?

    Yes, on a Raspberry Pi. Works like a champ.

    So I can do something like ./tcpser -d /dev/ttyS0 -s 38400 -D localhost:2323 and it will answer incoming calls and then telnet
    to localhost on port 2323?

    That looks correct... I mis-read your original question a little,
    because I use it on a MSDOS computer running a (DOS) BBS, so the
    incoming telnet "call" is translated to serial (by tcpser on the RPi).
    On one of the USB connectors of the Pi, I have a USB-to-serial
    adapter, which connects to the serial port of the DOS computer with a
    standard 9-pin serial cable.

    The command line I run on the RPi for this is:
    sudo tcpser -d /dev/ttyUSB0 -s 57600 -p 23 -i "Z" &

    So your scenario is actually going "the other direction" if I'm
    reading it right. A quick glance at the man page would seem to
    indicate your command line is correct, or at least close. I take it
    that is not working though?

    There is reasonably good documentation out there for it, one place to
    look at is:
    http://manpages.ubuntu.com/manpages/trusty/man1/tcpser.1.html



    ... Gone crazy, be back later, please leave message.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.12-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (21:2/138)
  • From Joacim Melin@21:2/130 to Al on Tue Jan 26 09:48:10 2021
    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use
    TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that
    will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around
    here as well.

    Very interesting - mind sending it to me?


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Joacim Melin@21:2/130 to Al on Tue Jan 26 10:10:34 2021
    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use
    TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that
    will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around
    here as well.

    Found it! Seems to work very well. Thanks for the advice!

    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Al@21:4/106.1 to Joacim Melin on Tue Jan 26 01:27:16 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 09:48 am

    There is a windows download on Vertrauen, and I think I have it
    around here as well.

    Very interesting - mind sending it to me?

    spots128.zip is in your inbound.

    Ttyl :-),
    Al

    ... I used to have a life, then I got a modem!
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Al@21:4/106.1 to Joacim Melin on Tue Jan 26 01:28:32 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 10:10 am

    Found it! Seems to work very well. Thanks for the advice!

    Glad you found it, now you have 2 copies.. :)

    Ttyl :-),
    Al

    ... Everywhere is within walking distance if you have the time.
    --- SBBSecho 3.12-Linux
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)
  • From Joacim Melin@21:2/130 to Al on Wed Jan 27 19:30:52 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 10:10 am

    Found it! Seems to work very well. Thanks for the advice!

    Glad you found it, now you have 2 copies.. :)

    Ttyl :-),
    Al

    Thanks!


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From Digital Man@21:1/183 to Joacim Melin on Sat Jan 30 23:01:20 2021
    Re: Re: TCPSer
    By: Joacim Melin to Al on Tue Jan 26 2021 09:48 am

    Re: TCPSer
    By: Joacim Melin to All on Mon Jan 25 2021 08:28 pm

    has anyone used TCPSER to hook up an old style POTS modem and then use
    TCPSER to initiate a telnet connection to a BBS?

    I'm not sure what TCPSER is. Synchronet has a utility (SEXPOTS) that will answer your modem and pass the connection to your telnet BBS.

    There is a windows download on Vertrauen, and I think I have it around here as well.

    Very interesting - mind sending it to me?

    https://wiki.synchro.net/util:sexpots
    --
    digital man

    Rush quote #63:
    He's got a problem with his poisons, but you know he'll find a cure
    Norco, CA WX: 52.2øF, 56.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (21:1/183)