Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.sys.cbm    |    Discussion about Commodore micros    |    53,866 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 51,990 of 53,866    |
|    6502enhanced@gmail.com to All    |
|    Re: Using tcpser on a Pi for telnet gate    |
|    23 Jun 17 01:55:54    |
      Hi,       Thanks a lot for all your help!              To explain: I use a Apple IIe for a BBS. Therefor the PI with tcpser acts as a       „modem“. So the BBS is reachable via telnet.               I do have a WiFi232 - great tool - I use it to „dial-up“ other BBS with a       Apple II+. But I don’t want to purchase a second one , because I have the       Raspberry PI 2B and want it to make my BBS connectable via telnet. That worked       fine so far - only        the mentioned problem …              As I understood correctly I have to do the following to        - make a tcpser service       - That restarts every minute to avoid my problem of tcpser being stopped              1.)        Create a file that will be your script. At the bash:        type: cd        type: vi startSerial        type: i               copy and paste the text between the *'s:               ************        #!/bin/sh               RESULT=`ps x |grep -v grep |grep -c "tcpser"`               if [ $RESULT = 0 ]; then         tcpser -s 2400 -d /dev/ttyUSB0 &        ************               2.)       now save and quit the editor by:        Press the |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca